javadoc.com.google.common.primitives.class-use.UnsignedLong.html Maven / Gradle / Ivy
The newest version!
Uses of Class com.google.common.primitives.UnsignedLong (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
com.google.common.primitives.UnsignedLong
Packages that use UnsignedLong
com.google.common.primitives
Static utilities for working with the eight primitive types and void
.
Uses of UnsignedLong in com.google.common.primitives
Fields in com.google.common.primitives declared as UnsignedLong
static UnsignedLong
UnsignedLong.MAX_VALUE
static UnsignedLong
UnsignedLong.ONE
static UnsignedLong
UnsignedLong.ZERO
Methods in com.google.common.primitives that return UnsignedLong
UnsignedLong
UnsignedLong.add(UnsignedLong val)
Returns the result of adding this and val
.
static UnsignedLong
UnsignedLong.asUnsigned(long value)
Returns an UnsignedLong
that, when treated as signed, is equal to value
.
UnsignedLong
UnsignedLong.divide(UnsignedLong val)
Returns the result of dividing this by val
.
UnsignedLong
UnsignedLong.multiply(UnsignedLong val)
Returns the result of multiplying this and val
.
UnsignedLong
UnsignedLong.remainder(UnsignedLong val)
Returns the remainder of dividing this by val
.
UnsignedLong
UnsignedLong.subtract(UnsignedLong val)
Returns the result of subtracting this and val
.
static UnsignedLong
UnsignedLong.valueOf(BigInteger value)
Returns a UnsignedLong
representing the same value as the specified BigInteger
.
static UnsignedLong
UnsignedLong.valueOf(String string)
Returns an UnsignedLong
holding the value of the specified String
, parsed as
an unsigned long
value.
static UnsignedLong
UnsignedLong.valueOf(String string,
int radix)
Returns an UnsignedLong
holding the value of the specified String
, parsed as
an unsigned long
value in the specified radix.
Methods in com.google.common.primitives with parameters of type UnsignedLong
UnsignedLong
UnsignedLong.add(UnsignedLong val)
Returns the result of adding this and val
.
int
UnsignedLong.compareTo(UnsignedLong o)
UnsignedLong
UnsignedLong.divide(UnsignedLong val)
Returns the result of dividing this by val
.
UnsignedLong
UnsignedLong.multiply(UnsignedLong val)
Returns the result of multiplying this and val
.
UnsignedLong
UnsignedLong.remainder(UnsignedLong val)
Returns the remainder of dividing this by val
.
UnsignedLong
UnsignedLong.subtract(UnsignedLong val)
Returns the result of subtracting this and val
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy