|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Multimap | |
|---|---|
| org.semanticweb.elk.util.collections | |
| Uses of Multimap in org.semanticweb.elk.util.collections |
|---|
| Classes in org.semanticweb.elk.util.collections that implement Multimap | |
|---|---|
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 |
| Fields in org.semanticweb.elk.util.collections declared as Multimap | |
|---|---|
static Multimap<?,?> |
Operations.EMPTY_MULTIMAP
|
| Methods in org.semanticweb.elk.util.collections that return Multimap | ||
|---|---|---|
static
|
Operations.emptyMultimap()
|
|
| Methods in org.semanticweb.elk.util.collections with parameters of type Multimap | ||
|---|---|---|
static
|
Operations.dumpDiff(Multimap<K,V> first,
Multimap<K,V> second,
Writer writer,
String prefix)
Prints key-value entries present in the first Multimap but not in
the second Multimap using the given Writer and prefixing
all messages with a given prefix. |
|
static
|
Operations.dumpDiff(Multimap<K,V> first,
Multimap<K,V> second,
Writer writer,
String prefix)
Prints key-value entries present in the first Multimap but not in
the second Multimap using the given Writer and prefixing
all messages with a given prefix. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||