- Sort Score
- Result 10 results
- Languages All
Results 171 - 171 of 171 for Comparator (0.04 sec)
-
guava/src/com/google/common/collect/StandardTable.java
Iterator<C> createColumnKeyIterator() { return new ColumnKeyIterator(); } private final class ColumnKeyIterator extends AbstractIterator<C> { // Use the same map type to support TreeMaps with comparators that aren't // consistent with equals(). final Map<C, V> seen = factory.get(); final Iterator<Map<C, V>> mapIterator = backingMap.values().iterator(); Iterator<Entry<C, V>> entryIterator = emptyIterator();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 30.2K bytes - Viewed (0)