Uses of Class
dev.mccue.guava.primitives.UnsignedLong
-
Uses of UnsignedLong in dev.mccue.guava.primitives
Fields in dev.mccue.guava.primitives declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongUnsignedLong.MAX_VALUEstatic final UnsignedLongUnsignedLong.ONEstatic final UnsignedLongUnsignedLong.ZEROMethods in dev.mccue.guava.primitives that return UnsignedLongModifier and TypeMethodDescriptionUnsignedLong.dividedBy(UnsignedLong val) Returns the result of dividing this byval.static UnsignedLongUnsignedLong.fromLongBits(long bits) Returns anUnsignedLongcorresponding to a given bit representation.UnsignedLong.minus(UnsignedLong val) Returns the result of subtracting this andval.UnsignedLong.mod(UnsignedLong val) Returns this moduloval.UnsignedLong.plus(UnsignedLong val) Returns the result of adding this andval.UnsignedLong.times(UnsignedLong val) Returns the result of multiplying this andval.static UnsignedLongUnsignedLong.valueOf(long value) Returns anUnsignedLongrepresenting the same value as the specifiedlong.static UnsignedLongReturns anUnsignedLongholding the value of the specifiedString, parsed as an unsignedlongvalue.static UnsignedLongReturns anUnsignedLongholding the value of the specifiedString, parsed as an unsignedlongvalue in the specified radix.static UnsignedLongUnsignedLong.valueOf(BigInteger value) Returns aUnsignedLongrepresenting the same value as the specifiedBigInteger.Methods in dev.mccue.guava.primitives with parameters of type UnsignedLongModifier and TypeMethodDescriptionintUnsignedLong.compareTo(UnsignedLong o) UnsignedLong.dividedBy(UnsignedLong val) Returns the result of dividing this byval.UnsignedLong.minus(UnsignedLong val) Returns the result of subtracting this andval.UnsignedLong.mod(UnsignedLong val) Returns this moduloval.UnsignedLong.plus(UnsignedLong val) Returns the result of adding this andval.UnsignedLong.times(UnsignedLong val) Returns the result of multiplying this andval.