All Implemented Interfaces:
Serializable, Cloneable, Iterable<StackType>, Collection<StackType>, List<StackType>, RandomAccess, SequencedCollection<StackType>

public class StackTypes extends ArrayList<StackType>
Really List but for legibility, shortened.
See Also:
  • Field Details

  • Constructor Details

    • StackTypes

      public StackTypes(StackType... stackTypes)
    • StackTypes

      public StackTypes(List<StackType> stackTypes)