Uses of Class
org.joou.UInteger
-
Uses of UInteger in org.joou
Modifier and TypeFieldDescriptionstatic final UIntegerUInteger.MAXA constant holding the maximum value anunsigned intcan have as UInteger, 232-1.static final UIntegerUInteger.MINA constant holding the minimum value anunsigned intcan have as UInteger, 0.private static final UInteger[]UInteger.VALUESCached valuesModifier and TypeMethodDescriptionUInteger.add(int val) private static UIntegerUInteger.getCached(long value) Retrieve a cached value.private static final UInteger[]UInteger.mkValues()Generate a cached value for initial unsigned integer values.UInteger.subtract(int val) static UIntegerUnsigned.uint(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUnsigned.uint(long value) Create anunsigned intstatic UIntegerCreate anunsigned intstatic UIntegerUInteger.valueOf(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUInteger.valueOf(long value) Create anunsigned intstatic UIntegerCreate anunsigned intprivate static UIntegerUInteger.valueOfUnchecked(long value) Get the value of a long without checking the value.