java.lang.Object
com.dynatrace.hash4j.util.PackedArray
A utility class for compactly storing fixed bit size components in a byte array.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceGives access to indexed long values.static interfaceA handler for a packed array with predefined element size.static interfaceA read iterator to read the values of all components in sequential order. -
Method Summary
Modifier and TypeMethodDescriptiongetHandler(int bitSize) Returns a packed array handler that provides methods for compactly storing fixed bit size components in a byte array.
-
Method Details
-
getHandler
Returns a packed array handler that provides methods for compactly storing fixed bit size components in a byte array.- Parameters:
bitSize- the bit size- Returns:
- a handler
-