public final class SearchResult extends Object implements Map<String,Context>, DnbBusinessObject
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object pKey) |
boolean |
containsValue(Object pValue) |
static SearchResult |
createSearchResult(Map<String,Context> pResult) |
static SearchResult |
emptySearchResult() |
Set<Map.Entry<String,Context>> |
entrySet() |
Context |
firstResult() |
Context |
get(Object pKey) |
boolean |
isEmpty()
For different objects the this method can have a different meaning.
|
Set<String> |
keySet() |
Context |
put(String pKey,
Context pValue) |
void |
putAll(Map<? extends String,? extends Context> pMap) |
Context |
remove(Object pKey) |
int |
size() |
String |
toString() |
Collection<Context> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public Context firstResult()
public static SearchResult emptySearchResult()
public static SearchResult createSearchResult(Map<String,Context> pResult)
public boolean isEmpty()
DnbBusinessObject
Map
, then it will automatically implement this method.public boolean containsKey(Object pKey)
containsKey
in interface Map<String,Context>
public boolean containsValue(Object pValue)
containsValue
in interface Map<String,Context>
Copyright © 2019. All rights reserved.