Class IdentityHashSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.googlecode.aviator.utils.IdentityHashSet<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class IdentityHashSet<E> extends AbstractSet<E>
Identity hash set based on IdentityHashMap.