Class IndirectMap<K,V>
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<K,V>
-
- org.eclipse.persistence.indirection.IndirectMap<K,V>
-
- org.eclipse.persistence.internal.indirection.jdk8.IndirectMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<K,V>,ChangeTracker,CollectionChangeTracker,IndirectCollection,IndirectContainer
@Deprecated public class IndirectMap<K,V> extends IndirectMap<K,V>
Deprecated.UseIndirectMapinstead.Java SE 8 additions toIndirectMap.- Author:
- Lukas Jungmann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.indirection.IndirectMap
delegate, initialCapacity, loadFactor, valueHolder
-
-
Constructor Summary
Constructors Constructor Description IndirectMap()Deprecated.IndirectMap(int initialCapacity)Deprecated.IndirectMap(int initialCapacity, float loadFactor)Deprecated.IndirectMap(java.util.Map<? extends K,? extends V> m)Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.indirection.IndirectMap
_persistence_getPropertyChangeListener, _persistence_setPropertyChangeListener, buildDelegate, clear, clearDeferredChanges, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getAddedElements, getDelegate, getDelegateObject, getOrDefault, getRemovedElements, getTrackedAttributeName, getValueHolder, hasDeferredChanges, hashCode, hasTrackedPropertyChangeListener, initialize, initialize, isEmpty, isInstantiated, keys, keySet, merge, put, putAll, putIfAbsent, raiseAddChangeEvent, raiseRemoveChangeEvent, rehash, remove, remove, replace, replace, replaceAll, setTrackedAttributeName, setUseLazyInstantiation, setValueHolder, size, toString, values
-
-