Home
last modified time | relevance | path

Searched defs:hashSet (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/util/HashSet/
DSerialization.java52 HashSet<Integer> hashSet = new HashSet<Integer>(capacity, loadFactor); in createHashSet() local
61 …private static HashSet<Integer> serDeser(HashSet<Integer> hashSet) throws IOException, ClassNotFou… in serDeser()
77 private static void printHashSet(HashSet<Integer> hashSet) { in printHashSet()
88 HashSet<Integer> hashSet = createHashSet(); in main() local
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DStreamFlagsTest.java45 Stream<String> hashSet = new HashSet<String>().stream(); field in StreamFlagsTest
62 Stream<String> hashSet = new HashSet<String>().stream(); in testBaseStreams() local
/libcore/ojluni/src/test/java/util/IdentityHashMap/
DDistinctEntrySetElements.java53 HashSet<Map.Entry<String, String>> hashSet = new HashSet<>(entrySet); in main() local
/libcore/ojluni/src/test/java/util/EnumMap/
DDistinctEntrySetElements.java56 HashSet<Map.Entry<TestEnum, String>> hashSet = new HashSet<>(entrySet); in testDistinctElements() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashSetTest.java265 HashSet<String> hashSet = new HashSet<>(); in test_spliterator() local
DLinkedHashSetTest.java335 LinkedHashSet<String> hashSet = new LinkedHashSet<>(); in test_spliterator() local
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXParameters.java147 Set<TrustAnchor> hashSet = new HashSet<>(); in PKIXParameters() local