becker.xtras.nameSurfer
Class SampleNameList

java.lang.Object
  extended by becker.xtras.nameSurfer.SampleNameList
All Implemented Interfaces:
INameList

public final class SampleNameList
extends Object
implements INameList

A list of names and their rankings.

Author:
Byron Weber Becker

Constructor Summary
SampleNameList(String fileName)
           
 
Method Summary
 INameInfo find(String name)
          Find the information for the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleNameList

public SampleNameList(String fileName)
Method Detail

find

public INameInfo find(String name)
Description copied from interface: INameList
Find the information for the given name.

Specified by:
find in interface INameList
Parameters:
name - The name to find information for
Returns:
name information for the given name; null if not found.