|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.rgw.io.LargeFileLookup
public class LargeFileLookup
Lookup Strings in an arbitrarly large sorted file This is a quite trivial implemetation with binary sort in the file.
Constructor Summary | |
---|---|
LargeFileLookup(java.io.File file)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
binarySearch(java.lang.String search)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LargeFileLookup(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public java.util.List<java.lang.String> binarySearch(java.lang.String search) throws java.io.IOException
java.io.IOException
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |