Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DTables.java70 java.util.function.Supplier<I> tableSupplier) { in toTable() argument
78 tableSupplier); in toTable() field in Tables
100 java.util.function.Supplier<I> tableSupplier) { in toTable() argument
105 checkNotNull(tableSupplier); in toTable()
107 tableSupplier, in toTable()