Package io.deephaven.chunk.sized
package io.deephaven.chunk.sized
-
ClassDescriptionSizedBooleanChunk<T extends Any>A wrapper for a boolean chunk that allows you to resize the chunk to a capacity.SizedByteChunk<T extends Any>A wrapper for a byte chunk that allows you to resize the chunk to a capacity.SizedCharChunk<T extends Any>A wrapper for a char chunk that allows you to resize the chunk to a capacity.SizedChunk<T extends Any>A dynamically typed chunk that can be resized.SizedDoubleChunk<T extends Any>A wrapper for a double chunk that allows you to resize the chunk to a capacity.SizedFloatChunk<T extends Any>A wrapper for a float chunk that allows you to resize the chunk to a capacity.SizedIntChunk<T extends Any>A wrapper for a int chunk that allows you to resize the chunk to a capacity.SizedLongChunk<T extends Any>A wrapper for a long chunk that allows you to resize the chunk to a capacity.SizedObjectChunk<T,
ATTR extends Any> A wrapper for a Object chunk that allows you to resize the chunk to a capacity.SizedShortChunk<T extends Any>A wrapper for a short chunk that allows you to resize the chunk to a capacity.