Class CellBTreeMultiValueV2Bucket.NonLeafEntry
java.lang.Object
com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.CellBTreeMultiValueV2Bucket.Entry
com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.CellBTreeMultiValueV2Bucket.NonLeafEntry
- Enclosing class:
CellBTreeMultiValueV2Bucket<K>
public static final class CellBTreeMultiValueV2Bucket.NonLeafEntry
extends CellBTreeMultiValueV2Bucket.Entry
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.CellBTreeMultiValueV2Bucket.Entry
key -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
leftChild
public final int leftChild -
rightChild
public final int rightChild
-
-
Constructor Details
-
NonLeafEntry
public NonLeafEntry(byte[] key, int leftChild, int rightChild)
-