- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ColumnKeyIterator (0.08 seconds)
-
guava/src/com/google/common/collect/StandardTable.java
} } /** Creates an iterator that returns each column value with duplicates omitted. */ 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();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 30.4K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/StandardTable.java
} } /** Creates an iterator that returns each column value with duplicates omitted. */ 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();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 29.4K bytes - Click Count (0)