A mutable primitive bag is similar to a MutableBag, but is memory-optimized for primitives.
| Class | Description |
|---|---|
| BooleanHashBag |
BooleanHashBag is similar to
HashBag, and is memory-optimized for boolean primitives. |
| ByteHashBag |
ByteHashBag is similar to
HashBag, and is memory-optimized for byte primitives. |
| CharHashBag |
CharHashBag is similar to
HashBag, and is memory-optimized for char primitives. |
| DoubleHashBag |
DoubleHashBag is similar to
HashBag, and is memory-optimized for double primitives. |
| FloatHashBag |
FloatHashBag is similar to
HashBag, and is memory-optimized for float primitives. |
| IntHashBag |
IntHashBag is similar to
HashBag, and is memory-optimized for int primitives. |
| LongHashBag |
LongHashBag is similar to
HashBag, and is memory-optimized for long primitives. |
| ShortHashBag |
ShortHashBag is similar to
HashBag, and is memory-optimized for short primitives. |
| SynchronizedBooleanBag |
A synchronized view of a
MutableBooleanBag. |
| SynchronizedByteBag |
A synchronized view of a
MutableByteBag. |
| SynchronizedCharBag |
A synchronized view of a
MutableCharBag. |
| SynchronizedDoubleBag |
A synchronized view of a
MutableDoubleBag. |
| SynchronizedFloatBag |
A synchronized view of a
MutableFloatBag. |
| SynchronizedIntBag |
A synchronized view of a
MutableIntBag. |
| SynchronizedLongBag |
A synchronized view of a
MutableLongBag. |
| SynchronizedShortBag |
A synchronized view of a
MutableShortBag. |
| 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 | Description |
|---|---|
| MutableBooleanBagFactoryImpl |
MutableBooleanBagFactoryImpl is a factory implementation which creates instances of type
MutableBooleanBag. |
| MutableByteBagFactoryImpl |
MutableByteBagFactoryImpl is a factory implementation which creates instances of type
MutableByteBag. |
| MutableCharBagFactoryImpl |
MutableCharBagFactoryImpl is a factory implementation which creates instances of type
MutableCharBag. |
| MutableDoubleBagFactoryImpl |
MutableDoubleBagFactoryImpl is a factory implementation which creates instances of type
MutableDoubleBag. |
| MutableFloatBagFactoryImpl |
MutableFloatBagFactoryImpl is a factory implementation which creates instances of type
MutableFloatBag. |
| MutableIntBagFactoryImpl |
MutableIntBagFactoryImpl is a factory implementation which creates instances of type
MutableIntBag. |
| MutableLongBagFactoryImpl |
MutableLongBagFactoryImpl is a factory implementation which creates instances of type
MutableLongBag. |
| MutableShortBagFactoryImpl |
MutableShortBagFactoryImpl is a factory implementation which creates instances of type
MutableShortBag. |
Copyright © 2004–2020. All rights reserved.