Class OpList

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

public class OpList extends ArrayList<Op>
See Also:
  • Constructor Details

    • OpList

      public OpList(List<Op> ops)
    • OpList

      public OpList()
  • Method Details