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

/external/guava/guava/src/com/google/common/collect/
H A DImmutableTable.java48 public abstract class ImmutableTable<R, C, V> extends AbstractTable<R, C, V> { class in inherits:AbstractTable
49 private static final ImmutableTable<Object, Object, Object> EMPTY
56 public static <R, C, V> ImmutableTable<R, C, V> of() {
57 return (ImmutableTable<R, C, V>) EMPTY;
61 public static <R, C, V> ImmutableTable<R, C, V> of(R rowKey,
80 public static <R, C, V> ImmutableTable<R, C, V> copyOf(
82 if (table instanceof ImmutableTable) {
84 ImmutableTable<R, C, V> parameterizedTable
85 = (ImmutableTable<R, C, V>) table;
95 return ImmutableTable
250 ImmutableTable() {} method in class:ImmutableTable
[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 80 milliseconds