Class ST.AttributeList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
Enclosing class:
ST

public static final class ST.AttributeList extends ArrayList<Object>
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:
  • Constructor Details

    • AttributeList

      public AttributeList(int size)
    • AttributeList

      public AttributeList()