substructuresList property

  1. @protected
List<Gedcom7Structure> substructuresList
finalinherited

Protected list to allow using of the List in descendants.

Consider using substructures for traversal outside of GedcomDocument.

Implementation

@protected
final List<T> substructuresList;