Package de.uplanet.lucy.server
Klasse SharedState
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Map<String,Object>
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontainsKey(Object p_key) Get an object from the shared state.voidVon Klasse geerbte Methoden java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesVon Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, toString
-
Konstruktordetails
-
SharedState
public SharedState()
-
-
Methodendetails
-
get
-
containsKey
- Angegeben von:
containsKeyin SchnittstelleMap<String,Object> - Setzt außer Kraft:
containsKeyin KlasseHashMap<String,Object>
-
put
-
remove
-
get
Get an object from the shared state.If the key does not exist in the shared state, the given fallback will be returned instead.
- Parameter:
p_strKey- The key.p_objFallback- The value that will be returned if the given key does not exist in the shared state.- Gibt zurück:
- The value, or the fallback value.
-
getAt
-
putAt
-