|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsignedLong | |
|---|---|
| com.sun.jdmk | Provides the core Java DMK classes. |
| Uses of UnsignedLong in com.sun.jdmk |
|---|
| Fields in com.sun.jdmk declared as UnsignedLong | |
|---|---|
static UnsignedLong |
UnsignedLong.MAX_VALUE
The largest representable UnsignedLong value,
equal to 264 - 1. |
| Methods in com.sun.jdmk that return UnsignedLong | |
|---|---|
UnsignedLong |
UnsignedLong.add(UnsignedLong x)
Return an UnsignedLong that is equal mod
264 to this + x. |
UnsignedLong |
UnsignedLong.and(UnsignedLong x)
Return an UnsignedLong that is the bitwise
and of this and x. |
UnsignedLong |
UnsignedLong.clearBit(int n)
Return an UnsignedLong that has the designated
bit clear. |
static UnsignedLong |
UnsignedLong.decode(java.lang.String s)
Return an UnsignedLong whose value is specified by the
given String, including a possible prefix indicating the radix. |
UnsignedLong |
UnsignedLong.divide(UnsignedLong x)
Return an UnsignedLong that is equal to
[this / x], where [x] is the floor
function. |
static UnsignedLong |
UnsignedLong.make(long x)
Make an UnsignedLong object representing a value
between 0 and 264 that is equal mod
264 to x. |
UnsignedLong |
UnsignedLong.max(UnsignedLong x)
Return the larger of this and x. |
UnsignedLong |
UnsignedLong.min(UnsignedLong x)
Return the smaller of this and x. |
UnsignedLong |
UnsignedLong.mod(UnsignedLong x)
Return an UnsignedLong that is equal to
this mod x. |
UnsignedLong |
UnsignedLong.multiply(UnsignedLong x)
Return an UnsignedLong that is equal mod
264 to this * x. |
UnsignedLong |
UnsignedLong.not()
Return an UnsignedLong that is the bitwise
not of this, equal to
264 - 1 - this. |
UnsignedLong |
UnsignedLong.or(UnsignedLong x)
Return an UnsignedLong that is the bitwise
or of this and x. |
UnsignedLong |
UnsignedLong.setBit(int n)
Return an UnsignedLong that has the designated
bit set. |
UnsignedLong |
UnsignedLong.shiftLeft(int n)
Return an UnsignedLong that is equal mod
264 to [this * 2n], where
[x] is the floor function. |
UnsignedLong |
UnsignedLong.shiftRight(int n)
Return an UnsignedLong that is equal mod
264 to [this / 2n], where
[x] is the floor function. |
UnsignedLong |
UnsignedLong.subtract(UnsignedLong x)
Return an UnsignedLong that is equal mod
264 to this - x. |
static UnsignedLong |
UnsignedLong.valueOf(java.lang.String s)
Return an UnsignedLong whose value is specified by the
given String in decimal. |
static UnsignedLong |
UnsignedLong.valueOf(java.lang.String s,
int radix)
Return an UnsignedLong whose value is specified by the
given String in the given radix. |
UnsignedLong |
UnsignedLong.xor(UnsignedLong x)
Return an UnsignedLong that is the bitwise
xor of this and x. |
| Methods in com.sun.jdmk with parameters of type UnsignedLong | |
|---|---|
UnsignedLong |
UnsignedLong.add(UnsignedLong x)
Return an UnsignedLong that is equal mod
264 to this + x. |
UnsignedLong |
UnsignedLong.and(UnsignedLong x)
Return an UnsignedLong that is the bitwise
and of this and x. |
UnsignedLong |
UnsignedLong.divide(UnsignedLong x)
Return an UnsignedLong that is equal to
[this / x], where [x] is the floor
function. |
UnsignedLong |
UnsignedLong.max(UnsignedLong x)
Return the larger of this and x. |
UnsignedLong |
UnsignedLong.min(UnsignedLong x)
Return the smaller of this and x. |
UnsignedLong |
UnsignedLong.mod(UnsignedLong x)
Return an UnsignedLong that is equal to
this mod x. |
UnsignedLong |
UnsignedLong.multiply(UnsignedLong x)
Return an UnsignedLong that is equal mod
264 to this * x. |
UnsignedLong |
UnsignedLong.or(UnsignedLong x)
Return an UnsignedLong that is the bitwise
or of this and x. |
UnsignedLong |
UnsignedLong.subtract(UnsignedLong x)
Return an UnsignedLong that is equal mod
264 to this - x. |
static java.lang.String |
UnsignedLong.toBinaryString(UnsignedLong u)
Return a String that is the binary representation of this unsigned number, without extra leading zeroes. |
static java.lang.String |
UnsignedLong.toHexString(UnsignedLong u)
Return a String that is the hexadecimal representation of this unsigned number, without extra leading zeroes. |
static java.lang.String |
UnsignedLong.toOctalString(UnsignedLong u)
Return a String that is the octal representation of this unsigned number, without extra leading zeroes. |
UnsignedLong |
UnsignedLong.xor(UnsignedLong x)
Return an UnsignedLong that is the bitwise
xor of this and x. |
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||