Searched defs:StandardRowSortedTable (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DStandardRowSortedTable.java49 class StandardRowSortedTable<R, C, V> extends StandardTable<R, C, V> class in inherits:StandardTable,RowSortedTable
57 StandardRowSortedTable(SortedMap<R, Map<C, V>> backingMap, method in class:StandardRowSortedTable
98 return new StandardRowSortedTable<R, C, V>(
106 return new StandardRowSortedTable<R, C, V>(
114 return new StandardRowSortedTable<R, C, V>(
151 return new StandardRowSortedTable<R, C, V>(
159 return new StandardRowSortedTable<R, C, V>(
166 return new StandardRowSortedTable<R, C, V>(

Completed in 93 milliseconds