Uses of Class
com.jackmeng.stl.types.UInt_t
Package | Description |
---|---|
com.jackmeng.stl.types |
-
Uses of UInt_t in com.jackmeng.stl.types
Fields in com.jackmeng.stl.types declared as UInt_t Modifier and Type Field Description static UInt_t
UInt_t. MAX_VALUE
MAX_VALUE = ?static UInt_t
UInt_t. ONE
ONE = 1static UInt_t
UInt_t. ZERO
ZERO = 0Methods in com.jackmeng.stl.types that return UInt_t Modifier and Type Method Description UInt_t
UInt_t. and(UInt_t e)
UInt_t
UInt_t. divide(UInt_t e)
UInt_t
UInt_t. left(UInt_t e)
static UInt_t
UInt_t. make(long t)
Turn a regular long into an unsigned integer.UInt_t
UInt_t. minus(UInt_t e)
UInt_t
UInt_t. mod(UInt_t e)
UInt_t
UInt_t. not()
UInt_t
UInt_t. or(UInt_t e)
UInt_t
UInt_t. plus(UInt_t e)
UInt_t
UInt_t. right(UInt_t e)
UInt_t
UInt_t. right_2(UInt_t e)
UInt_t
UInt_t. times(UInt_t e)
UInt_t
UInt_t. xor(UInt_t e)
Methods in com.jackmeng.stl.types with parameters of type UInt_t Modifier and Type Method Description UInt_t
UInt_t. and(UInt_t e)
int
UInt_t. compareTo(UInt_t o)
UInt_t
UInt_t. divide(UInt_t e)
UInt_t
UInt_t. left(UInt_t e)
UInt_t
UInt_t. minus(UInt_t e)
UInt_t
UInt_t. mod(UInt_t e)
UInt_t
UInt_t. or(UInt_t e)
UInt_t
UInt_t. plus(UInt_t e)
UInt_t
UInt_t. right(UInt_t e)
UInt_t
UInt_t. right_2(UInt_t e)
UInt_t
UInt_t. times(UInt_t e)
UInt_t
UInt_t. xor(UInt_t e)