Class CheckIntrinsics
java.lang.Object
org.lwjgl.system.CheckIntrinsics
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcheckFromIndexSize(int fromIndex, int size, int length) static intcheckFromToIndex(int fromIndex, int toIndex, int length) static intcheckIndex(int index, int length)
-
Method Details
-
checkIndex
public static int checkIndex(int index, int length) -
checkFromToIndex
public static int checkFromToIndex(int fromIndex, int toIndex, int length) -
checkFromIndexSize
public static int checkFromIndexSize(int fromIndex, int size, int length)
-