Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.rgw.io
Class LargeFileLookup

java.lang.Object
  extended by ch.rgw.io.LargeFileLookup

public class LargeFileLookup
extends java.lang.Object

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

LargeFileLookup

public LargeFileLookup(java.io.File file)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

binarySearch

public java.util.List<java.lang.String> binarySearch(java.lang.String search)
                                              throws java.io.IOException
Throws:
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