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