- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for unmodifiableCollectionSubclass (0.13 sec)
-
android/guava/src/com/google/common/collect/Multimaps.java
} @Override protected Collection<V> createCollection() { return factory.get(); } @Override <E extends @Nullable Object> Collection<E> unmodifiableCollectionSubclass( Collection<E> collection) { if (collection instanceof NavigableSet) { return Sets.unmodifiableNavigableSet((NavigableSet<E>) collection); } else if (collection instanceof SortedSet) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 86.3K bytes - Viewed (0)