- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for delegateCollection (0.14 seconds)
-
guava/src/com/google/common/collect/ImmutableSortedMap.java
return CollectSpliterators.indexed( size(), ImmutableSet.SPLITERATOR_CHARACTERISTICS, this::get); } @Override ImmutableCollection<Entry<K, V>> delegateCollection() { return EntrySet.this; } // redeclare to help optimizers with b/310253115 @SuppressWarnings("RedundantOverride") @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 08 18:10:02 GMT 2026 - 52.1K bytes - Click Count (0)