Class InheritanceList

  • All Implemented Interfaces:
    Iterable<String>

    public class InheritanceList
    extends Object
    implements Iterable<String>
    A list for managing order-dependant inheritance. Each element is unique. Appending or prepending removed any current entry. The order of inheritance is most to least important.

    Created by Jeff Gaynor
    on 2/2/21 at 6:32 AM

    • Constructor Detail

      • InheritanceList

        public InheritanceList()