Package net.openhft.collect.set

Contains interfaces of Set specializations and their factories.

See:
          Description

Interface Summary
ByteSet A Set specialization with byte elements.
ByteSetFactory An immutable factory of ByteSets.
CharSet A Set specialization with char elements.
CharSetFactory An immutable factory of CharSets.
DoubleSet A Set specialization with double elements.
DoubleSetFactory An immutable factory of DoubleSets.
FloatSet A Set specialization with float elements.
FloatSetFactory An immutable factory of FloatSets.
IntSet A Set specialization with int elements.
IntSetFactory An immutable factory of IntSets.
LongSet A Set specialization with long elements.
LongSetFactory An immutable factory of LongSets.
ObjSet<E> A set of objects, the library's extension of the classic Set interface.
ObjSetFactory<E> An immutable factory of ObjSets.
ShortSet A Set specialization with short elements.
ShortSetFactory An immutable factory of ShortSets.
 

Package net.openhft.collect.set Description

Contains interfaces of Set specializations and their factories.