public class ExternalizablePersistentMap extends AbstractExternalizablePersistentCollection
content, dirty, initialized, metadata| Constructor and Description |
|---|
ExternalizablePersistentMap() |
ExternalizablePersistentMap(Map<?,?> content,
boolean initialized,
boolean dirty) |
ExternalizablePersistentMap(Object[] content,
boolean initialized,
boolean dirty) |
| Modifier and Type | Method and Description |
|---|---|
Map<?,?> |
getContentAsMap(Type target) |
Map<?,?> |
getContentAsMap(Type target,
Comparator comparator) |
void |
setContentFromMap(Map<?,?> map) |
getContent, getMetadata, isDirty, isInitialized, readExternal, setContent, setDirty, setInitialized, setMetadata, writeExternalpublic ExternalizablePersistentMap()
public ExternalizablePersistentMap(Map<?,?> content, boolean initialized, boolean dirty)
public ExternalizablePersistentMap(Object[] content, boolean initialized, boolean dirty)
public Map<?,?> getContentAsMap(Type target)
public Map<?,?> getContentAsMap(Type target, Comparator comparator)
public void setContentFromMap(Map<?,?> map)