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> LazyInitializable
public class SortedMapProxy<K,V>
extends Object
implements SortedMap<K,V>, LazyInitializable, Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Comparator<? super K> booleanbooleanentrySet()booleanfirstKey()final voidTo be called internally by the session, forcing immediate initialization.inthashCode()booleanisEmpty()keySet()lastKey()voidintsize()values()final booleanIs this instance initialized?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, replaceAllMethods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Field Details
-
delegate
-
-
Constructor Details
-
SortedMapProxy
public SortedMapProxy() -
SortedMapProxy
-
-
Method Details
-
wasInitialized
public final boolean wasInitialized()Description copied from interface:LazyInitializableIs this instance initialized?- Specified by:
wasInitializedin interfaceLazyInitializable- Returns:
- Was this collection initialized? Or is its data still not (fully) loaded?
- See Also:
-
forceInitialization
public final void forceInitialization()Description copied from interface:LazyInitializableTo be called internally by the session, forcing immediate initialization.- Specified by:
forceInitializationin interfaceLazyInitializable- See Also:
-
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()
-