class |
EntrySet<K,V> |
Allows you to wrap and treat two arrays as a Collection of key-value pairs.
|
(package private) static class |
EntrySet.KeyedPrimitives<K> |
|
(package private) static class |
EntrySet.ObjectByte<K> |
|
(package private) static class |
EntrySet.ObjectDouble<K> |
|
(package private) static class |
EntrySet.ObjectFloat<K> |
|
(package private) static class |
EntrySet.ObjectInt<K> |
|
(package private) static class |
EntrySet.ObjectLong<K> |
|
(package private) static class |
EntrySet.ObjectObject<K,V> |
|
(package private) static class |
EntrySet.ObjectShort<K> |
|
class |
IndexedMap<K,V> |
Wrap two arrays (of keys and values) and treat the result as a Map .
|
static class |
IndexedMap.MappedPrimitives<K> |
|