Class PrimitiveListTool
java.lang.Object
io.datarouter.bytes.primitivelist.PrimitiveListTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckIndex(int size, int index) static voidcheckSubListIndexes(int size, int fromIndex, int toIndex)
-
Constructor Details
-
PrimitiveListTool
public PrimitiveListTool()
-
-
Method Details
-
checkIndex
public static void checkIndex(int size, int index) -
checkSubListIndexes
public static void checkSubListIndexes(int size, int fromIndex, int toIndex)
-