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