|
Class Summary |
| BitSet |
This class implements a set of bits that grows as needed. |
| BooleanObj |
Class that is similar to Boolean but is mutable. |
| DoubleObj |
Class that is similar to Double but is mutable. |
| IntObj |
Class that is similar to Integer but is mutable. |
| LongObj |
Class that is similar to Long but is mutable. |
| Map |
A map keeps (MapKey, entry object) pairs in it. |
| MapKey |
MapKey is a pair of value and mask BitSets. |
| NumberObj |
Class that is similar to Long but is mutable. |
| RadixMap |
A map keeps (MapKey, entry object) pairs in it. |
| Struct |
The class which emulates the "struct" language construct in C. |
| StructBeanInfo |
|
| UniversalStruct |
Class that emulates the "struct" construct in C programming. |