Package org.eclipse.collections.impl.set.mutable.primitive
This package contains implementations of the mutable primitive set interfaces.
Primitive Set is similar to MutableSet
that is memory-optimized for primitives.
HashTables are used for performance optimization.
-
Class Summary 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 aMutableBooleanSet
.SynchronizedByteSet A synchronized view of aMutableByteSet
.SynchronizedCharSet A synchronized view of aMutableCharSet
.SynchronizedDoubleSet A synchronized view of aMutableDoubleSet
.SynchronizedFloatSet A synchronized view of aMutableFloatSet
.SynchronizedIntSet A synchronized view of aMutableIntSet
.SynchronizedLongSet A synchronized view of aMutableLongSet
.SynchronizedShortSet A synchronized view of aMutableShortSet
.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 Summary Enum Description MutableBooleanSetFactoryImpl MutableBooleanSetFactoryImpl is a factory implementation which creates instances of typeMutableBooleanSet
.MutableByteSetFactoryImpl MutableByteSetFactoryImpl is a factory implementation which creates instances of typeMutableByteSet
.MutableCharSetFactoryImpl MutableCharSetFactoryImpl is a factory implementation which creates instances of typeMutableCharSet
.MutableDoubleSetFactoryImpl MutableDoubleSetFactoryImpl is a factory implementation which creates instances of typeMutableDoubleSet
.MutableFloatSetFactoryImpl MutableFloatSetFactoryImpl is a factory implementation which creates instances of typeMutableFloatSet
.MutableIntSetFactoryImpl MutableIntSetFactoryImpl is a factory implementation which creates instances of typeMutableIntSet
.MutableLongSetFactoryImpl MutableLongSetFactoryImpl is a factory implementation which creates instances of typeMutableLongSet
.MutableShortSetFactoryImpl MutableShortSetFactoryImpl is a factory implementation which creates instances of typeMutableShortSet
.