Set
specializations, based on hash tables,
their factories and static factory methods.See: Description
Interface | Description |
---|---|
HashByteSet |
An interface for
ByteSet s, based on hash tables. |
HashByteSetFactory |
An immutable factory of
HashByteSet s. |
HashCharSet |
An interface for
CharSet s, based on hash tables. |
HashCharSetFactory |
An immutable factory of
HashCharSet s. |
HashDoubleSet |
An interface for
DoubleSet s, based on hash tables. |
HashDoubleSetFactory |
An immutable factory of
HashDoubleSet s. |
HashFloatSet |
An interface for
FloatSet s, based on hash tables. |
HashFloatSetFactory |
An immutable factory of
HashFloatSet s. |
HashIntSet |
An interface for
IntSet s, based on hash tables. |
HashIntSetFactory |
An immutable factory of
HashIntSet s. |
HashLongSet |
An interface for
LongSet s, based on hash tables. |
HashLongSetFactory |
An immutable factory of
HashLongSet s. |
HashObjSet<E> |
An interface for
ObjSet s, based on hash tables. |
HashObjSetFactory<E> |
An immutable factory of
HashObjSet s. |
HashShortSet |
An interface for
ShortSet s, based on hash tables. |
HashShortSetFactory |
An immutable factory of
HashShortSet s. |
Class | Description |
---|---|
HashByteSets |
This class consists only of static factory methods to construct
HashByteSet s, and
the default HashByteSetFactory static provider (HashByteSets.getDefaultFactory() ). |
HashCharSets |
This class consists only of static factory methods to construct
HashCharSet s, and
the default HashCharSetFactory static provider (HashCharSets.getDefaultFactory() ). |
HashDoubleSets |
This class consists only of static factory methods to construct
HashDoubleSet s, and
the default HashDoubleSetFactory static provider (HashDoubleSets.getDefaultFactory() ). |
HashFloatSets |
This class consists only of static factory methods to construct
HashFloatSet s, and
the default HashFloatSetFactory static provider (HashFloatSets.getDefaultFactory() ). |
HashIntSets |
This class consists only of static factory methods to construct
HashIntSet s, and
the default HashIntSetFactory static provider (HashIntSets.getDefaultFactory() ). |
HashLongSets |
This class consists only of static factory methods to construct
HashLongSet s, and
the default HashLongSetFactory static provider (HashLongSets.getDefaultFactory() ). |
HashObjSets |
This class consists only of static factory methods to construct
HashObjSet s, and
the default HashObjSetFactory static provider (HashObjSets.getDefaultFactory() ). |
HashShortSets |
This class consists only of static factory methods to construct
HashShortSet s, and
the default HashShortSetFactory static provider (HashShortSets.getDefaultFactory() ). |
Set
specializations, based on hash tables,
their factories and static factory methods.com.koloboke.collect.hash