Package | Description |
---|---|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
Class and 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.
|
Copyright © 2004–2016. All rights reserved.