Class PrimitiveListTool
java.lang.Object
io.datarouter.bytes.primitivelist.PrimitiveListTool
public class PrimitiveListTool extends Object
-
Constructor Summary
Constructors Constructor Description PrimitiveListTool() -
Method Summary
Modifier and Type Method Description static 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)
-