java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractSet<T>
de.grogra.math.util.OpenAddressingSet<T>
de.grogra.math.util.OaHashSet<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>
- Author:
- Hal Hildebrand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.grogra.math.util.OpenAddressingSet
add, clear, clone, contains, init, isEmpty, iterator, remove, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, containsAll, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
OaHashSet
public OaHashSet() -
OaHashSet
public OaHashSet(int initialCapacity)
-
-
Method Details
-
equals
- Specified by:
equalsin classOpenAddressingSet<T>
-
getHash
- Specified by:
getHashin classOpenAddressingSet<T>
-