
public static final class OSBTreeBonsaiBucket.SBTreeEntry<K,V> extends Object implements Map.Entry<K,V>, Comparable<OSBTreeBonsaiBucket.SBTreeEntry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
K |
key |
OBonsaiBucketPointer |
leftChild |
OBonsaiBucketPointer |
rightChild |
V |
value |
| Constructor and Description |
|---|
SBTreeEntry(OBonsaiBucketPointer leftChild,
OBonsaiBucketPointer rightChild,
K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OSBTreeBonsaiBucket.SBTreeEntry<K,V> other) |
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic final OBonsaiBucketPointer leftChild
public final OBonsaiBucketPointer rightChild
public final K key
public final V value
public SBTreeEntry(OBonsaiBucketPointer leftChild, OBonsaiBucketPointer rightChild, K key, V value)
public boolean equals(Object o)
public int hashCode()
public int compareTo(OSBTreeBonsaiBucket.SBTreeEntry<K,V> other)
compareTo in interface Comparable<OSBTreeBonsaiBucket.SBTreeEntry<K,V>>Copyright © 2009–2025 OrientDB. All rights reserved.