Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUtil.java99 static <E> Set<E> newSet(E... elements) { in newSet() method in Util
112 static <E> Set<E> newSet(Set<E> other, E... elements) { in newSet() method in Util
/libcore/ojluni/src/main/java/java/util/
DHashSet.java265 HashSet<E> newSet = (HashSet<E>) super.clone(); in clone() local
/libcore/luni/src/main/java/libcore/icu/
DICU.java112 Set<String> newSet = new HashSet<>(isoCountries.length); in isIsoCountry() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DTreeSetTest.java725 static NavigableSet<Integer> newSet(Class cl) throws Exception { in newSet() method in TreeSetTest
DConcurrentSkipListSetTest.java728 static NavigableSet<Integer> newSet(Class cl) throws Exception { in newSet() method in ConcurrentSkipListSetTest
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentSkipListSetTest.java698 static NavigableSet<Integer> newSet(Class cl) throws Exception { in newSet() method in ConcurrentSkipListSetTest
DTreeSetTest.java702 static NavigableSet<Integer> newSet(Class cl) throws Exception { in newSet() method in TreeSetTest