Package org.cometd.oort
Class OortObject.Data<T>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Object>
- Enclosing class:
- OortObject<T>
protected static class OortObject.Data<T> extends HashMap<String,Object>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Constructor Summary
Constructors Modifier Constructor Description protected
Data(int initialCapacity, OortObject.Result<T> callback)
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values