Skip navigation links
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, 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_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(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
ULong - Class in org.joou
The unsigned long type
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

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 
Skip navigation links

Copyright © 2015. All Rights Reserved.