A B C D E F G H I L M N O P R S T U V X

A

addBitmask(T) - Method in interface net.sourceforge.juint.Bitwise
Sets the bits in the given bitmask.
addBitmask(Int16) - Method in class net.sourceforge.juint.Int16
 
addBitmask(Int32) - Method in class net.sourceforge.juint.Int32
 
addBitmask(Int8) - Method in class net.sourceforge.juint.Int8
 
addBitmask(UInt16) - Method in class net.sourceforge.juint.UInt16
 
addBitmask(UInt32) - Method in class net.sourceforge.juint.UInt32
 
addBitmask(UInt8) - Method in class net.sourceforge.juint.UInt8
 
and(T) - Method in interface net.sourceforge.juint.Bitwise
Logical and.
and(Int16) - Method in class net.sourceforge.juint.Int16
 
and(Int32) - Method in class net.sourceforge.juint.Int32
 
and(Int8) - Method in class net.sourceforge.juint.Int8
 
and(UInt16) - Method in class net.sourceforge.juint.UInt16
 
and(UInt32) - Method in class net.sourceforge.juint.UInt32
 
and(UInt8) - Method in class net.sourceforge.juint.UInt8
 

B

Bitwise<T> - Interface in net.sourceforge.juint
Bitwise operations.

C

compareTo(Object) - Method in class net.sourceforge.juint.Int16
Compares this Int16 to another Int16 for order.
compareTo(Object) - Method in class net.sourceforge.juint.Int32
Compares this Int32 to another Int32 for order.
compareTo(Object) - Method in class net.sourceforge.juint.Int8
Compares this Int8 to another Int8 for order.
compareTo(Object) - Method in class net.sourceforge.juint.UInt16
Compares this UInt16 to another UInt16 for order.
compareTo(Object) - Method in class net.sourceforge.juint.UInt32
Compares this UInt32 to another UInt32 for order.
compareTo(Object) - Method in class net.sourceforge.juint.UInt8
Compares this UInt8 to another UInt8 for order.

D

doubleValue() - Method in class net.sourceforge.juint.Int16
Gets the value as a double.
doubleValue() - Method in class net.sourceforge.juint.Int32
Gets the value as a double.
doubleValue() - Method in class net.sourceforge.juint.Int8
Gets the value as a double.
doubleValue() - Method in class net.sourceforge.juint.UInt16
Gets the value as a double.
doubleValue() - Method in class net.sourceforge.juint.UInt32
Gets the value as a double.
doubleValue() - Method in class net.sourceforge.juint.UInt8
Gets the value as a double.

E

equals(Object) - Method in class net.sourceforge.juint.Int16
Compares this Int16 to anoter Int16 for equality.
equals(Object) - Method in class net.sourceforge.juint.Int32
Gets the value as a byte array.
equals(Object) - Method in class net.sourceforge.juint.Int8
Compares this Int8 to anoter Int8 for equality.
equals(Object) - Method in class net.sourceforge.juint.UInt16
Compares this UInt16 to anoter UInt16 for equality.
equals(Object) - Method in class net.sourceforge.juint.UInt32
Compares this UInt32 to anoter UInt32 for equality.
equals(Object) - Method in class net.sourceforge.juint.UInt8
Compares this UInt8 to anoter UInt8 for equality.

F

floatValue() - Method in class net.sourceforge.juint.Int16
Gets the value as a float.
floatValue() - Method in class net.sourceforge.juint.Int32
Gets the value as a float.
floatValue() - Method in class net.sourceforge.juint.Int8
Gets the value as a float.
floatValue() - Method in class net.sourceforge.juint.UInt16
Gets the value as a float.
floatValue() - Method in class net.sourceforge.juint.UInt32
Gets the value as a float.
floatValue() - Method in class net.sourceforge.juint.UInt8
Gets the value as a float.

G

getName() - Method in class net.sourceforge.juint.PackageProperties
Gets the package name.
getVersion() - Method in class net.sourceforge.juint.PackageProperties
Gets the package version.

H

