Class CommonsVector<ELEMENTTYPE>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
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

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