| CuckooObjectMap |
Deprecated.
|
| CuckooObjectMap.Entries |
Deprecated.
|
| CuckooObjectMap.Entry |
Deprecated.
|
| CuckooObjectMap.Keys |
Deprecated.
|
| CuckooObjectMap.Values |
Deprecated.
|
| Generics |
Handles storage of generic type information
|
| Generics.GenericsHierarchy |
Stores the type parameters for a class and, for parameters passed to super classes, the corresponding super class type
parameters.
|
| Generics.GenericType |
Stores a type and its type parameters, recursively.
|
| IdentityMap |
An unordered map that uses identity comparison for the object keys.
|
| IdentityObjectIntMap |
An unordered map where identity comparison is used for the objects keys and the values are unboxed ints.
|
| IntArray |
A resizable, ordered or unordered int array.
|
| IntMap |
An unordered map where the keys are unboxed ints and values are objects.
|
| IntMap.Entries |
|
| IntMap.Entry |
|
| IntMap.Keys |
|
| IntMap.Values |
|
| Null |
An element with this annotation claims that the element may have a null value.
|
| ObjectIntMap |
An unordered map where the keys are objects and the values are unboxed ints.
|
| ObjectIntMap.Entries |
|
| ObjectIntMap.Entry |
|
| ObjectIntMap.Keys |
|
| ObjectIntMap.Values |
|
| ObjectMap |
An unordered map where the keys and values are objects.
|
| ObjectMap.Entries |
|
| ObjectMap.Entry |
|
| ObjectMap.Keys |
|
| ObjectMap.Values |
|