| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultimapQueue<Key,Value>
TODO
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHashMultimap<Key,Value>
Implementation of Multimap backed by an ArrayHashMap
|
class |
HashListMultimap<Key,Value>
Implementation of Multimap backed by an ArrayHashMap
|
class |
HashSetMultimap<Key,Value>
Implementation of Multimap backed by an ArrayHashMap
|
class |
MultimapQueueImpl<Key,Value>
Simple
MultimapQueue backed by a Multimap. |
| Modifier and Type | Field and Description |
|---|---|
static Multimap<?,?> |
Operations.EMPTY_MULTIMAP |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> Multimap<S,T> |
Operations.emptyMultimap() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
Operations.dumpDiff(Multimap<K,V> first,
Multimap<K,V> second,
Writer writer,
String prefix)
|
static <K,V> void |
Operations.dumpDiff(Multimap<K,V> first,
Multimap<K,V> second,
Writer writer,
String prefix)
|
| Constructor and Description |
|---|
MultimapQueueImpl(Multimap<Key,Value> multimap) |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.