byte |
Byte.byteValue() |
Gets the primitive value of this byte.
|
byte |
Double.byteValue() |
|
byte |
Float.byteValue() |
|
byte |
Integer.byteValue() |
|
byte |
Long.byteValue() |
|
byte |
Short.byteValue() |
|
double |
Byte.doubleValue() |
|
double |
Float.doubleValue() |
|
double |
Integer.doubleValue() |
|
double |
Long.doubleValue() |
|
double |
Short.doubleValue() |
|
boolean |
Boolean.equals(Object o) |
Compares this instance with the specified object and indicates if they
are equal.
|
boolean |
Byte.equals(Object object) |
Compares this object with the specified object and indicates if they are
equal.
|
boolean |
Character.equals(Object object) |
Compares this object with the specified object and indicates if they are
equal.
|
boolean |
Double.equals(Object object) |
Tests this double for equality with object .
|
boolean |
Enum.equals(Object other) |
Compares this object with the specified object and indicates if they are
equal.
|
boolean |
Float.equals(Object object) |
Tests this double for equality with object .
|
boolean |
Integer.equals(Object o) |
Compares this instance with the specified object and indicates if they
are equal.
|
boolean |
Long.equals(Object o) |
Compares this instance with the specified object and indicates if they
are equal.
|
boolean |
Short.equals(Object object) |
Compares this instance with the specified object and indicates if they
are equal.
|
float |
Byte.floatValue() |
|
float |
Double.floatValue() |
|
float |
Float.floatValue() |
Gets the primitive value of this float.
|
float |
Integer.floatValue() |
|
float |
Long.floatValue() |
|
float |
Short.floatValue() |
|
int |
Boolean.hashCode() |
Returns an integer hash code for this boolean.
|
int |
Byte.hashCode() |
|
int |
Character.hashCode() |
|
int |
Double.hashCode() |
|
int |
Enum.hashCode() |
|
int |
Float.hashCode() |
|
int |
Integer.hashCode() |
|
int |
Long.hashCode() |
|
int |
Short.hashCode() |
|
int |
Byte.intValue() |
|
int |
Double.intValue() |
|
int |
Float.intValue() |
|
int |
Integer.intValue() |
Gets the primitive value of this int.
|
int |
Long.intValue() |
|
int |
Short.intValue() |
|
long |
Byte.longValue() |
|
long |
Double.longValue() |
|
long |
Float.longValue() |
|
long |
Integer.longValue() |
|
long |
Long.longValue() |
Gets the primitive value of this long.
|
long |
Short.longValue() |
|
short |
Byte.shortValue() |
|
short |
Double.shortValue() |
|
short |
Float.shortValue() |
|
short |
Integer.shortValue() |
|
short |
Long.shortValue() |
|
short |
Short.shortValue() |
Gets the primitive value of this short.
|
String |
Boolean.toString() |
Returns a string containing a concise, human-readable description of this
boolean.
|
String |
Byte.toString() |
|
String |
Character.toString() |
|
String |
Class.toString() |
|
String |
Double.toString() |
|
String |
Enum.toString() |
Returns a string containing a concise, human-readable description of this
object.
|
String |
Float.toString() |
|
String |
Integer.toString() |
|
String |
Long.toString() |
|
String |
Short.toString() |
|