hasBitmask(T) - Method in interface net.sourceforge.juint.Bitwise
Determines if this number has the given bitmask.
hasBitmask(Int16) - Method in class net.sourceforge.juint.Int16
 
hasBitmask(Int32) - Method in class net.sourceforge.juint.Int32
 
hasBitmask(Int8) - Method in class net.sourceforge.juint.Int8
 
hasBitmask(UInt16) - Method in class net.sourceforge.juint.UInt16
 
hasBitmask(UInt32) - Method in class net.sourceforge.juint.UInt32
 
hasBitmask(UInt8) - Method in class net.sourceforge.juint.UInt8
 
hashCode() - Method in class net.sourceforge.juint.Int16
Gets the hash code.
hashCode() - Method in class net.sourceforge.juint.Int32
Gets the hash code.
hashCode() - Method in class net.sourceforge.juint.Int8
Gets the hash code.
hashCode() - Method in class net.sourceforge.juint.UInt16
Gets the hash code.
hashCode() - Method in class net.sourceforge.juint.UInt32
Gets the hash code.
hashCode() - Method in class net.sourceforge.juint.UInt8
Gets the hash code.

I

Int16 - Class in net.sourceforge.juint
Signed 16-bit integer.
Int16(byte[]) - Constructor for class net.sourceforge.juint.Int16
Creates a new instance from a byte array.
Int16(short) - Constructor for class net.sourceforge.juint.Int16
Creates a new instance from a short.
Int16(int) - Constructor for class net.sourceforge.juint.Int16
Creates a new instance from an int.
Int16(long) - Constructor for class net.sourceforge.juint.Int16
Creates a new instance from a long.
int16Value() - Method in class net.sourceforge.juint.Int16
Gets the value as an unsigned 16-bit integer.
Int32 - Class in net.sourceforge.juint
Signed 32-bit integer.
Int32(byte[]) - Constructor for class net.sourceforge.juint.Int32
Creates a new instance from a byte array.
Int32(short) - Constructor for class net.sourceforge.juint.Int32
Creates a new instance from a short.
Int32(int) - Constructor for class net.sourceforge.juint.Int32
Creates a new instance from an int.
Int32(long) - Constructor for class net.sourceforge.juint.Int32
Creates a new instance from a long.
int32Value() - Method in class net.sourceforge.juint.Int32
Gets the value as a signed 32-bit integer.
Int8 - Class in net.sourceforge.juint
Signed 8-bit integer.
Int8(byte) - Constructor for class net.sourceforge.juint.Int8
Creates a new instance from a byte.
Int8(short) - Constructor for class net.sourceforge.juint.Int8
Creates a new instance from a short.
Int8(int) - Constructor for class net.sourceforge.juint.Int8
Creates a new instance from an int.
Int8(long) - Constructor for class net.sourceforge.juint.Int8
Creates a new instance from a long.
int8Value() - Method in class net.sourceforge.juint.Int8
Gets the value as a signed 8-bit integer.
intValue() - Method in class net.sourceforge.juint.Int16
Gets the value as an int.
intValue() - Method in class net.sourceforge.juint.Int32
Gets the value as an int.
intValue() - Method in class net.sourceforge.juint.Int8
Gets the value as an int.
intValue() - Method in class net.sourceforge.juint.UInt16
Gets the value as an int.
intValue() - Method in class net.sourceforge.juint.UInt32
Gets the value as an int.
intValue() - Method in class net.sourceforge.juint.UInt8
Gets the value as an int.

L

longValue() - Method in class net.sourceforge.juint.Int16
Gets the value as a long.
longValue() - Method in class net.sourceforge.juint.Int32
Gets the value as a long.
longValue() - Method in class net.sourceforge.juint.Int8
Gets the value as a long.
longValue() - Method in class net.sourceforge.juint.UInt16
Gets the value as a long.
longValue() - Method in class net.sourceforge.juint.UInt32
Gets the value as a long.
longValue() - Method in class net.sourceforge.juint.UInt8
Gets the value as a long.

M

