See: Description
| Class | Description |
|---|---|
| BooleanHashSet | |
| ByteHashSet | |
| CharHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
| DoubleHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
| FloatHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
| IntHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
| LongHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
| ShortHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
| SynchronizedBooleanSet |
A synchronized view of a
MutableBooleanSet. |
| SynchronizedByteSet |
A synchronized view of a
MutableByteSet. |
| SynchronizedCharSet |
A synchronized view of a
MutableCharSet. |
| SynchronizedDoubleSet |
A synchronized view of a
MutableDoubleSet. |
| SynchronizedFloatSet |
A synchronized view of a
MutableFloatSet. |
| SynchronizedIntSet |
A synchronized view of a
MutableIntSet. |
| SynchronizedLongSet |
A synchronized view of a
MutableLongSet. |
| SynchronizedShortSet |
A synchronized view of a
MutableShortSet. |
| UnmodifiableBooleanSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableByteSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableCharSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableDoubleSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableFloatSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableIntSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableLongSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
| UnmodifiableShortSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Primitive Set is similar to MutableSet that is memory-optimized for primitives.
HashTables are used for performance optimization.