org.jopendocument.util.cc
Interface IdentitySet<E>

Type Parameters:
E - the type of elements maintained by this set
All Superinterfaces:
java.util.Collection<E>, java.lang.Iterable<E>, java.util.Set<E>
All Known Implementing Classes:
IdentityHashSet

public interface IdentitySet<E>
extends java.util.Set<E>

A set using reference-equality in place of object-equality when comparing items.

Author:
Sylvain

Method Summary
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray