Class TreeModel.OrderList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess, SequencedCollection<String>
Enclosing class:
TreeModel

private static class TreeModel.OrderList extends ArrayList<String>
The OrderList object is used to maintain the order of the XML elements within the model. Elements are either other models or element Label objects that are annotated fields or methods. Maintaining order is important
  • Constructor Details

    • OrderList

      public OrderList()
      Constructor for the OrderList object. This is basically a typedef of sorts that hides the ugly generic details from the class definition.