C  D  E  F  H  I  L  M  O  T  U  V 

C

compareTo(UByte) - Method in class org .joou . UByte
 
compareTo(UInteger) - Method in class org .joou . UInteger
 
compareTo(ULong) - Method in class org .joou . ULong
 
compareTo(UShort) - Method in class org .joou . UShort
 

D

doubleValue() - Method in class org .joou . UByte
 
doubleValue() - Method in class org .joou . UInteger
 
doubleValue() - Method in class org .joou . ULong
 
doubleValue() - Method in class org .joou . UShort
 

E

equals(Object) - Method in class org .joou . UByte
 
equals(Object) - Method in class org .joou . UInteger
 
equals(Object) - Method in class org .joou . ULong
 
equals(Object) - Method in class org .joou . UShort
 

F

floatValue() - Method in class org .joou . UByte
 
floatValue() - Method in class org .joou . UInteger
 
floatValue() - Method in class org .joou . ULong
 
floatValue() - Method in class org .joou . UShort
 

H

hashCode() - Method in class org .joou . UByte
 
hashCode() - Method in class org .joou . UInteger
 
hashCode() - Method in class org .joou . ULong
 
hashCode() - Method in class org .joou . UShort
 

I

intValue() - Method in class org .joou . UByte
 
intValue() - Method in class org .joou . UInteger
 
intValue() - Method in class org .joou . ULong
 
intValue() - Method in class org .joou . UShort
 

L

longValue() - Method in class org .joou . UByte
 
longValue() - Method in class org .joou . UInteger
 
longValue() - Method in class org .joou . ULong
 
longValue() - Method in class org .joou . UShort
 

M

MAX_VALUE - Static variable in class org .joou . UByte
A constant holding the maximum value an unsigned byte can have, 2 8-1.
MAX_VALUE - Static variable in class org .joou . UInteger
A constant holding the maximum value an unsigned int can have, 2 32-1.
MAX_VALUE - Static variable in class org .joou . ULong
A constant holding the maximum value an unsigned long can have, 2 64-1.
MAX_VALUE - Static variable in class org .joou . UShort
A constant holding the maximum value an unsigned short can have, 2 16-1.
MAX_VALUE_LONG - Static variable in class org .joou . ULong
A constant holding the maximum value + 1 an signed long can have, 2 63.
MIN_VALUE - Static variable in class org .joou . UByte
A constant holding the minimum value an unsigned byte can have, 0.
MIN_VALUE - Static variable in class org .joou . UInteger
A constant holding the minimum value an unsigned int can have, 0.
MIN_VALUE - Static variable in class org .joou . ULong
A constant holding the minimum value an unsigned long can have, 0.
MIN_VALUE - Static variable in class org .joou . UShort
A constant holding the minimum value an unsigned short can have, 0.

O

org.joou - package org.joou
 

T

toBigInteger() - Method in class org .joou . UByte
 
toBigInteger() - Method in class org .joou . UNumber
Get this number as a BigInteger.
toString() - Method in class org .joou . UByte
 
toString() - Method in class org .joou . UInteger
 
toString() - Method in class org .joou . ULong
 
toString() - Method in class org .joou . UShort
 

U

UByte - Class in org.joou
The unsigned byte type
UByte(long) - Constructor for class org .joou . UByte
Deprecated.
- Use UByte.valueOf(long), or ubyte(long) instead
UByte(int) - Constructor for class org .joou . UByte
Deprecated.
- Use UByte.valueOf(int), or ubyte(int) instead
UByte(short) - Constructor for class org .joou . UByte
Deprecated.
UByte(byte) - Constructor for class org .joou . UByte
Deprecated.
- Use UByte.valueOf(byte), or ubyte(byte) instead
UByte(String) - Constructor for class org .joou . UByte
Deprecated.
ubyte(String) - Static method in class org .joou . Unsigned
Create an unsigned byte
ubyte(byte) - Static method in class org .joou . Unsigned
Create an unsigned byte by masking it with 0xFF i.e.
ubyte(short) - Static method in class org .joou . Unsigned
Create an unsigned byte
ubyte(int) - Static method in class org .joou . Unsigned
Create an unsigned byte
ubyte(long) - Static method in class org .joou . Unsigned
Create an unsigned byte
uint(String) - Static method in class org .joou . Unsigned
Create an unsigned int
uint(int) - Static method in class org .joou . Unsigned
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
uint(long) - Static method in class org .joou . Unsigned
Create an unsigned int
UInteger - Class in org.joou
The unsigned int type
UInteger(long) - Constructor for class org .joou . UInteger
Deprecated.
UInteger(int) - Constructor for class org .joou . UInteger
Deprecated.
- Use UInteger.valueOf(int), or uint(int) instead
UInteger(String) - Constructor for class org .joou . UInteger
Deprecated.
ULong - Class in org.joou
The unsigned long type
ULong(BigInteger) - Constructor for class org .joou . ULong
Deprecated.
ULong(long) - Constructor for class org .joou . ULong
Deprecated.
- Use ULong.valueOf(long), or ulong(long) instead
ULong(String) - Constructor for class org .joou . ULong
Deprecated.
ulong(String) - Static method in class org .joou . Unsigned
Create an unsigned long
ulong(long) - Static method in class org .joou . Unsigned
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
ulong(BigInteger) - Static method in class org .joou . Unsigned
Create an unsigned long
Unsigned - Class in org.joou
A utility class for static access to unsigned number functionality.
UNumber - Class in org.joou
A base type for unsigned numbers.
UNumber() - Constructor for class org .joou . UNumber
 
ushort(String) - Static method in class org .joou . Unsigned
Create an unsigned short
ushort(short) - Static method in class org .joou . Unsigned
Create an unsigned short by masking it with 0xFFFF i.e.
ushort(int) - Static method in class org .joou . Unsigned
Create an unsigned short
UShort - Class in org.joou
The unsigned short type
UShort(int) - Constructor for class org .joou . UShort
Deprecated.
- Use UShort.valueOf(int), or ushort(int) instead
UShort(short) - Constructor for class org .joou . UShort
Deprecated.
UShort(String) - Constructor for class org .joou . UShort
Deprecated.

V

valueOf(String) - Static method in class org .joou . UByte
Get an instance of an unsigned byte
valueOf(byte) - Static method in class org .joou . UByte
Get an instance of an unsigned byte by masking it with 0xFF i.e.
valueOf(short) - Static method in class org .joou . UByte
Get an instance of an unsigned byte
valueOf(int) - Static method in class org .joou . UByte
Get an instance of an unsigned byte
valueOf(long) - Static method in class org .joou . UByte
Get an instance of an unsigned byte
valueOf(String) - Static method in class org .joou . UInteger
Create an unsigned int
valueOf(int) - Static method in class org .joou . UInteger
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
valueOf(long) - Static method in class org .joou . UInteger
Create an unsigned int
valueOf(String) - Static method in class org .joou . ULong
Create an unsigned long
valueOf(long) - Static method in class org .joou . ULong
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
valueOf(BigInteger) - Static method in class org .joou . ULong
Create an unsigned long
valueOf(String) - Static method in class org .joou . UShort
Create an unsigned short
valueOf(short) - Static method in class org .joou . UShort
Create an unsigned short by masking it with 0xFFFF i.e.
valueOf(int) - Static method in class org .joou . UShort
Create an unsigned short
C  D  E  F  H  I  L  M  O  T  U  V