HomeSort by relevance Sort by last modified time
    Searched defs:ImmutableSortedMap (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMap.java 32 * GWT emulated version of {@link ImmutableSortedMap}. It's a thin wrapper
37 public abstract class ImmutableSortedMap<K, V>
59 ImmutableSortedMap(SortedMap<K, V> delegate, Comparator<? super K> comparator) {
65 private static <K, V> ImmutableSortedMap<K, V> create(
78 public static <K, V> ImmutableSortedMap<K, V> of() {
82 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
87 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
93 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
99 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
105 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMap.java 40 * ImmutableSortedMap} contains its own data and will <i>never</i> change.
41 * {@code ImmutableSortedMap} is convenient for {@code public static final} maps
59 public abstract class ImmutableSortedMap<K, V>
62 * TODO(kevinb): Confirm that ImmutableSortedMap is faster to construct and
67 private static final ImmutableSortedMap<Comparable, Object> NATURAL_EMPTY_MAP =
70 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) {
78 static <K, V> ImmutableSortedMap<K, V> fromSortedEntries(
99 static <K, V> ImmutableSortedMap<K, V> from(
116 public static <K, V> ImmutableSortedMap<K, V> of() {
117 return (ImmutableSortedMap<K, V>) NATURAL_EMPTY_MAP
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 40 import com.google.common.collect.ImmutableSortedMap;
185 assertEquals(ImmutableSortedMap.of(), ArbitraryInstances.get(SortedMap.class));
186 assertEquals(ImmutableSortedMap.of(), ArbitraryInstances.get(ImmutableSortedMap.class));
FreshValueGeneratorTest.java 42 import com.google.common.collect.ImmutableSortedMap;
224 assertFreshInstance(new TypeToken<ImmutableSortedMap<String, Integer>>() {});
227 ImmutableSortedMap.of(generator.generate(String.class), generator.generate(int.class)),
229 new TypeToken<ImmutableSortedMap<String, Integer>>() {}));
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMapTest.java 23 import com.google.common.collect.ImmutableSortedMap.Builder;
37 * Tests for {@link ImmutableSortedMap}.
82 return ImmutableSortedMap.of();
86 return ImmutableSortedMap.of("one", 1, "two", 2, "three", 3);
101 return ImmutableSortedMap.of("one", 1);
115 return ImmutableSortedMap.of("a", 1, "b", 2, "c", 3, "d", 4, "e", 5)
130 return ImmutableSortedMap.of("a", 1, "b", 2, "c", 3, "d", 4, "e", 5)
145 return ImmutableSortedMap.of("a", 1, "b", 2, "c", 3, "d", 4, "e", 5)
160 return ImmutableSortedMap.of("a", 1, "b", 2, "c", 3, "d", 4, "e", 5)
175 return ImmutableSortedMap.of("a", 1, "b", 2, "c", 3, "d", 4, "e", 5
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMapTest.java 24 import com.google.common.collect.ImmutableSortedMap.Builder;
51 * Tests for {@link ImmutableSortedMap}.
74 .named("ImmutableSortedMap")
79 .named("ImmutableSortedMap.entrySet.asList")
88 .named("ImmutableSortedMap.keySet.asList")
97 .named("ImmutableSortedMap.values.asList")
142 return ImmutableSortedMap.of();
146 return ImmutableSortedMap.of("one", 1, "two", 2, "three", 3);
161 return ImmutableSortedMap.of("one", 1);
178 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3))
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.6-android/
guava-23.6-android.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha1/
compiler-2.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha3/
compiler-2.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha5/
compiler-2.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha6/
compiler-2.4.0-alpha6.jar 

Completed in 1012 milliseconds

1 2 3 4 5