Home
last modified time | relevance | path

Searched defs:forCells (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java99 static <R, C, V> RegularImmutableTable<R, C, V> forCells( in forCells() method in RegularImmutableTable
133 static <R, C, V> RegularImmutableTable<R, C, V> forCells(Iterable<Cell<R, C, V>> cells) { in forCells() method in RegularImmutableTable
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableTable.java99 static <R, C, V> RegularImmutableTable<R, C, V> forCells( in forCells() method in RegularImmutableTable
133 static <R, C, V> RegularImmutableTable<R, C, V> forCells(Iterable<Cell<R, C, V>> cells) { in forCells() method in RegularImmutableTable