becker.xtras.nameSurfer
Interface INameList

All Known Implementing Classes:
SampleNameList

public interface INameList

Objects implementing INameList are used to collect names with popularity rankings to be graphed in the NameSurfer application.

Author:
Byron Weber Becker

Method Summary
 INameInfo find(String name)
          Find the information for the given name.
 

Method Detail

find

INameInfo find(String name)
Find the information for the given name.

Parameters:
name - The name to find information for
Returns:
name information for the given name; null if not found.