Package net.sf.jstuff.core.collection
Class IdentityHashSet<E>
java.lang.Object
net.sf.jstuff.core.collection.MapBackedSet<E>
net.sf.jstuff.core.collection.IdentityHashSet<E>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<E>
,Collection<E>
,Set<E>
- Author:
- Sebastian Thomschke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
static <E> IdentityHashSet<E>
create()
static <E> IdentityHashSet<E>
create
(int initialCapacity) Methods inherited from class net.sf.jstuff.core.collection.MapBackedSet
add, addAll, clear, contains, containsAll, create, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
toArray
-
Constructor Details
-
IdentityHashSet
public IdentityHashSet() -
IdentityHashSet
public IdentityHashSet(int initialCapacity)
-
-
Method Details
-
create
-
create
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-