
public static final class OSBTreeBucket.SBTreeEntry<K,V> extends Object implements Comparable<OSBTreeBucket.SBTreeEntry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
K |
key |
long |
leftChild |
long |
rightChild |
OSBTreeValue<V> |
value |
| Constructor and Description |
|---|
SBTreeEntry(long leftChild,
long rightChild,
K key,
OSBTreeValue<V> value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OSBTreeBucket.SBTreeEntry<K,V> other) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final long leftChild
public final long rightChild
public final K key
public final OSBTreeValue<V> value
public SBTreeEntry(long leftChild,
long rightChild,
K key,
OSBTreeValue<V> value)
public int compareTo(OSBTreeBucket.SBTreeEntry<K,V> other)
compareTo in interface Comparable<OSBTreeBucket.SBTreeEntry<K,V>>Copyright © 2009–2025 OrientDB. All rights reserved.