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>

public class IdentityHashSet<E> extends MapBackedSet<E> implements Cloneable
Author:
Sebastian Thomschke
See Also: