| Class | Description |
|---|---|
| AbstractMultimap<K,V,C extends java.util.Collection<V>> |
Combines a Map with List values to provide simple way to store multiple values for a key (multimap).
|
| LongHashMap<T> |
An minimalistic hash map optimized for long keys.
|
| LongHashMap.Entry<T> | |
| LongHashMap.Synchronized<T> | |
| LongHashSet |
An minimalistic hash set optimized for long values.
|
| LongHashSet.Synchronized | |
| Multimap<K,V> |
Combines a Map with List values to provide simple way to store multiple values for a key.
|
| MultimapSet<K,V> |
Combines a Map with Set values to provide simple way to store multiple values for a key.
|
| Enum | Description |
|---|---|
| Multimap.ListType | |
| MultimapSet.SetType |
Available under the Apache License, Version 2.0 - Copyright © 2012-2020 greenrobot.org. All Rights Reserved.