Class TLcdIdentityHashSet<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractSet<T>
com.luciad.util.collections.TLcdIdentityHashSet<T>
All Implemented Interfaces:
ILcdCloneable, Cloneable, Iterable<T>, Collection<T>, Set<T>

public class TLcdIdentityHashSet<T> extends AbstractSet<T> implements ILcdCloneable
A hash set that uses identity comparisons for its values. It is functionally equivalent to Collections.newSetFromMap(new IdentityHashMap<>());, but has some clone optimizations.
Since:
2012.0