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

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 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.

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 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
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
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
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 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

V

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
A C D E F H I L M O S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.