MAX_VALUE - Static variable in class net.sourceforge.juint.Int16
The largest possible value.
MAX_VALUE - Static variable in class net.sourceforge.juint.Int32
The largest possible value.
MAX_VALUE - Static variable in class net.sourceforge.juint.Int8
The largest possible value.
MAX_VALUE - Static variable in class net.sourceforge.juint.UInt16
The largest possible value.
MAX_VALUE - Static variable in class net.sourceforge.juint.UInt32
The largest possible value.
MAX_VALUE - Static variable in class net.sourceforge.juint.UInt8
The largest possible value.
MIN_VALUE - Static variable in class net.sourceforge.juint.Int16
The smallest possible value.
MIN_VALUE - Static variable in class net.sourceforge.juint.Int32
The smallest possible value.
MIN_VALUE - Static variable in class net.sourceforge.juint.Int8
The smallest possible value.
MIN_VALUE - Static variable in class net.sourceforge.juint.UInt16
The smallest possible value.
MIN_VALUE - Static variable in class net.sourceforge.juint.UInt32
The smallest possible value.
MIN_VALUE - Static variable in class net.sourceforge.juint.UInt8
The smallest possible value.

N

net.sourceforge.juint - package net.sourceforge.juint
 
not() - Method in interface net.sourceforge.juint.Bitwise
Logical not.
not() - Method in class net.sourceforge.juint.Int16
 
not() - Method in class net.sourceforge.juint.Int32
 
not() - Method in class net.sourceforge.juint.Int8
 
not() - Method in class net.sourceforge.juint.UInt16
 
not() - Method in class net.sourceforge.juint.UInt32
 
not() - Method in class net.sourceforge.juint.UInt8
 

O

or(T) - Method in interface net.sourceforge.juint.Bitwise
Logical or.
or(Int16) - Method in class net.sourceforge.juint.Int16
 
or(Int32) - Method in class net.sourceforge.juint.Int32
 
or(Int8) - Method in class net.sourceforge.juint.Int8
 
or(UInt16) - Method in class net.sourceforge.juint.UInt16
 
or(UInt32) - Method in class net.sourceforge.juint.UInt32
 
or(UInt8) - Method in class net.sourceforge.juint.UInt8
 

P

PackageProperties - Class in net.sourceforge.juint
Properties related to this package.
PackageProperties() - Constructor for class net.sourceforge.juint.PackageProperties
Creates a new instance, loading properties from PackageProperties.RESOURCE.

R

removeBitmask(T) - Method in interface net.sourceforge.juint.Bitwise
Unsets the bits in the given bitmask.
removeBitmask(Int16) - Method in class net.sourceforge.juint.Int16
 
removeBitmask(Int32) - Method in class net.sourceforge.juint.Int32
 
removeBitmask(Int8) - Method in class net.sourceforge.juint.Int8
 
removeBitmask(UInt16) - Method in class net.sourceforge.juint.UInt16
 
removeBitmask(UInt32) - Method in class net.sourceforge.juint.UInt32
 
removeBitmask(UInt8) - Method in class net.sourceforge.juint.UInt8
 
RESOURCE - Static variable in class net.sourceforge.juint.PackageProperties
The file to load properties from.

S

shortValue() - Method in class net.sourceforge.juint.UInt8
Gets the value as a short.

T

toBigEndian() - Method in class net.sourceforge.juint.Int16
Gets the value as a byte array.
toBigEndian() - Method in class net.sourceforge.juint.Int32
Gets the value as a byte array.
toBigEndian() - Method in class net.sourceforge.juint.UInt16
Gets the value as a byte array.
toBigEndian() - Method in class net.sourceforge.juint.UInt32
Gets the value as a byte array.
toLittleEndian() - Method in class net.sourceforge.juint.Int16
Gets the value as a byte array.
toLittleEndian() - Method in class net.sourceforge.juint.Int32
Gets the value as a byte array.
toLittleEndian() - Method in class net.sourceforge.juint.UInt16
Gets the value as a byte array.
toLittleEndian() - Method in class net.sourceforge.juint.UInt32
Gets the value as a byte array.
toString() - Method in class net.sourceforge.juint.Int16
Gets the value as a String.
toString() - Method in class net.sourceforge.juint.Int32
Gets the value as a String.
toString() - Method in class net.sourceforge.juint.Int8
Gets the value as a String.
toString() - Method in class net.sourceforge.juint.UInt16
Gets the value as a String.
toString() - Method in class net.sourceforge.juint.UInt32
Gets the value as a String.
toString() - Method in class net.sourceforge.juint.UInt8
Gets the value as a String.

