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_tUInt_t. MAX_VALUEMAX_VALUE = ?static UInt_tUInt_t. ONEONE = 1static UInt_tUInt_t. ZEROZERO = 0Methods in com.jackmeng.stl.types that return UInt_t Modifier and Type Method Description UInt_tUInt_t. and(UInt_t e)UInt_tUInt_t. divide(UInt_t e)UInt_tUInt_t. left(UInt_t e)static UInt_tUInt_t. make(long t)Turn a regular long into an unsigned integer.UInt_tUInt_t. minus(UInt_t e)UInt_tUInt_t. mod(UInt_t e)UInt_tUInt_t. not()UInt_tUInt_t. or(UInt_t e)UInt_tUInt_t. plus(UInt_t e)UInt_tUInt_t. right(UInt_t e)UInt_tUInt_t. right_2(UInt_t e)UInt_tUInt_t. times(UInt_t e)UInt_tUInt_t. xor(UInt_t e)Methods in com.jackmeng.stl.types with parameters of type UInt_t Modifier and Type Method Description UInt_tUInt_t. and(UInt_t e)intUInt_t. compareTo(UInt_t o)UInt_tUInt_t. divide(UInt_t e)UInt_tUInt_t. left(UInt_t e)UInt_tUInt_t. minus(UInt_t e)UInt_tUInt_t. mod(UInt_t e)UInt_tUInt_t. or(UInt_t e)UInt_tUInt_t. plus(UInt_t e)UInt_tUInt_t. right(UInt_t e)UInt_tUInt_t. right_2(UInt_t e)UInt_tUInt_t. times(UInt_t e)UInt_tUInt_t. xor(UInt_t e)