Searched refs:newCustomTable (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DNewCustomTableTest.java28 * Test cases for {@link Tables#newCustomTable}.
47 = Tables.newCustomTable(backingMap, factory);
/external/guava/guava/src/com/google/common/collect/
H A DTables.java364 public static <R, C, V> Table<R, C, V> newCustomTable( method in class:Tables

Completed in 101 milliseconds