MCPcopy Create free account
hub / github.com/FamilySearch/gedcom5-java / getPeople

Method getPeople

src/main/java/org/folg/gedcom/model/Gedcom.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public List<Person> getPeople() {
53 return people != null ? people : Collections.<Person>emptyList();
54 }
55
56 public Person getPerson(String id) {
57 return personIndex.get(id);

Callers 4

updateReferencesMethod · 0.95
createIndexesMethod · 0.95
acceptMethod · 0.95

Calls

no outgoing calls

Tested by 1