|
Interface Summary |
| TIntCharMap |
Interface for a primitive map of int keys and char values. |
| TIntIntMap |
Interface for a primitive map of int keys and int values. |
| TIntLongMap |
Interface for a primitive map of int keys and long values. |
| TIntObjectMap<V> |
Interface for a primitive map of int keys and Object values. |
| TLongIntMap |
Interface for a primitive map of long keys and int values. |
| TLongLongMap |
Interface for a primitive map of long keys and long values. |
| TLongObjectMap<V> |
Interface for a primitive map of long keys and Object values. |
| TObjectIntMap<K> |
Interface for a primitive map of Object keys and int values. |
| TObjectLongMap<K> |
Interface for a primitive map of Object keys and long values. |