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

/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java70 * access the same cell of an {@code ArrayTable} concurrently and one of the
86 public final class ArrayTable<R, C, V> extends AbstractTable<R, C, V> implements Serializable { class in inherits:AbstractTable,Serializable
89 * Creates an empty {@code ArrayTable}.
97 public static <R, C, V> ArrayTable<R, C, V> create(
99 return new ArrayTable<R, C, V>(rowKeys, columnKeys);
110 * Creates an {@code ArrayTable} with the mappings in the provided table.
130 public static <R, C, V> ArrayTable<R, C, V> create(Table<R, C, V> table) {
131 return (table instanceof ArrayTable<?, ?, ?>)
132 ? new ArrayTable<R, C, V>((ArrayTable<
144 private ArrayTable(Iterable<? extends R> rowKeys, method in class:ArrayTable
175 private ArrayTable(Table<R, C, V> table) { method in class:ArrayTable
180 private ArrayTable(ArrayTable<R, C, V> table) { method in class:ArrayTable
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DArrayTable.java68 * access the same cell of an {@code ArrayTable} concurrently and one of the
84 public final class ArrayTable<R, C, V> extends AbstractTable<R, C, V> implements Serializable { class in inherits:AbstractTable,Serializable
87 * Creates an empty {@code ArrayTable}.
95 public static <R, C, V> ArrayTable<R, C, V> create(
97 return new ArrayTable<R, C, V>(rowKeys, columnKeys);
108 * Creates an {@code ArrayTable} with the mappings in the provided table.
128 public static <R, C, V> ArrayTable<R, C, V> create(Table<R, C, V> table) {
129 return (table instanceof ArrayTable<?, ?, ?>)
130 ? new ArrayTable<R, C, V>((ArrayTable<
142 private ArrayTable(Iterable<? extends R> rowKeys, method in class:ArrayTable
173 private ArrayTable(Table<R, C, V> table) { method in class:ArrayTable
178 private ArrayTable(ArrayTable<R, C, V> table) { method in class:ArrayTable
[all...]
/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/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 95 milliseconds