Class TypedArrayList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
nl.bstoi.poiparser.core.strategy.util.TypedArrayList<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, TypedList<T>

public class TypedArrayList<T>
extends ArrayList<T>
implements TypedList<T>
Hylke Stapersma hylke.stapersma@gmail.com
See Also:
Serialized Form
  • Constructor Details

    • TypedArrayList

      public TypedArrayList​(Class<T> clazz, Collection<T> c)
    • TypedArrayList

      public TypedArrayList​(Class<T> clazz)
    • TypedArrayList

      public TypedArrayList​(Class<T> clazz, int initialCapacity)
  • Method Details