Package org.cometd.oort
Class OortObject.Data<T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- org.cometd.oort.OortObject.Data<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- OortObject<T>
protected static class OortObject.Data<T> extends java.util.HashMap<java.lang.String,java.lang.Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Data(int initialCapacity, OortObject.Result<T> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setResult(T result)
-
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
-
-
-
-
Constructor Detail
-
Data
protected Data(int initialCapacity, OortObject.Result<T> callback)
-
-
Method Detail
-
setResult
protected void setResult(T result)
-
-