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

/external/guava/guava/src/com/google/common/collect/
H A DRowSortedTable.java31 * #rowMap} method returns a {@link SortedMap}, instead of the {@link Set} and
54 @Override SortedMap<R, Map<C, V>> rowMap(); method in interface:RowSortedTable
H A DSparseImmutableTable.java32 private final ImmutableMap<R, Map<C, V>> rowMap; field in class:SparseImmutableTable
73 this.rowMap = rowBuilder.build();
86 @Override public ImmutableMap<R, Map<C, V>> rowMap() { method in class:SparseImmutableTable
87 return rowMap;
98 Map.Entry<R, Map<C, V>> rowEntry = rowMap.entrySet().asList().get(rowIndex);
108 ImmutableMap<C, V> row = (ImmutableMap<C, V>) rowMap.values().asList().get(rowIndex);
H A DSingletonImmutableTable.java58 @Override public ImmutableMap<R, Map<C, V>> rowMap() { method in class:SingletonImmutableTable
H A DStandardRowSortedTable.java38 * #rowMap} method returns a {@link SortedMap}, instead of the {@link Set} and
73 return (SortedSet<R>) rowMap().keySet();
82 @Override public SortedMap<R, Map<C, V>> rowMap() { method in class:StandardRowSortedTable
83 return (SortedMap<R, Map<C, V>>) super.rowMap();
121 sortedBackingMap().headMap(toKey), factory).rowMap();
129 sortedBackingMap().subMap(fromKey, toKey), factory).rowMap();
136 sortedBackingMap().tailMap(fromKey), factory).rowMap();
H A DForwardingTable.java123 public Map<R, Map<C, V>> rowMap() { method in class:ForwardingTable
124 return delegate().rowMap();
H A DTable.java235 * <p>In contrast, the maps returned by {@code rowMap().get()} have the same
242 Map<R, Map<C, V>> rowMap(); method in interface:Table
H A DDenseImmutableTable.java35 private final ImmutableMap<R, Map<C, V>> rowMap; field in class:DenseImmutableTable
80 this.rowMap = new RowMap();
247 public ImmutableMap<R, Map<C, V>> rowMap() { method in class:DenseImmutableTable
248 return rowMap;
H A DImmutableTable.java309 (ImmutableMap<C, V>) rowMap().get(rowKey),
314 return rowMap().keySet();
323 @Override public abstract ImmutableMap<R, Map<C, V>> rowMap(); method in class:ImmutableTable
H A DTreeBasedTable.java46 * #rowMap} method returns a {@link SortedMap}, instead of the {@link Set} and
61 * row, both {@code row(rowKey)} and {@code rowMap().get(rowKey)} are {@link
301 // rowKeySet() and rowMap() are defined here so they appear in the Javadoc.
307 @Override public SortedMap<R, Map<C, V>> rowMap() { method in class:TreeBasedTable
308 return super.rowMap();
H A DArrayTable.java724 private transient RowMap rowMap; field in class:ArrayTable
727 public Map<R, Map<C, V>> rowMap() { method in class:ArrayTable
728 RowMap map = rowMap;
729 return (map == null) ? rowMap = new RowMap() : map;
H A DStandardTable.java562 return rowMap().keySet();
690 private transient Map<R, Map<C, V>> rowMap; field in class:StandardTable
692 @Override public Map<R, Map<C, V>> rowMap() { method in class:StandardTable
693 Map<R, Map<C, V>> result = rowMap;
694 return (result == null) ? rowMap = createRowMap() : result;
H A DTables.java169 return original.rowMap();
224 public Map<C, Map<R, V>> rowMap() { method in class:Tables.TransposeTable
417 @Override public Map<R, Map<C, V2>> rowMap() { method in class:Tables.TransformedTable
424 return Maps.transformValues(fromTable.rowMap(), rowFunction);
524 public Map<R, Map<C, V>> rowMap() { method in class:Tables.UnmodifiableTable
526 return Collections.unmodifiableMap(Maps.transformValues(super.rowMap(), wrapper));
554 * table.rowMap().comparator() could return a comparator that only works for the ? extends R.
573 public SortedMap<R, Map<C, V>> rowMap() { method in class:Tables.UnmodifiableRowSortedMap
575 return Collections.unmodifiableSortedMap(Maps.transformValues(delegate().rowMap(), wrapper));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DArrayTable.java700 private transient RowMap rowMap; field in class:ArrayTable
703 public Map<R, Map<C, V>> rowMap() { method in class:ArrayTable
704 RowMap map = rowMap;
705 return (map == null) ? rowMap = new RowMap() : map;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 618 milliseconds