Home
last modified time | relevance | path

Searched defs:HashSet (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashSet.annotated.java31 public class HashSet<E> extends java.util.AbstractSet<E> implements java.util.Set<E>, java.lang.Clo… class
33 public HashSet() { throw new RuntimeException("Stub!"); } in HashSet() method in HashSet
35 public HashSet(@libcore.util.NonNull java.util.Collection<? extends @libcore.util.NullFromTypeParam… in HashSet() method in HashSet
37 public HashSet(int initialCapacity, float loadFactor) { throw new RuntimeException("Stub!"); } in HashSet() method in HashSet
39 public HashSet(int initialCapacity) { throw new RuntimeException("Stub!"); } in HashSet() method in HashSet
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashSet.java31 public class HashSet<E> extends java.util.AbstractSet<E> class
34 public HashSet() { in HashSet() method in HashSet
38 public HashSet(java.util.Collection<? extends E> c) { in HashSet() method in HashSet
42 public HashSet(int initialCapacity, float loadFactor) { in HashSet() method in HashSet
46 public HashSet(int initialCapacity) { in HashSet() method in HashSet
50 HashSet(int initialCapacity, float loadFactor, boolean fake) { in HashSet() method in HashSet
/libcore/ojluni/src/main/java/java/util/
DHashSet.java89 public class HashSet<E> class
104 public HashSet() { in HashSet() method in HashSet
117 public HashSet(Collection<? extends E> c) { in HashSet() method in HashSet
131 public HashSet(int initialCapacity, float loadFactor) { in HashSet() method in HashSet
143 public HashSet(int initialCapacity) { in HashSet() method in HashSet
160 HashSet(int initialCapacity, float loadFactor, boolean dummy) { in HashSet() method in HashSet