Searched refs:RegularImmutableSortedMap (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava-gwt/src/com/google/common/collect/
H A DRegularImmutableSortedMap_CustomFieldSerializer.java24 * This class implements the GWT serialization of {@link RegularImmutableSortedMap}.
30 SerializationStreamReader reader, RegularImmutableSortedMap<?, ?> instance) {
33 public static RegularImmutableSortedMap<?, ?> instantiate(
35 return (RegularImmutableSortedMap<?, ?>)
40 SerializationStreamWriter writer, RegularImmutableSortedMap<?, ?> instance)
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularImmutableSortedMap.java23 * GWT emulated version of {@link RegularImmutableSortedMap}.
27 final class RegularImmutableSortedMap<K, V> extends ImmutableSortedMap<K, V> { class in inherits:ImmutableSortedMap
28 RegularImmutableSortedMap(SortedMap<K, V> delegate, Comparator<? super K> comparator) { method in class:RegularImmutableSortedMap
H A DImmutableSortedMap.java313 return new RegularImmutableSortedMap<K, V>(delegate, comparator);
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMap.java31 final class RegularImmutableSortedMap<K, V> extends ImmutableSortedMap<K, V> { class in inherits:ImmutableSortedMap
35 RegularImmutableSortedMap(RegularImmutableSortedSet<K> keySet, ImmutableList<V> valueList) { method in class:RegularImmutableSortedMap
40 RegularImmutableSortedMap( method in class:RegularImmutableSortedMap
80 return RegularImmutableSortedMap.this;
124 return new RegularImmutableSortedMap<K, V>(
H A DImmutableSortedMap.java94 return new RegularImmutableSortedMap<K, V>(
104 return new RegularImmutableSortedMap<K, V>(
H A DImmutableRangeMap.java225 return new RegularImmutableSortedMap<Range<K>, V>(rangeSet, values);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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 ...

Completed in 147 milliseconds