|
|||||||||
| Home >> All >> org >> mom4j >> [ ostore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mom4j.ostore
Class BooleanIndex

java.lang.Objectorg.mom4j.ostore.Index
org.mom4j.ostore.DataIndex
org.mom4j.ostore.BooleanIndex
- public final class BooleanIndex
- extends DataIndex
| Field Summary |
| Fields inherited from class org.mom4j.ostore.DataIndex |
entries |
| Fields inherited from class org.mom4j.ostore.Index |
file, firstEntryPtr, HEADER_LENGTH, lastEntryPtr, MAX_NAME_LENGTH, name, type |
| Constructor Summary | |
(package private) |
BooleanIndex(java.lang.String name)
|
| Method Summary | |
(package private) void |
checkIndexEntry(IndexEntry entry)
|
(package private) int |
getIndexEntrySize()
|
(package private) java.lang.Object |
readIndexValue()
|
(package private) void |
writeIndexValue(IndexEntry entry)
|
| Methods inherited from class org.mom4j.ostore.DataIndex |
addEntry, getMatches, removeIndexEntries |
| Methods inherited from class org.mom4j.ostore.Index |
add, add, create, getName, getType, read, remove, setRandomAccessFile, toString, writeHeader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
BooleanIndex
BooleanIndex(java.lang.String name)
| Method Detail |
checkIndexEntry
void checkIndexEntry(IndexEntry entry) throws InvalidIndexEntryException
- Overrides:
checkIndexEntryin classIndex
readIndexValue
java.lang.Object readIndexValue() throws java.io.IOException
- Specified by:
readIndexValuein classIndex
writeIndexValue
void writeIndexValue(IndexEntry entry) throws java.io.IOException
- Specified by:
writeIndexValuein classIndex
getIndexEntrySize
int getIndexEntrySize()
- Specified by:
getIndexEntrySizein classIndex
|
|||||||||
| Home >> All >> org >> mom4j >> [ ostore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC