Package org.lwjgl.system
Class CheckIntrinsics
- java.lang.Object
-
- org.lwjgl.system.CheckIntrinsics
-
public final class CheckIntrinsics extends java.lang.Object
Simple index checks.On Java 9 these checks are replaced with the corresponding
Objects
methods, which perform better.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
checkFromIndexSize(int fromIndex, int size, int length)
static int
checkFromToIndex(int fromIndex, int toIndex, int length)
static int
checkIndex(int index, int length)
-