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

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

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


Constructor Summary
MultiMapToList()
           
 
Method Summary
static
<K,V> MultiMapToList<K,V>
create()
           
 List<V> get(K key)
           
 List<V> values()
           
 List<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

MultiMapToList

public MultiMapToList()
Method Detail

create

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

get

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

values

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

values

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


Licenced under the Apache License, Version 2.0