Primitive Set is similar to MutableSet that is memory-optimized for primitives.
HashTables are used for performance optimization.
| 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.
|
| Enum | Description |
|---|---|
| MutableBooleanSetFactoryImpl |
MutableBooleanSetFactoryImpl is a factory implementation which creates instances of type
MutableBooleanSet. |
| MutableByteSetFactoryImpl |
MutableByteSetFactoryImpl is a factory implementation which creates instances of type
MutableByteSet. |
| MutableCharSetFactoryImpl |
MutableCharSetFactoryImpl is a factory implementation which creates instances of type
MutableCharSet. |
| MutableDoubleSetFactoryImpl |
MutableDoubleSetFactoryImpl is a factory implementation which creates instances of type
MutableDoubleSet. |
| MutableFloatSetFactoryImpl |
MutableFloatSetFactoryImpl is a factory implementation which creates instances of type
MutableFloatSet. |
| MutableIntSetFactoryImpl |
MutableIntSetFactoryImpl is a factory implementation which creates instances of type
MutableIntSet. |
| MutableLongSetFactoryImpl |
MutableLongSetFactoryImpl is a factory implementation which creates instances of type
MutableLongSet. |
| MutableShortSetFactoryImpl |
MutableShortSetFactoryImpl is a factory implementation which creates instances of type
MutableShortSet. |
Copyright © 2004–2017. All rights reserved.