public class DataSourceResultMap<P> extends Object implements Map<String,List<P>>
UnsupportedOperationException.#getEvents(java.util.Set, java.util.Set, org.protempa.dsb.filter.Filter, org.protempa.QuerySession),
#getConstantPropositions(java.util.Set, java.util.Set, org.protempa.dsb.filter.Filter, org.protempa.QuerySession),
#getPrimitiveParameters(java.util.Set, java.util.Set, org.protempa.dsb.filter.Filter, org.protempa.QuerySession)| Constructor and Description |
|---|
DataSourceResultMap(List<? extends Map<String,List<P>>> maps) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,List<P>>> |
entrySet() |
List<P> |
get(Object o) |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<P> |
put(String k,
List<P> v) |
void |
putAll(Map<? extends String,? extends List<P>> map) |
List<P> |
remove(Object o) |
int |
size() |
Collection<List<P>> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object o)
containsKey in interface Map<String,List<P>>public boolean containsValue(Object o)
containsValue in interface Map<String,List<P>>Copyright © 2012–2016 Emory University. All rights reserved.