Class IdentitySet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.soliscode.test.util.IdentitySet<E>
Type Parameters:
E - the element type.
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class IdentitySet<E> extends AbstractSet<E>
An Set that checks for elements by identity rather han by equality. This class is used to implement assertions that are checking for element identity.
Since:
1.0
Author:
evanbergstrom