Package org.eclipse.collections.impl.bag.mutable.primitive
This package contains implementations of the mutable primitive bag interfaces.
A mutable primitive bag is similar to a MutableBag
, but is memory-optimized for primitives.
-
Class Summary Class Description BooleanHashBag BooleanHashBag is similar toHashBag
, and is memory-optimized for boolean primitives.ByteHashBag ByteHashBag is similar toHashBag
, and is memory-optimized for byte primitives.CharHashBag CharHashBag is similar toHashBag
, and is memory-optimized for char primitives.DoubleHashBag DoubleHashBag is similar toHashBag
, and is memory-optimized for double primitives.FloatHashBag FloatHashBag is similar toHashBag
, and is memory-optimized for float primitives.IntHashBag IntHashBag is similar toHashBag
, and is memory-optimized for int primitives.LongHashBag LongHashBag is similar toHashBag
, and is memory-optimized for long primitives.ShortHashBag ShortHashBag is similar toHashBag
, and is memory-optimized for short primitives.SynchronizedBooleanBag A synchronized view of aMutableBooleanBag
.SynchronizedByteBag A synchronized view of aMutableByteBag
.SynchronizedCharBag A synchronized view of aMutableCharBag
.SynchronizedDoubleBag A synchronized view of aMutableDoubleBag
.SynchronizedFloatBag A synchronized view of aMutableFloatBag
.SynchronizedIntBag A synchronized view of aMutableIntBag
.SynchronizedLongBag A synchronized view of aMutableLongBag
.SynchronizedShortBag A synchronized view of aMutableShortBag
.UnmodifiableBooleanBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableByteBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableCharBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableDoubleBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableFloatBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableIntBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableLongBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg.UnmodifiableShortBag This file was automatically generated from template file unmodifiablePrimitiveBag.stg. -
Enum Summary Enum Description MutableBooleanBagFactoryImpl MutableBooleanBagFactoryImpl is a factory implementation which creates instances of typeMutableBooleanBag
.MutableByteBagFactoryImpl MutableByteBagFactoryImpl is a factory implementation which creates instances of typeMutableByteBag
.MutableCharBagFactoryImpl MutableCharBagFactoryImpl is a factory implementation which creates instances of typeMutableCharBag
.MutableDoubleBagFactoryImpl MutableDoubleBagFactoryImpl is a factory implementation which creates instances of typeMutableDoubleBag
.MutableFloatBagFactoryImpl MutableFloatBagFactoryImpl is a factory implementation which creates instances of typeMutableFloatBag
.MutableIntBagFactoryImpl MutableIntBagFactoryImpl is a factory implementation which creates instances of typeMutableIntBag
.MutableLongBagFactoryImpl MutableLongBagFactoryImpl is a factory implementation which creates instances of typeMutableLongBag
.MutableShortBagFactoryImpl MutableShortBagFactoryImpl is a factory implementation which creates instances of typeMutableShortBag
.