public class Multimap<K,V> extends AbstractMultimap<K,V,java.util.List<V>>
| Modifier and Type | Class and Description |
|---|---|
static class |
Multimap.ListType |
map| Modifier | Constructor and Description |
|---|---|
protected |
Multimap(java.util.Map<K,java.util.List<V>> map,
Multimap.ListType listType) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Multimap<K,V> |
create() |
static <K,V> Multimap<K,V> |
create(Multimap.ListType listType) |
protected java.util.List<V> |
createNewCollection() |
clear, containsElement, containsElement, containsKey, containsValue, countElements, countElements, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, putElement, putElements, remove, removeElement, size, values, valuesElementsprotected Multimap(java.util.Map<K,java.util.List<V>> map, Multimap.ListType listType)
public static <K,V> Multimap<K,V> create()
public static <K,V> Multimap<K,V> create(Multimap.ListType listType)
protected java.util.List<V> createNewCollection()
createNewCollection in class AbstractMultimap<K,V,java.util.List<V>>Available under the Apache License, Version 2.0 - Copyright © 2012-2020 greenrobot.org. All Rights Reserved.