Package org.eclipse.collections.impl.bag.immutable.primitive
package org.eclipse.collections.impl.bag.immutable.primitive
This package contains implementations of the immutable primitive bag interfaces.
An immutable primitive bag is similar to an ImmutableBag
, but is memory-optimized for primitives.
-
ClassesClassDescriptionImmutableBooleanBagFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanBag
.ImmutableByteBagFactoryImpl is a factory implementation which creates instances of typeImmutableByteBag
.ImmutableCharBagFactoryImpl is a factory implementation which creates instances of typeImmutableCharBag
.ImmutableDoubleBagFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleBag
.ImmutableFloatBagFactoryImpl is a factory implementation which creates instances of typeImmutableFloatBag
.ImmutableIntBagFactoryImpl is a factory implementation which creates instances of typeImmutableIntBag
.ImmutableLongBagFactoryImpl is a factory implementation which creates instances of typeImmutableLongBag
.ImmutableShortBagFactoryImpl is a factory implementation which creates instances of typeImmutableShortBag
.