A C D E F G H I L M O P R S T U V 
All Classes All Packages

A

add(int) - Method in class org.joou.UByte
 
add(int) - Method in class org.joou.UInteger
 
add(int) - Method in class org.joou.ULong
 
add(int) - Method in class org.joou.UShort
 
add(long) - Method in class org.joou.ULong
 
add(UByte) - Method in class org.joou.UByte
 
add(UInteger) - Method in class org.joou.UInteger
 
add(ULong) - Method in class org.joou.ULong
 
add(UShort) - Method in class org.joou.UShort
 

C

CLASS - Static variable in class org.joou.UInteger
 
CLASS_NAME - Static variable in class org.joou.UInteger
 
compare(long, long) - Static method in class org.joou.ULong
 
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

DEFAULT_PRECACHE_SIZE - Static variable in class org.joou.UInteger
Default size for the value cache.
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
 

G

getCached(long) - Static method in class org.joou.UInteger
Retrieve a cached value.
getPrecacheSize() - Static method in class org.joou.UInteger
Figure out the size of the precache.

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 - Static variable in class org.joou.UByte
A constant holding the maximum value an unsigned byte can have as UByte, 28-1.
MAX - Static variable in class org.joou.UInteger
A constant holding the maximum value an unsigned int can have as UInteger, 232-1.
MAX - Static variable in class org.joou.ULong
A constant holding the maximum value + 1 an signed long can have as ULong, 263.
MAX - Static variable in class org.joou.UShort
A constant holding the maximum value an unsigned short can have as UShort, 216-1.
MAX_VALUE - Static variable in class org.joou.UByte
A constant holding the maximum value an unsigned byte can have, 28-1.
MAX_VALUE - Static variable in class org.joou.UInteger
A constant holding the maximum value an unsigned int can have, 232-1.
MAX_VALUE - Static variable in class org.joou.ULong
A constant holding the maximum value an unsigned long can have, 264-1.
MAX_VALUE - Static variable in class org.joou.UShort
A constant holding the maximum value an unsigned short can have, 216-1.
MAX_VALUE_LONG - Static variable in class org.joou.ULong
A constant holding the maximum value + 1 an signed long can have, 263.
MIN - Static variable in class org.joou.UByte
A constant holding the minimum value an unsigned byte can have as UByte, 0.
MIN - Static variable in class org.joou.UInteger
A constant holding the minimum value an unsigned int can have as UInteger, 0.
MIN - Static variable in class org.joou.ULong
A constant holding the minimum value an unsigned long can have as ULong, 0.
MIN - Static variable in class org.joou.UShort
A constant holding the minimum value an unsigned short can have as UShort, 0.
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.
mkValues() - Static method in class org.joou.UByte
Generate a cached value for each byte value.
mkValues() - Static method in class org.joou.UInteger
Generate a cached value for initial unsigned integer values.

O

org.jooq.joou - module org.jooq.joou
 
org.joou - package org.joou
 

P

PRECACHE_PROPERTY - Static variable in class org.joou.UInteger
System property name for the property to set the size of the pre-cache.

R

rangeCheck() - Method in class org.joou.UShort
 
rangeCheck(int) - Static method in class org.joou.UByte
Throw exception if value out of range (int version)
rangeCheck(long) - Static method in class org.joou.UByte
Throw exception if value out of range (long version)
rangeCheck(long) - Static method in class org.joou.UInteger
Throw exception if value out of range (long version)
rangeCheck(short) - Static method in class org.joou.UByte
Throw exception if value out of range (short version)
readResolve() - Method in class org.joou.UByte
Replace version read through deserialization with cached version.
readResolve() - Method in class org.joou.UInteger
Replace version read through deserialization with cached version.

S

serialVersionUID - Static variable in class org.joou.UByte
Generated UID
serialVersionUID - Static variable in class org.joou.UInteger
Generated UID
serialVersionUID - Static variable in class org.joou.ULong
Generated UID
serialVersionUID - Static variable in class org.joou.UNumber
Generated UID
serialVersionUID - Static variable in class org.joou.UShort
Generated UID
subtract(int) - Method in class org.joou.UByte
 
subtract(int) - Method in class org.joou.UInteger
 
subtract(int) - Method in class org.joou.ULong
 
subtract(int) - Method in class org.joou.UShort
 
subtract(long) - Method in class org.joou.ULong
 
subtract(UByte) - Method in class org.joou.UByte
 
subtract(UInteger) - Method in class org.joou.UInteger
 
subtract(ULong) - Method in class org.joou.ULong
 
subtract(UShort) - Method in class org.joou.UShort
 

T

toBigInteger() - Method in class org.joou.UByte
 
toBigInteger() - Method in class org.joou.UInteger
 
toBigInteger() - Method in class org.joou.UNumber
Get this number as a BigInteger.
toBigInteger() - Method in class org.joou.UShort
 
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(byte) - Static method in class org.joou.Unsigned
Create an unsigned byte by masking it with 0xFF i.e.
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
ubyte(short) - Static method in class org.joou.Unsigned
Create an unsigned byte
ubyte(String) - Static method in class org.joou.Unsigned
Create an unsigned byte
UByte - Class in org.joou
The unsigned byte type
UByte(byte) - Constructor for class org.joou.UByte
Create an unsigned byte by masking it with 0xFF i.e.
UByte(int) - Constructor for class org.joou.UByte
Create an unsigned byte
UByte(long) - Constructor for class org.joou.UByte
Create an unsigned byte
UByte(short) - Constructor for class org.joou.UByte
Create an unsigned byte
UByte(String) - Constructor for class org.joou.UByte
Create an unsigned byte
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
uint(String) - Static method in class org.joou.Unsigned
Create an unsigned int
UInteger - Class in org.joou
The unsigned int type
UInteger(int) - Constructor for class org.joou.UInteger
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
UInteger(long) - Constructor for class org.joou.UInteger
Create an unsigned int
UInteger(long, boolean) - Constructor for class org.joou.UInteger
Unchecked internal constructor.
UInteger(String) - Constructor for class org.joou.UInteger
Create an unsigned int
ulong(long) - Static method in class org.joou.Unsigned
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
ulong(String) - Static method in class org.joou.Unsigned
Create an unsigned long
ulong(BigInteger) - Static method in class org.joou.Unsigned
Create an unsigned long
ULong - Class in org.joou
The unsigned long type
ULong(long) - Constructor for class org.joou.ULong
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
ULong(String) - Constructor for class org.joou.ULong
Create an unsigned long
ULong(BigInteger) - Constructor for class org.joou.ULong
Create an unsigned long
Unsigned - Class in org.joou
A utility class for static access to unsigned number functionality.
Unsigned() - Constructor for class org.joou.Unsigned
No instances
UNumber - Class in org.joou
A base type for unsigned numbers.
UNumber() - Constructor for class org.joou.UNumber
 
ushort(int) - 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(String) - 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
Create an unsigned short
UShort(short) - Constructor for class org.joou.UShort
Create an unsigned short by masking it with 0xFFFF i.e.
UShort(String) - Constructor for class org.joou.UShort
Create an unsigned short

V

value - Variable in class org.joou.UByte
The value modelling the content of this unsigned byte
value - Variable in class org.joou.UInteger
The value modelling the content of this unsigned int
value - Variable in class org.joou.ULong
The value modelling the content of this unsigned long
value - Variable in class org.joou.UShort
The value modelling the content of this unsigned short
valueOf(byte) - Static method in class org.joou.UByte
Get an instance of an unsigned byte by masking it with 0xFF i.e.
valueOf(int) - Static method in class org.joou.UByte
Get an instance of an unsigned byte
valueOf(int) - Static method in class org.joou.UInteger
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
valueOf(int) - Static method in class org.joou.UShort
Create an unsigned short
valueOf(long) - Static method in class org.joou.UByte
Get an instance of an unsigned byte
valueOf(long) - Static method in class org.joou.UInteger
Create an unsigned int
valueOf(long) - Static method in class org.joou.ULong
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
valueOf(short) - Static method in class org.joou.UByte
Get an instance of an unsigned byte
valueOf(short) - Static method in class org.joou.UShort
Create an unsigned short by masking it with 0xFFFF i.e.
valueOf(String) - 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(String) - 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(BigInteger) - Static method in class org.joou.ULong
Create an unsigned long
valueOfUnchecked(long) - Static method in class org.joou.UInteger
Get the value of a long without checking the value.
valueOfUnchecked(short) - Static method in class org.joou.UByte
Get the value of a short without checking the value.
VALUES - Static variable in class org.joou.UByte
Cached values
VALUES - Static variable in class org.joou.UInteger
Cached values
A C D E F G H I L M O P R S T U V 
All Classes All Packages