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
Fields inherited from class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
avlHeight, avlLeft, avlRight
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(TestAvlUtil.TestAvlNode other) int
getKey()
toString()
-
Field Details
-
key
-
-
Constructor Details
-
TestAvlNode
-
-
Method Details
-
getKey
-
compareTo
- Specified by:
compareTo
in classorg.apache.hadoop.hbase.util.AvlUtil.AvlNode<TestAvlUtil.TestAvlNode>
-
toString
-