Class IdentitySet<E>

java.lang.Object
software.xdev.spring.data.eclipse.store.core.IdentitySet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class IdentitySet<E> extends Object implements Set<E>
A hash map implementation depending on object identity (==) rather than equality (.equals) to identify elements.