- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for applyToValue (0.24 sec)
-
android/guava/src/com/google/common/collect/Tables.java
} Cell<R, C, V2> applyToValue(Cell<R, C, V1> cell) { return immutableCell(cell.getRowKey(), cell.getColumnKey(), function.apply(cell.getValue())); } @Override Iterator<Cell<R, C, V2>> cellIterator() { return Iterators.transform(fromTable.cellSet().iterator(), this::applyToValue); } @Override public Set<R> rowKeySet() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 24.9K bytes - Viewed (0)