A mutable primitive list is similar to a MutableList
, but is memory-optimized for primitives.
Class | Description |
---|---|
BooleanArrayList |
BooleanArrayList is similar to
FastList , and is memory-optimized for boolean primitives. |
ByteArrayList |
ByteArrayList is similar to
FastList , and is memory-optimized for byte primitives. |
CharArrayList |
CharArrayList is similar to
FastList , and is memory-optimized for char primitives. |
DoubleArrayList |
DoubleArrayList is similar to
FastList , and is memory-optimized for double primitives. |
FloatArrayList |
FloatArrayList is similar to
FastList , and is memory-optimized for float primitives. |
IntArrayList |
IntArrayList is similar to
FastList , and is memory-optimized for int primitives. |
LongArrayList |
LongArrayList is similar to
FastList , and is memory-optimized for long primitives. |
ShortArrayList |
ShortArrayList is similar to
FastList , and is memory-optimized for short primitives. |
SynchronizedBooleanList |
A synchronized view of a
MutableBooleanList . |
SynchronizedByteList |
A synchronized view of a
MutableByteList . |
SynchronizedCharList |
A synchronized view of a
MutableCharList . |
SynchronizedDoubleList |
A synchronized view of a
MutableDoubleList . |
SynchronizedFloatList |
A synchronized view of a
MutableFloatList . |
SynchronizedIntList |
A synchronized view of a
MutableIntList . |
SynchronizedLongList |
A synchronized view of a
MutableLongList . |
SynchronizedShortList |
A synchronized view of a
MutableShortList . |
UnmodifiableBooleanList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableByteList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableCharList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableDoubleList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableFloatList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableIntList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableLongList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
UnmodifiableShortList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Enum | Description |
---|---|
MutableBooleanListFactoryImpl |
MutableBooleanListFactoryImpl is a factory implementation which creates instances of type
MutableBooleanList . |
MutableByteListFactoryImpl |
MutableByteListFactoryImpl is a factory implementation which creates instances of type
MutableByteList . |
MutableCharListFactoryImpl |
MutableCharListFactoryImpl is a factory implementation which creates instances of type
MutableCharList . |
MutableDoubleListFactoryImpl |
MutableDoubleListFactoryImpl is a factory implementation which creates instances of type
MutableDoubleList . |
MutableFloatListFactoryImpl |
MutableFloatListFactoryImpl is a factory implementation which creates instances of type
MutableFloatList . |
MutableIntListFactoryImpl |
MutableIntListFactoryImpl is a factory implementation which creates instances of type
MutableIntList . |
MutableLongListFactoryImpl |
MutableLongListFactoryImpl is a factory implementation which creates instances of type
MutableLongList . |
MutableShortListFactoryImpl |
MutableShortListFactoryImpl is a factory implementation which creates instances of type
MutableShortList . |
Copyright © 2004–2019. All rights reserved.