net.openhft.collect.set
Interface ObjSet<E>

All Superinterfaces:
Collection<E>, Container, Iterable<E>, ObjCollection<E>, Set<E>
All Known Subinterfaces:
HashObjSet<E>

public interface ObjSet<E>
extends ObjCollection<E>, Set<E>

A set of objects, the library's extension of the classic Set interface.

See Also:
ObjSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.ObjCollection
cursor, equivalence, forEach, forEachWhile, iterator, removeIf
 
Methods inherited from interface net.openhft.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray