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.Modifier and TypeMethodDescriptionUInteger.add(int val) 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 int