
public interface OTreeInternal<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
OTreeInternal.AccumulativeListener<K,V> |
static interface |
OTreeInternal.RangeResultListener<K,V> |
| Modifier and Type | Method and Description |
|---|---|
K |
firstKey() |
void |
loadEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder,
OTreeInternal.RangeResultListener<K,V> listener) |
V |
remove(OAtomicOperation atomicOperation,
K key) |
long |
size() |
long size()
void loadEntriesMajor(K key, boolean inclusive, boolean ascSortOrder, OTreeInternal.RangeResultListener<K,V> listener)
K firstKey()
V remove(OAtomicOperation atomicOperation, K key) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.