Interface PersonsInterface

All Known Implementing Classes:
PersonService

public interface PersonsInterface
Author:
maartenl
  • Method Summary

    Modifier and Type
    Method
    Description
    find(String name)
    Returns the person with this specific name.
  • Method Details

    • find

      Person find(String name)
      Returns the person with this specific name. Person should be playing. Returns null if no player is found.
      Parameters:
      name - the name of the person
      Returns:
      the person or null if not found