Skip navigation links
B E H I M Q T 

B

Byte - Class in quiz
The Byte class wraps a value of primitive type byte in an object.
Byte(byte) - Constructor for class quiz.Byte
Initializes this object with the specified byte value.

E

equals(Object) - Method in class quiz.Byte
Compares this object to the specified object.

H

hashCode() - Method in class quiz.Byte
Returns a hash code for this object.

I

isEven() - Method in class quiz.Byte
Checks whether this object represents an even value.

M

MAX_VALUE - Static variable in class quiz.Byte
A constant holding the maximum value a byte can have.
MIN_VALUE - Static variable in class quiz.Byte
A constant holding the minimum value a byte can have.

Q

quiz - package quiz
 

T

toString() - Method in class quiz.Byte
Returns a new String object representing this object.
B E H I M Q T 
Skip navigation links