SizedBooleanChunk<T extends Attributes.Any> |
A wrapper for a boolean chunk that allows you to resize the chunk to a capacity.
|
SizedByteChunk<T extends Attributes.Any> |
A wrapper for a byte chunk that allows you to resize the chunk to a capacity.
|
SizedCharChunk<T extends Attributes.Any> |
A wrapper for a char chunk that allows you to resize the chunk to a capacity.
|
SizedChunk<T extends Attributes.Any> |
A dynamically typed chunk that can be resized.
|
SizedDoubleChunk<T extends Attributes.Any> |
A wrapper for a double chunk that allows you to resize the chunk to a capacity.
|
SizedFloatChunk<T extends Attributes.Any> |
A wrapper for a float chunk that allows you to resize the chunk to a capacity.
|
SizedIntChunk<T extends Attributes.Any> |
A wrapper for a int chunk that allows you to resize the chunk to a capacity.
|
SizedLongChunk<T extends Attributes.Any> |
A wrapper for a long chunk that allows you to resize the chunk to a capacity.
|
SizedObjectChunk<VALUE_TYPE,ATTR_TYPE extends Attributes.Any> |
A wrapper for a Object chunk that allows you to resize the chunk to a capacity.
|
SizedShortChunk<T extends Attributes.Any> |
A wrapper for a short chunk that allows you to resize the chunk to a capacity.
|