Class MechanismList

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

public class MechanismList extends ArrayList<Mechanism>
A helper class extending an ArrayList of Mechanisms to allow quality of life methods to ease debugging tasks.
See Also:
  • Method Details