public class OObjectEnumLazyMap<TYPE extends Enum> extends HashMap<Object,Object> implements Serializable, OObjectLazyEnumSerializer<Map<Object,Object>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
OObjectEnumLazyMap(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap) |
OObjectEnumLazyMap(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap,
Map<Object,Object> iSourceMap) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object k) |
boolean |
containsValue(Object o) |
protected void |
convertAll()
Converts all the items
|
void |
detach() |
void |
detach(boolean nonProxiedInstance) |
void |
detachAll(boolean nonProxiedInstance,
Map<Object,Object> alreadyDetached,
Map<Object,Object> lazyObjects) |
Set<Map.Entry<Object,Object>> |
entrySet() |
Object |
get(Object iKey) |
Map<Object,Object> |
getNonOrientInstance() |
Object |
getUnderlying() |
boolean |
isConverted() |
boolean |
isEmpty() |
Set<Object> |
keySet() |
Object |
put(Object iKey,
Object e) |
void |
putAll(Map<? extends Object,? extends Object> iMap) |
Object |
remove(Object iKey) |
void |
setDirty() |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
clone, compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
equals, hashCode
public OObjectEnumLazyMap(Class<Enum> iEnumClass, ORecord iSourceRecord, Map<Object,Object> iRecordMap)
public int size()
public boolean isEmpty()
public boolean containsKey(Object k)
containsKey
in interface Map<Object,Object>
containsKey
in class HashMap<Object,Object>
public boolean containsValue(Object o)
containsValue
in interface Map<Object,Object>
containsValue
in class HashMap<Object,Object>
public void clear()
public boolean isConverted()
public String toString()
toString
in class AbstractMap<Object,Object>
public Collection<Object> values()
public void setDirty()
public void detach()
public void detach(boolean nonProxiedInstance)
detach
in interface OObjectLazyMultivalueElement<Map<Object,Object>>
public void detachAll(boolean nonProxiedInstance, Map<Object,Object> alreadyDetached, Map<Object,Object> lazyObjects)
detachAll
in interface OObjectLazyMultivalueElement<Map<Object,Object>>
public Map<Object,Object> getNonOrientInstance()
getNonOrientInstance
in interface OObjectLazyMultivalueElement<Map<Object,Object>>
public Object getUnderlying()
getUnderlying
in interface OObjectLazyMultivalueElement<Map<Object,Object>>
protected void convertAll()
Copyright © 2009–2020 OrientDB. All rights reserved.