- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TreeRow (0.03 seconds)
-
guava/src/com/google/common/collect/TreeBasedTable.java
*/ @Override public SortedMap<C, V> row(R rowKey) { return new TreeRow(rowKey); } private final class TreeRow extends Row implements SortedMap<C, V> { final @Nullable C lowerBound; final @Nullable C upperBound; TreeRow(R rowKey) { this(rowKey, null, null); } TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { super(rowKey);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 18 15:05:43 GMT 2025 - 11.6K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/TreeBasedTable.java
*/ @Override public SortedMap<C, V> row(R rowKey) { return new TreeRow(rowKey); } private final class TreeRow extends Row implements SortedMap<C, V> { final @Nullable C lowerBound; final @Nullable C upperBound; TreeRow(R rowKey) { this(rowKey, null, null); } TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { super(rowKey);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 18 15:05:43 GMT 2025 - 11.6K bytes - Click Count (0)