U

UInt16 - Class in net.sourceforge.juint
Unsigned 16-bit integer.
UInt16(byte[]) - Constructor for class net.sourceforge.juint.UInt16
Creates a new instance from a byte array.
UInt16(short) - Constructor for class net.sourceforge.juint.UInt16
Creates a new instance from a short.
UInt16(int) - Constructor for class net.sourceforge.juint.UInt16
Creates a new instance from an int.
UInt16(long) - Constructor for class net.sourceforge.juint.UInt16
Creates a new instance from a long.
uint16Value() - Method in class net.sourceforge.juint.UInt16
Gets the value as an unsigned 16-bit integer.
UInt32 - Class in net.sourceforge.juint
Unsigned 32-bit integer.
UInt32(byte[]) - Constructor for class net.sourceforge.juint.UInt32
Creates a new instance from a byte array.
UInt32(short) - Constructor for class net.sourceforge.juint.UInt32
Creates a new instance from a short.
UInt32(int) - Constructor for class net.sourceforge.juint.UInt32
Creates a new instance from an int.
UInt32(long) - Constructor for class net.sourceforge.juint.UInt32
Creates a new instance from a long.
uint32Value() - Method in class net.sourceforge.juint.UInt32
Gets the value as an unsigned 32-bit integer.
UInt8 - Class in net.sourceforge.juint
Unsigned 8-bit integer.
UInt8(byte) - Constructor for class net.sourceforge.juint.UInt8
Creates a new instance from a byte.
UInt8(short) - Constructor for class net.sourceforge.juint.UInt8
Creates a new instance from a short.
UInt8(int) - Constructor for class net.sourceforge.juint.UInt8
Creates a new instance from an int.
UInt8(long) - Constructor for class net.sourceforge.juint.UInt8
Creates a new instance from a long.
uint8Value() - Method in class net.sourceforge.juint.UInt8
Gets the value as an unsigned 8-bit integer.

V

valueOfBigEndian(byte[]) - Static method in class net.sourceforge.juint.Int16
Creates a new instance from a byte array.
valueOfBigEndian(byte[]) - Static method in class net.sourceforge.juint.Int32
Creates a new instance from a byte array.
valueOfBigEndian(byte[]) - Static method in class net.sourceforge.juint.UInt16
Creates a new instance from a byte array.
valueOfBigEndian(byte[]) - Static method in class net.sourceforge.juint.UInt32
Creates a new instance from a byte array.
valueOfLittleEndian(byte[]) - Static method in class net.sourceforge.juint.Int16
Creates a new instance from a byte array.
valueOfLittleEndian(byte[]) - Static method in class net.sourceforge.juint.Int32
Creates a new instance from a byte array.
valueOfLittleEndian(byte[]) - Static method in class net.sourceforge.juint.UInt16
Creates a new instance from a byte array.
valueOfLittleEndian(byte[]) - Static method in class net.sourceforge.juint.UInt32
Creates a new instance from a byte array.

X

xor(T) - Method in interface net.sourceforge.juint.Bitwise
Logical xor.
xor(Int16) - Method in class net.sourceforge.juint.Int16
 
xor(Int32) - Method in class net.sourceforge.juint.Int32
 
xor(Int8) - Method in class net.sourceforge.juint.Int8
 
xor(UInt16) - Method in class net.sourceforge.juint.UInt16
 
xor(UInt32) - Method in class net.sourceforge.juint.UInt32
 
xor(UInt8) - Method in class net.sourceforge.juint.UInt8
 

A B C D E F G H I L M N O P R S T U V X