net.sf.juoserver.api
Interface GenericFileReader<Lookup,Output>

Type Parameters:
Lookup - type of lookup object - e.g., int
Output - type of output (result) object
All Known Subinterfaces:
IdxFileReader, IndexedFileReader<T>, MapFileReader, SkillsMulFileReader
All Known Implementing Classes:
BaseIdxFileReader, MulFileReader

public interface GenericFileReader<Lookup,Output>

Contract for a file reader.


Method Summary
 Output getEntryAt(Lookup index)
          Retrieves the output at the specified position
 

Method Detail

getEntryAt

Output getEntryAt(Lookup index)
Retrieves the output at the specified position

Parameters:
index - position
Returns:
the output at the specified position


Copyright © 2010-2012. All Rights Reserved.