Class NonSynchronizedVector<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<E>
org.eclipse.persistence.internal.helper.NonSynchronizedVector<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>
Direct Known Subclasses:
NonSynchronizedSubVector

public class NonSynchronizedVector<E> extends Vector<E>
Vector subclass that removes the synchronization.
See Also: