Package org.apache.hadoop.hbase.util
Class TestAvlUtil.TestAvlNode
java.lang.Object
org.apache.hadoop.hbase.util.AvlUtil.AvlNode<TestAvlUtil.TestAvlNode>
org.apache.hadoop.hbase.util.TestAvlUtil.TestAvlNode
- Enclosing class:
- TestAvlUtil
private static class TestAvlUtil.TestAvlNode
extends org.apache.hadoop.hbase.util.AvlUtil.AvlNode<TestAvlUtil.TestAvlNode>
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
avlHeight, avlLeft, avlRight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(TestAvlUtil.TestAvlNode other) intgetKey()toString()
-
Field Details
-
key
-
-
Constructor Details
-
TestAvlNode
-
-
Method Details
-
getKey
-
compareTo
- Specified by:
compareToin classorg.apache.hadoop.hbase.util.AvlUtil.AvlNode<TestAvlUtil.TestAvlNode>
-
toString
-