Home
last modified time | relevance | path

Searched refs:newLinkedHashSet (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DLinkedHashSetTest.java33 LinkedHashSet<String> h1 = LinkedHashSet.newLinkedHashSet(5); in testNewLinkedHashSet()
/libcore/ojluni/annotations/flagged_api/java/util/
DLinkedHashSet.annotated.java43 public static <T> java.util.LinkedHashSet<T> newLinkedHashSet(int numElements) { throw new RuntimeE… in newLinkedHashSet() method in LinkedHashSet
/libcore/ojluni/src/main/java/java/util/
DLinkedHashSet.java221 public static <T> LinkedHashSet<T> newLinkedHashSet(int numElements) { in newLinkedHashSet() method in LinkedHashSet
/libcore/api/
Dcurrent.txt14149 …i("com.android.libcore.v_apis") public static <T> java.util.LinkedHashSet<T> newLinkedHashSet(int);