HomeSort by relevance Sort by last modified time
    Searched refs:newLinkedHashSet (Results 1 - 24 of 24) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 51 this.concurrencyLevels = Sets.newLinkedHashSet(concurrencyLevels);
56 this.initialCapacities = Sets.newLinkedHashSet(initialCapacities);
61 this.maximumSizes = Sets.newLinkedHashSet(maximumSizes);
66 this.expireAfterWrites = Sets.newLinkedHashSet(durations);
71 this.expireAfterAccesses = Sets.newLinkedHashSet(durations);
76 this.refreshes = Sets.newLinkedHashSet(durations);
81 this.keyStrengths = Sets.newLinkedHashSet(keyStrengths);
87 this.valueStrengths = Sets.newLinkedHashSet(valueStrengths);
137 Sets.newLinkedHashSet(Iterables.transform(set, NULLABLE_TO_OPTIONAL));
  /external/guava/guava-tests/test/com/google/common/collect/
LinkedHashMultimapTest.java 21 import static com.google.common.collect.Sets.newLinkedHashSet;
208 newLinkedHashSet(asList(2, 3, 4, 7, 8)),
229 Set<Entry<String, Integer>> set = Sets.newLinkedHashSet(asList(
296 new IteratorTester<String>(6, MODIFIABLE, newLinkedHashSet(asList(
322 Set<Entry<String, Collection<Integer>>> set = newLinkedHashSet(asList(
ForwardingSetTest.java 115 Sets.newLinkedHashSet(asList(elements)));
LinkedListMultimapTest.java 21 import static com.google.common.collect.Sets.newLinkedHashSet;
411 new IteratorTester<String>(6, MODIFIABLE, newLinkedHashSet(asList(
437 Set<Entry<String, Collection<Integer>>> set = Sets.newLinkedHashSet(asList(
SetsTest.java 185 Set<String> unfiltered = Sets.newLinkedHashSet();
206 Set<String> unfiltered = Sets.newLinkedHashSet();
227 Set<String> unfiltered = Sets.newLinkedHashSet();
389 LinkedHashSet<Integer> set = Sets.newLinkedHashSet();
394 LinkedHashSet<Integer> set = Sets.newLinkedHashSet(LONGER_LIST);
399 LinkedHashSet<Integer> set = Sets.newLinkedHashSet(new Iterable<Integer>()
    [all...]
ConstraintsTest.java 104 Set<String> set = Sets.newLinkedHashSet(asList("foo", "bar"));
118 Set<String> set = Sets.newLinkedHashSet(asList("foo", "bar"));
SetOperationsTest.java 95 Sets.newLinkedHashSet(asList(elements)),
96 Sets.newLinkedHashSet(
IterablesTest.java 21 import static com.google.common.collect.Sets.newLinkedHashSet;
676 return skip(newLinkedHashSet(asList(1, 2, 3)), 1).iterator();
702 Collection<String> set = newLinkedHashSet(asList("a", "b", "c"));
718 Collection<String> set = newLinkedHashSet(asList("a", "b", "c"));
    [all...]
MultimapsTest.java 492 Sets.newLinkedHashSet(asList(1, 2)))));
494 Sets.newLinkedHashSet(asList(1, 2)))));
    [all...]
TreeMultimapNaturalTest.java 325 Set<Entry<String, Integer>> set = Sets.newLinkedHashSet(asList(
IteratorsTest.java 736 = Sets.newLinkedHashSet(asList("already", "there"));
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSet.java 133 Set<E> delegate = Sets.newLinkedHashSet();
157 Set<E> set = Sets.newLinkedHashSet();
ImmutableSetMultimap.java 148 return Sets.newLinkedHashSet();
165 return Sets.newLinkedHashSet();
LinkedHashMultimap.java 119 linkedEntries = Sets.newLinkedHashSet();
Sets.java 244 public static <E> LinkedHashSet<E> newLinkedHashSet() {
278 public static <E> LinkedHashSet<E> newLinkedHashSet(
283 LinkedHashSet<E> set = newLinkedHashSet();
    [all...]
Multimaps.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSetMultimap.java 153 return Sets.newLinkedHashSet();
170 return Sets.newLinkedHashSet();
LinkedHashMultimap.java 123 linkedEntries = Sets.newLinkedHashSet();
Sets.java 247 public static <E> LinkedHashSet<E> newLinkedHashSet() {
281 public static <E> LinkedHashSet<E> newLinkedHashSet(
286 LinkedHashSet<E> set = newLinkedHashSet();
    [all...]
Multimaps.java     [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SetGenerators.java 252 Set<String> elementsPlus = Sets.newLinkedHashSet();
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 2856 milliseconds