Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DNewCustomTableTest.java47 = Tables.newCustomTable(backingMap, factory); in create()
/external/guava/guava/src/com/google/common/collect/
DTables.java297 public static <R, C, V> Table<R, C, V> newCustomTable( in newCustomTable() method in Tables