|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| 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 |
|---|
clone, equals, finalize, 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: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||