org.stringtemplate.v4
Class ST.AttributeList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.stringtemplate.v4.ST.AttributeList<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess
- Enclosing class:
- ST
public static final class ST.AttributeList<T>
- extends ArrayList<T>
Just an alias for ArrayList, but this way I can track whether a
list is something ST created or it's an incoming list.
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
ST.AttributeList
public ST.AttributeList(int size)
ST.AttributeList
public ST.AttributeList()
Copyright © 2011. All Rights Reserved.