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

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

public interface IdentitySet<E>
extends 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
 



Copyright © 2010 jOpenDocument All Rights Reserved.