org.apache.jena.atlas.lib
Class MultiMapToSet<K,V>

java.lang.Object
  extended by org.apache.jena.atlas.lib.MultiMap<K,V>
      extended by org.apache.jena.atlas.lib.MultiMapToSet<K,V>

public class MultiMapToSet<K,V>
extends MultiMap<K,V>


Constructor Summary
MultiMapToSet()
           
 
Method Summary
static
<K,V> MultiMapToSet<K,V>
create()
           
 Set<V> get(K key)
           
 Set<V> values()
           
 Set<V> values(K key)
           
 
Methods inherited from class org.apache.jena.atlas.lib.MultiMap
clear, containsKey, createMapList, createMapSet, equals, flatten, getOne, hashCode, isEmpty, keys, put, putAll, remove, removeKey, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiMapToSet

public MultiMapToSet()
Method Detail

create

public static <K,V> MultiMapToSet<K,V> create()

get

public Set<V> get(K key)
Specified by:
get in class MultiMap<K,V>

values

public Set<V> values(K key)
Specified by:
values in class MultiMap<K,V>

values

public Set<V> values()
Specified by:
values in class MultiMap<K,V>


Licenced under the Apache License, Version 2.0