MCPcopy Create free account
hub / github.com/amigoscode/java-streams / getGender

Method getGender

src/test/java/com/amigoscode/beans/Person.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public String getGender() {
43 return gender;
44 }
45
46 public Integer getAge() {
47 return age;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected