Class PersonRegistryImpl2
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.extendedfinderexample.PersonRegistryImpl2
-
- All Implemented Interfaces:
PersonRegistry2
,PersonRegistry
public class PersonRegistryImpl2 extends java.lang.Object implements PersonRegistry2
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description PersonRegistryImpl2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Person person)
PersonFinder
findPerson()
-
-
-
Method Detail
-
add
public void add(@Nonnull Person person)
- Specified by:
add
in interfacePersonRegistry
-
findPerson
@Nonnull public PersonFinder findPerson()
- Specified by:
findPerson
in interfacePersonRegistry
- Specified by:
findPerson
in interfacePersonRegistry2
-
-