Class IndirectSet<E>
- java.lang.Object
-
- org.eclipse.persistence.indirection.IndirectSet<E>
-
- org.eclipse.persistence.internal.indirection.jdk8.IndirectSet<E>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<E>,java.util.Collection<E>,java.util.Set<E>,ChangeTracker,CollectionChangeTracker,IndirectCollection,IndirectContainer
@Deprecated public class IndirectSet<E> extends IndirectSet<E>
Deprecated.UseIndirectSetinstead.Java SE 8 additions toIndirectSet.- Author:
- Lukas Jungmann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.indirection.IndirectSet
initialCapacity, loadFactor
-
-
Constructor Summary
Constructors Constructor Description IndirectSet()Deprecated.IndirectSet(int initialCapacity)Deprecated.IndirectSet(int initialCapacity, float loadFactor)Deprecated.IndirectSet(java.util.Collection<? extends E> c)Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.indirection.IndirectSet
_persistence_getPropertyChangeListener, _persistence_setPropertyChangeListener, add, addAll, buildDelegate, clear, clearDeferredChanges, clone, cloneDelegate, contains, containsAll, equals, forEach, getAddedElements, getDelegate, getDelegateObject, getRemovedElements, getTrackedAttributeName, getValueHolder, hasAddedElements, hasBeenRegistered, hasDeferredChanges, hashCode, hasRemovedElements, hasTrackedPropertyChangeListener, isEmpty, isInstantiated, isRelationshipMaintenanceRequired, iterator, parallelStream, raiseAddChangeEvent, raiseRemoveChangeEvent, remove, removeAll, removeIf, retainAll, setTrackedAttributeName, setUseLazyInstantiation, setValueHolder, shouldAvoidInstantiation, shouldUseLazyInstantiation, size, spliterator, stream, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
IndirectSet
public IndirectSet()
Deprecated.
-
IndirectSet
public IndirectSet(int initialCapacity)
Deprecated.
-
IndirectSet
public IndirectSet(int initialCapacity, float loadFactor)Deprecated.
-
IndirectSet
public IndirectSet(java.util.Collection<? extends E> c)
Deprecated.
-
-