Class CellBTreeSingleValueEntryV3<K>
java.lang.Object
com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3.CellBTreeSingleValueEntryV3<K>
- All Implemented Interfaces:
Comparable<CellBTreeSingleValueEntryV3<K>>
public final class CellBTreeSingleValueEntryV3<K>
extends Object
implements Comparable<CellBTreeSingleValueEntryV3<K>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCellBTreeSingleValueEntryV3(int leftChild, int rightChild, K key, ORID value) -
Method Summary
-
Field Details
-
leftChild
protected final int leftChild -
rightChild
protected final int rightChild -
key
-
value
-
-
Constructor Details
-
CellBTreeSingleValueEntryV3
-
-
Method Details