public class MapProxy extends Object implements HibernateProxy, Map, Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
LazyInitializer |
getHibernateLazyInitializer()
Get the underlying lazy initialization handler.
|
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
Object |
writeReplace()
Perform serialization-time write-replacement of this proxy.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public Object writeReplace()
HibernateProxy
writeReplace
in interface HibernateProxy
public LazyInitializer getHibernateLazyInitializer()
HibernateProxy
getHibernateLazyInitializer
in interface HibernateProxy
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
Copyright © 2016 JBoss by Red Hat. All rights reserved.