Uses of Class
dev.mccue.guava.primitives.UnsignedInteger
-
Uses of UnsignedInteger in dev.mccue.guava.primitives
Fields in dev.mccue.guava.primitives declared as UnsignedIntegerModifier and TypeFieldDescriptionstatic final UnsignedIntegerUnsignedInteger.MAX_VALUEstatic final UnsignedIntegerUnsignedInteger.ONEstatic final UnsignedIntegerUnsignedInteger.ZEROMethods in dev.mccue.guava.primitives that return UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.dividedBy(UnsignedInteger val) Returns the result of dividing this byval.static UnsignedIntegerUnsignedInteger.fromIntBits(int bits) Returns anUnsignedIntegercorresponding to a given bit representation.UnsignedInteger.minus(UnsignedInteger val) Returns the result of subtracting this andval.UnsignedInteger.mod(UnsignedInteger val) Returns this modval.UnsignedInteger.plus(UnsignedInteger val) Returns the result of adding this andval.UnsignedInteger.times(UnsignedInteger val) Returns the result of multiplying this andval.static UnsignedIntegerUnsignedInteger.valueOf(long value) Returns anUnsignedIntegerthat is equal tovalue, if possible.static UnsignedIntegerReturns anUnsignedIntegerholding the value of the specifiedString, parsed as an unsignedintvalue.static UnsignedIntegerReturns anUnsignedIntegerholding the value of the specifiedString, parsed as an unsignedintvalue in the specified radix.static UnsignedIntegerUnsignedInteger.valueOf(BigInteger value) Returns aUnsignedIntegerrepresenting the same value as the specifiedBigInteger.Methods in dev.mccue.guava.primitives with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionintUnsignedInteger.compareTo(UnsignedInteger other) Compares this unsigned integer to another unsigned integer.UnsignedInteger.dividedBy(UnsignedInteger val) Returns the result of dividing this byval.UnsignedInteger.minus(UnsignedInteger val) Returns the result of subtracting this andval.UnsignedInteger.mod(UnsignedInteger val) Returns this modval.UnsignedInteger.plus(UnsignedInteger val) Returns the result of adding this andval.UnsignedInteger.times(UnsignedInteger val) Returns the result of multiplying this andval.