| Package | Description |
|---|---|
| org.n52.iceland.util.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumSetMultiMap<K extends java.lang.Enum<K>,V>
Deprecated.
use either guava or a plain java collection
|
class |
HashSetMultiMap<K,V>
Deprecated.
use either guava or a plain java collection
|
class |
SynchronizedSetMultiMap<K,V>
Deprecated.
use either guava or a plain java collection
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SetMultiMap<K,V> |
MultiMaps.newSetMultiMap()
Deprecated.
|
static <K extends java.lang.Enum<K>,V> |
MultiMaps.newSetMultiMap(java.lang.Class<K> keyType)
Deprecated.
|
static <K,V> SetMultiMap<K,V> |
MultiMaps.newSynchronizedSetMultiMap()
Deprecated.
|
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.