Class SortedMapProxy<K,V>
java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy<K,V>
- All Implemented Interfaces:
Serializable,Map<K,,V> SortedMap<K,,V> org.hibernate.collection.spi.LazyInitializable
public class SortedMapProxy<K,V>
extends Object
implements SortedMap<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, toString, 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
-
SortedMapProxy
public SortedMapProxy() -
SortedMapProxy
-
-
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
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-
equals
-
hashCode
public int hashCode()
-