Index

A C D E F H I L M N O R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(T) - Method in class me.olhalvo.unum.types.UByte
Adds the given number to this UByte and returns a new UByte with the result
and(T) - Method in class me.olhalvo.unum.types.UByte
Performs a bitwise AND operation between this UByte and the given number, returning a new UByte with the result
asOverflow() - Method in class me.olhalvo.unum.types.UByte
 

C

compareTo(Number) - Method in class me.olhalvo.unum.types.UNumber
 
compareTo(UShort) - Method in class me.olhalvo.unum.types.UShort
 

D

divide(T) - Method in class me.olhalvo.unum.types.UByte
Divides this Ubyte by the passed number and returns a new UByte with the result
doubleValue() - Method in class me.olhalvo.unum.types.UByte
doubleValue() - Method in class me.olhalvo.unum.types.UShort
 

E

equals(Object) - Method in class me.olhalvo.unum.types.UByte
Checks equality between this UByte and another object

F

floatValue() - Method in class me.olhalvo.unum.types.UByte
floatValue() - Method in class me.olhalvo.unum.types.UShort
 

H

hashCode() - Method in class me.olhalvo.unum.types.UByte
 

I

intValue() - Method in class me.olhalvo.unum.types.UByte
intValue() - Method in class me.olhalvo.unum.types.UShort
 

L

longValue() - Method in class me.olhalvo.unum.types.UByte
longValue() - Method in class me.olhalvo.unum.types.UShort
 
lsl(int) - Method in class me.olhalvo.unum.types.UByte
Performs a logical left shift operation on this UByte
lsr(int) - Method in class me.olhalvo.unum.types.UByte
Performs a logical right shift operation on this UByte

M

Main - Class in me.olhalvo.unum
 
Main() - Constructor for class me.olhalvo.unum.Main
 
MAX_VALUE - Static variable in class me.olhalvo.unum.types.UByte
The maximum value an UByte can have (255)
MAX_VALUE - Static variable in class me.olhalvo.unum.types.UShort
The maximum value an UShort can have
me.olhalvo.unum - package me.olhalvo.unum
 
me.olhalvo.unum.exception - package me.olhalvo.unum.exception
 
me.olhalvo.unum.types - package me.olhalvo.unum.types
 
me.olhalvo.unum.types.overflow - package me.olhalvo.unum.types.overflow
 
MIN_VALUE - Static variable in class me.olhalvo.unum.types.UByte
The minimum value an UByte can have (0)
MIN_VALUE - Static variable in class me.olhalvo.unum.types.UShort
The minimum value an UShort can have
multiply(T) - Method in class me.olhalvo.unum.types.UByte
Multiplies this Ubyte by the passed number and returns a new UByte with the result

N

newInstance(byte) - Method in class me.olhalvo.unum.types.overflow.UByteO
 
newInstance(byte) - Method in class me.olhalvo.unum.types.UByte
Protected methods to be used so that arithmetic methods can have similar behaviour in overflow classes
newInstance(int) - Method in class me.olhalvo.unum.types.overflow.UByteO
 
newInstance(int) - Method in class me.olhalvo.unum.types.UByte
Protected methods to be used so that arithmetic methods can have similar behaviour in overflow classes
newInstance(long) - Method in class me.olhalvo.unum.types.overflow.UByteO
 
newInstance(long) - Method in class me.olhalvo.unum.types.UByte
Protected methods to be used so that arithmetic methods can have similar behaviour in overflow classes
newInstance(short) - Method in class me.olhalvo.unum.types.overflow.UByteO
 
newInstance(short) - Method in class me.olhalvo.unum.types.UByte
Protected methods to be used so that arithmetic methods can have similar behaviour in overflow classes
not() - Method in class me.olhalvo.unum.types.UByte
Performs a bitwise NOT operation on this UByte

O

or(T) - Method in class me.olhalvo.unum.types.UByte
Performs a bitwise OR operation between this UByte and the given number, returning a new UByte with the result
OutOfUnsignedRangeException - Exception Class in me.olhalvo.unum.exception
Exception thrown when a value is out of range for an unsigned type
OutOfUnsignedRangeException(Class<? extends UNumber>, long, long, long) - Constructor for exception class me.olhalvo.unum.exception.OutOfUnsignedRangeException
Constructs a new OutOfUnsignedRangeException with the specified detail message.

R

remainder(T) - Method in class me.olhalvo.unum.types.UByte
Calculates the remainder of this Ubyte divided by the passed number and returns a new UByte with the result

S

subtract(T) - Method in class me.olhalvo.unum.types.UByte
Subtracts the given number to this UByte and returns a new UByte with the result

T

toString() - Method in class me.olhalvo.unum.types.UByte

U

UByte - Class in me.olhalvo.unum.types
Class used to represent an unsigned byte (0 to 255)
UByte(byte) - Constructor for class me.olhalvo.unum.types.UByte
 
UByte(int) - Constructor for class me.olhalvo.unum.types.UByte
 
UByte(long) - Constructor for class me.olhalvo.unum.types.UByte
 
UByte(short) - Constructor for class me.olhalvo.unum.types.UByte
 
UByteO - Class in me.olhalvo.unum.types.overflow
Class used to represent an unsigned byte with overflow (wrap around) behavior (0 to 255)
UNumber - Class in me.olhalvo.unum.types
Abstract class used to represent all unsigned number types
UNumber() - Constructor for class me.olhalvo.unum.types.UNumber
 
UShort - Class in me.olhalvo.unum.types
Class used to represent an unsigned short (0 to 65535)
UShort(int) - Constructor for class me.olhalvo.unum.types.UShort
 

V

valueOf(byte) - Static method in class me.olhalvo.unum.types.overflow.UByteO
see: #valueOf(short)
valueOf(byte) - Static method in class me.olhalvo.unum.types.UByte
valueOf(int) - Static method in class me.olhalvo.unum.types.overflow.UByteO
see: #valueOf(short)
valueOf(int) - Static method in class me.olhalvo.unum.types.UByte
valueOf(long) - Static method in class me.olhalvo.unum.types.overflow.UByteO
see: #valueOf(short)
valueOf(long) - Static method in class me.olhalvo.unum.types.UByte
valueOf(short) - Static method in class me.olhalvo.unum.types.overflow.UByteO
Static factory method to create a UByteO from a value
valueOf(short) - Static method in class me.olhalvo.unum.types.UByte
Returns a UByte instance representing the specified value
valueOf(String) - Static method in class me.olhalvo.unum.types.overflow.UByteO
Parses the string argument as an unsigned byte in base 10.
valueOf(String) - Static method in class me.olhalvo.unum.types.UByte

X

xor(T) - Method in class me.olhalvo.unum.types.UByte
Performs a bitwise XOR operation between this UByte and the given number, returning a new UByte with the result
A C D E F H I L M N O R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form