HEADER

ru.biosoft.access
Class MemIndex

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--ru.biosoft.access.MemIndex

public class MemIndex
extends HashMap
implements Index

Version: 1.0
todo Document

Constructor Summary
MemIndex(File dataFile, String indexName)
           

Method Summary
 voidclose()
           
 booleanisValid()
           

Methods inherited from class java.util.HashMap
size, isEmpty, containsValue, containsKey, get, put, remove, putAll, clear, clone, keySet, values, entrySet

Methods inherited from class java.util.AbstractMap
equals, hashCode, toString

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

MemIndex

public MemIndex(File dataFile, String indexName)
throws java.io.IOException
todo Document., HIGH Implement.
Method Detail

close

public void close()
throws java.io.FileNotFoundException,
java.io.IOException
todo Document, HIGH Uncomment when close will be work correctly.

isValid

public boolean isValid()
todo Document., Implement, May compare timestamp of file and index file.

Association Links

to Class java.io.File

Name of index file

FOOTER

BOTTOM