HEADER

ru.biosoft.access
Interface Index

All Known Implementing Classes:
BTreeIndex, MemIndex

public interface Index
extends Map

Interface for storing/extracting indexes. Map keys to index entries.

Version: 1.0

Field Summary
 final static StringDEFAULT_INDEX_NAME
           

Method Summary
 voidclose()
          Release all resources.
 booleanisValid()
          Check is this index valid.

Methods inherited from interface java.util.Map
size, isEmpty, containsKey, containsValue, get, put, remove, putAll, clear, keySet, values, entrySet, equals, hashCode

Field Detail

DEFAULT_INDEX_NAME

public final static String DEFAULT_INDEX_NAME
Method Detail

close

public void close()
throws java.lang.Exception
Release all resources. After call this method all operations on this object are invalid.

isValid

public boolean isValid()
Check is this index valid.
Returns: true if index valid, false otherwise.

Association Links

to Class java.lang.String


FOOTER

BOTTOM