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>, SequencedMap<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 Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
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
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-
equals
-
hashCode
-