Searched defs:HashSet (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/util/ | ||
H A D | HashSet.java | 39 * 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 219 milliseconds