Package pl.tkowalcz.tjahzi.utils
Class Objects
java.lang.Object
pl.tkowalcz.tjahzi.utils.Objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckFromToIndex(int start, int end, int length) static voidcheckIndex(int index, int length)
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
checkIndex
public static void checkIndex(int index, int length) -
checkFromToIndex
public static void checkFromToIndex(int start, int end, int length)
-