|
Class Summary |
| BooleanVariable |
Wraps a boolean and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| Byte |
Provides a java.lang,Byte look-a-like for JDK1.0.2
[internal use only]. |
| ByteVariable |
Wraps a byte and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| CharacterVariable |
Wraps a char and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| DoubleVariable |
Wraps a double and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| FloatVariable |
Wraps a float and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| IntegerVariable |
Wraps an int and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| LongVariable |
Wraps a long and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| NumberVariable |
Super class for several classes such as DoubleVariable, LongVariable, etc
[JDK1.0.2 compatible]. |
| ObjectVariable |
Wraps an Object and provides methods to reset it
[JDK1.0.2 compatible]. |
| Short |
Provides a java.lang,Short look-a-like for JDK1.0.2
[internal use only]. |
| ShortVariable |
Wraps a short and provides methods to convert the value to and from
several datatypes
[JDK1.0.2 compatible]. |
| StringVariable |
Wraps a String and provides methods to format the contents
[JDK1.0.2 compatible]. |