
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(K key) |
long |
size() |
Copyright © 2009–2025 OrientDB. All rights reserved.