Class MapProxy<K,V>
java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy<K,V>
- All Implemented Interfaces:
Serializable,Map<K,,V> org.hibernate.collection.spi.LazyInitializable
public class MapProxy<K,V>
extends Object
implements Map<K,V>, org.hibernate.collection.spi.LazyInitializable, Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
delegate
-
-
Constructor Details
-
MapProxy
public MapProxy() -
MapProxy
-
-
Method Details
-
wasInitialized
public final boolean wasInitialized()- Specified by:
wasInitializedin interfaceorg.hibernate.collection.spi.LazyInitializable
-
forceInitialization
public final void forceInitialization()- Specified by:
forceInitializationin interfaceorg.hibernate.collection.spi.LazyInitializable
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
toString
-
equals
-
hashCode
public int hashCode()
-