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