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

/libcore/ojluni/src/main/java/java/util/
H A DHashSet.java39 * the <tt>HashSet</tt> instance's size (the number of elements) plus the
54 * Set s = Collections.synchronizedSet(new HashSet(...));</pre>
87 public class HashSet<E> class in inherits:AbstractSet,Set,Cloneable,java.io.Serializable
102 public HashSet() { method in class:HashSet
115 public HashSet(Collection<? extends E> c) { method in class:HashSet
129 public HashSet(int initialCapacity, float loadFactor) { method in class:HashSet
141 public HashSet(int initialCapacity) { method in class:HashSet
158 HashSet(int initialCapacity, float loadFactor, boolean dummy) { method in class:HashSet
245 * Returns a shallow copy of this <tt>HashSet</tt> instance: the elements
252 HashSet<
[all...]

Completed in 57 milliseconds