Class InternalArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
com.github.mustachejava.util.InternalArrayList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>

public class InternalArrayList<E> extends ArrayList<E>
Used internally for passing around the scopes.
See Also:
  • Constructor Details

    • InternalArrayList

      public InternalArrayList(Collection<? extends E> c)
    • InternalArrayList

      public InternalArrayList()