MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / getPerson

Method getPerson

reflection/Position.java:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 .orElseThrow(EmptyTitleException::new);
24 }
25 public Person getPerson() { return person; }
26 public void setPerson(Person newPerson) {
27 // Uses empty Person if newPerson is null:
28 person = Optional.ofNullable(newPerson)

Callers 2

positionAvailableMethod · 0.80
fillPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected