Uses of Interface
org.semanticweb.elk.util.collections.Multimap

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
<S,T> Multimap<S,T>
Operations.emptyMultimap()
           
 

Methods in org.semanticweb.elk.util.collections with parameters of type Multimap
static
<K,V> void
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
<K,V> void
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.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.