|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.util.hash.ASet
org.basex.util.hash.TokenSet
org.basex.index.value.MemValues
org.basex.index.value.UpdatableMemValues
public final class UpdatableMemValues
This class provides a main memory access to attribute values and text contents.
Field Summary |
---|
Fields inherited from class org.basex.util.hash.TokenSet |
---|
keys |
Fields inherited from class org.basex.util.hash.ASet |
---|
bucket, next, size |
Constructor Summary | |
---|---|
UpdatableMemValues(MemData d)
Constructor. |
Method Summary | |
---|---|
void |
delete(byte[] key,
int id)
Removes a record from the index. |
byte[] |
info()
Returns information on the index structure. |
IndexIterator |
iter(IndexToken tok)
Returns an iterator for the index results. |
Methods inherited from class org.basex.index.value.MemValues |
---|
close, count, entries, init, put, rehash |
Methods inherited from class org.basex.util.hash.TokenSet |
---|
add, add, clear, contains, delete, hash, id, iterator, key, put, read, toString, write |
Methods inherited from class org.basex.util.hash.ASet |
---|
checkSize, isEmpty, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdatableMemValues(MemData d)
d
- data instanceMethod Detail |
---|
public IndexIterator iter(IndexToken tok)
Index
iter
in interface Index
iter
in class MemValues
tok
- token to be found
public byte[] info()
Index
info
in interface Index
info
in class MemValues
public void delete(byte[] key, int id)
MemValues
delete
in class MemValues
key
- record keyid
- record id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |