Class CommonsVector<ELEMENTTYPE>

java.lang.Object
java.util.AbstractCollection<ELEMENTTYPE>
java.util.AbstractList<ELEMENTTYPE>
java.util.Vector<ELEMENTTYPE>
com.helger.commons.collection.impl.CommonsVector<ELEMENTTYPE>
Type Parameters:
ELEMENTTYPE - List element type
All Implemented Interfaces:
ICommonsCollection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, ICommonsList<ELEMENTTYPE>, ICloneable<ICommonsList<ELEMENTTYPE>>, IHasSize, Serializable, Cloneable, Iterable<ELEMENTTYPE>, Collection<ELEMENTTYPE>, List<ELEMENTTYPE>, RandomAccess, SequencedCollection<ELEMENTTYPE>

public class CommonsVector<ELEMENTTYPE> extends Vector<ELEMENTTYPE> implements ICommonsList<ELEMENTTYPE>
A special Vector implementation based on ICommonsList.
Author:
Philip Helger
See Also: