Package | Description |
---|---|
org.basex.index.resource | |
org.basex.index.value | |
org.basex.io.in | |
org.basex.io.out | |
org.basex.query.value.seq | |
org.basex.util |
Utility classes.
|
org.basex.util.list |
Modifier and Type | Method and Description |
---|---|
IntList |
Resources.docs()
Returns the
pre values of all document nodes. |
IntList |
Resources.docs(String path)
Returns the pre values of all document nodes that start with the specified path.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatableDiskValues.add(TokenObjMap<IntList> map) |
void |
DiskValues.add(TokenObjMap<IntList> map)
Add entries to the index.
|
void |
UpdatableDiskValues.delete(TokenObjMap<IntList> map) |
void |
DiskValues.delete(TokenObjMap<IntList> map)
Deletes index entries from the index.
|
Modifier and Type | Method and Description |
---|---|
IntList |
DataInput.readDiffs()
Reads a distance-mapped integer array.
|
Modifier and Type | Method and Description |
---|---|
void |
DataOutput.writeDiffs(IntList array)
Writes distances between integers.
|
Modifier and Type | Method and Description |
---|---|
static Value |
DBNodeSeq.get(IntList pres,
Data data,
boolean docs,
boolean all)
Creates a node sequence with the given data reference and pre values.
|
Modifier and Type | Method and Description |
---|---|
IntList |
TokenParser.toList()
Returns a list with all codepoints.
|
Modifier and Type | Method and Description |
---|---|
IntList |
IntList.add(int... elements)
Adds elements to the array.
|
IntList |
IntList.add(int element)
Adds an element to the array.
|
IntList |
IntList.distinct()
Removes duplicate entries from a sorted list.
|
IntList |
IntList.sort()
Sorts the data.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.