Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
- 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
- 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 - Static variable in class org.joou.UByte
-
A constant holding the maximum value an
unsigned bytecan have as UByte, 28-1. - MAX - Static variable in class org.joou.UInteger
-
A constant holding the maximum value an
unsigned intcan have as UInteger, 232-1. - MAX - Static variable in class org.joou.ULong
-
A constant holding the maximum value + 1 an
signed longcan have as ULong, 263. - MAX - Static variable in class org.joou.UShort
-
A constant holding the maximum value an
unsigned shortcan have as UShort, 216-1. - MAX_VALUE - Static variable in class org.joou.UByte
-
A constant holding the maximum value an
unsigned bytecan have, 28-1. - MAX_VALUE - Static variable in class org.joou.UInteger
-
A constant holding the maximum value an
unsigned intcan have, 232-1. - MAX_VALUE - Static variable in class org.joou.ULong
-
A constant holding the maximum value an
unsigned longcan have, 264-1. - MAX_VALUE - Static variable in class org.joou.UShort
-
A constant holding the maximum value an
unsigned shortcan have, 216-1. - MAX_VALUE_LONG - Static variable in class org.joou.ULong
-
A constant holding the maximum value + 1 an
signed longcan have, 263. - MIN - Static variable in class org.joou.UByte
-
A constant holding the minimum value an
unsigned bytecan have as UByte, 0. - MIN - Static variable in class org.joou.UInteger
-
A constant holding the minimum value an
unsigned intcan have as UInteger, 0. - MIN - Static variable in class org.joou.ULong
-
A constant holding the minimum value an
unsigned longcan have as ULong, 0. - MIN - Static variable in class org.joou.UShort
-
A constant holding the minimum value an
unsigned shortcan have as UShort, 0. - MIN_VALUE - Static variable in class org.joou.UByte
-
A constant holding the minimum value an
unsigned bytecan have, 0. - MIN_VALUE - Static variable in class org.joou.UInteger
-
A constant holding the minimum value an
unsigned intcan have, 0. - MIN_VALUE - Static variable in class org.joou.ULong
-
A constant holding the minimum value an
unsigned longcan have, 0. - MIN_VALUE - Static variable in class org.joou.UShort
-
A constant holding the minimum value an
unsigned shortcan have, 0.
O
- org.jooq.joou - module org.jooq.joou
- org.joou - package org.joou
S
- 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 byteby masking it with0xFFi.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 bytetype - uint(int) - Static method in class org.joou.Unsigned
-
Create an
unsigned intby masking it with0xFFFFFFFFi.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 inttype - ulong(long) - Static method in class org.joou.Unsigned
-
Create an
unsigned longby masking it with0xFFFFFFFFFFFFFFFFi.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 longtype - 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(int) - Static method in class org.joou.Unsigned
-
Create an
unsigned short - ushort(short) - Static method in class org.joou.Unsigned
-
Create an
unsigned shortby masking it with0xFFFFi.e. - ushort(String) - Static method in class org.joou.Unsigned
-
Create an
unsigned short - UShort - Class in org.joou
-
The
unsigned shorttype
V
- valueOf(byte) - Static method in class org.joou.UByte
-
Get an instance of an
unsigned byteby masking it with0xFFi.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 intby masking it with0xFFFFFFFFi.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 longby masking it with0xFFFFFFFFFFFFFFFFi.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 shortby masking it with0xFFFFi.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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form