HomeSort by relevance Sort by last modified time
    Searched refs:newTreeMap (Results 1 - 25 of 26) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/collect/
MapsSortedTransformValuesTest.java 36 return Maps.transformValues(Maps.<String, String>newTreeMap(),
42 SortedMap<String, Integer> underlying = Maps.newTreeMap();
50 Map<String, String> sortedMap = Maps.newTreeMap();
SortedIterablesTest.java 57 if (Maps.newTreeMap().keySet() instanceof SortedSet) {
59 SortedIterables.hasSameComparator(Ordering.natural(), Maps.newTreeMap().keySet()));
NewCustomTableTest.java 41 return Maps.newTreeMap();
SortedMapsTest.java 58 SortedMap.class, Maps.<String, String>newTreeMap());
104 SortedMap<Integer, String> unfiltered = Maps.newTreeMap(comparator);
133 SortedMap<Integer, String> unfiltered = Maps.newTreeMap(comparator);
163 = Maps.newTreeMap(Ordering.natural().nullsFirst());
MapsTest.java 224 TreeMap<Integer, Integer> map = Maps.newTreeMap();
230 TreeMap<Derived, Integer> map = Maps.newTreeMap();
241 TreeMap<LegacyComparable, Integer> map = Maps.newTreeMap();
252 TreeMap<Integer, Integer> map = Maps.newTreeMap(SOME_COMPARATOR);
258 SortedMap<Integer, Integer> map = Maps.newTreeMap();
262 TreeMap<Integer, Integer> copy = Maps.newTreeMap(map);
319 tester.setDefault(SortedMap.class, Maps.newTreeMap());
459 private static final SortedMap<Integer, Integer> SORTED_EMPTY = Maps.newTreeMap();
544 SortedMap<Integer, String> left = Maps.newTreeMap(
547 Maps.newTreeMap(ImmutableSortedMap.of(1, "a", 3, "f", 5, "g", 6, "z"))
    [all...]
MapsTransformValuesTest.java 249 Map<String, Integer> equalToUnderlying = Maps.newTreeMap();
MapsTransformValuesUnmodifiableIteratorTest.java 302 Map<String, Integer> equalToUnderlying = Maps.newTreeMap();
ImmutableSortedMapTest.java 593 SortedMap<String, Integer> original = Maps.newTreeMap();
607 SortedMap<String, Integer> original = Maps.newTreeMap(comparator);
MultimapsTest.java 596 Map<Color, Collection<Integer>> map = Maps.newTreeMap();
614 Map<Color, Collection<Integer>> map = Maps.newTreeMap();
    [all...]
MapConstraintsTest.java 471 Map<String, Integer> map = Maps.newTreeMap();
MinMaxPriorityQueueTest.java 193 SortedMap<Integer, AtomicInteger> replica = Maps.newTreeMap();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CollectionUtils.java 42 public static <K,V> TreeMap<K,V> newTreeMap() {
47 final TreeMap<K,V> treeMap = newTreeMap();
UserHistoryDictIOUtils.java 177 final Map<Integer, String> unigrams = CollectionUtils.newTreeMap();
178 final Map<Integer, Integer> frequencies = CollectionUtils.newTreeMap();
179 final Map<Integer, ArrayList<PendingAttribute>> bigrams = CollectionUtils.newTreeMap();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMap.java 79 SortedMap<K, V> delegate = Maps.newTreeMap(comparator);
158 SortedMap<K, V> delegate = Maps.newTreeMap(comparator);
219 SortedMap<K, V> delegate = Maps.newTreeMap(comparator);
Maps.java 195 public static <K extends Comparable, V> TreeMap<K, V> newTreeMap() {
211 public static <K, V> TreeMap<K, V> newTreeMap(SortedMap<K, ? extends V> map) {
225 public static <C, K extends C, V> TreeMap<K, V> newTreeMap(
231 // Map<Class<? extends Throwable>, String> map = newTreeMap(comparator);
539 SortedMap<K, V> onlyOnLeft = Maps.newTreeMap(comparator);
540 SortedMap<K, V> onlyOnRight = Maps.newTreeMap(comparator);
542 SortedMap<K, V> onBoth = Maps.newTreeMap(comparator);
544 Maps.newTreeMap(comparator);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerProximityInfo.java 63 final private static TreeMap<Integer, Integer> INDICES = CollectionUtils.newTreeMap();
126 final private static TreeMap<Integer, Integer> INDICES = CollectionUtils.newTreeMap();
AndroidSpellCheckerService.java 96 mLanguageToScript = CollectionUtils.newTreeMap();
  /external/guava/guava/src/com/google/common/collect/
Maps.java 198 public static <K extends Comparable, V> TreeMap<K, V> newTreeMap() {
214 public static <K, V> TreeMap<K, V> newTreeMap(SortedMap<K, ? extends V> map) {
228 public static <K, V> TreeMap<K, V> newTreeMap(
234 // Map<Class<? extends Throwable>, String> map = newTreeMap(comparator);
542 SortedMap<K, V> onlyOnLeft = Maps.newTreeMap(comparator);
543 SortedMap<K, V> onlyOnRight = Maps.newTreeMap(comparator);
545 SortedMap<K, V> onBoth = Maps.newTreeMap(comparator);
547 Maps.newTreeMap(comparator);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOTests.java 379 final Map<Integer, String> resultWords = CollectionUtils.newTreeMap();
381 CollectionUtils.newTreeMap();
382 final Map<Integer, Integer> resultFreqs = CollectionUtils.newTreeMap();
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 291 milliseconds

1 2