private static class TestAvlUtil.TestAvlNode extends org.apache.hadoop.hbase.util.AvlUtil.AvlNode<TestAvlUtil.TestAvlNode>
Modifier and Type | Field and Description |
---|---|
private int |
key |
Constructor and Description |
---|
TestAvlNode(int key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestAvlUtil.TestAvlNode other) |
int |
getKey() |
String |
toString() |
private final int key
public TestAvlNode(int key)
public int getKey()
public int compareTo(TestAvlUtil.TestAvlNode other)
compareTo
in class org.apache.hadoop.hbase.util.AvlUtil.AvlNode<TestAvlUtil.TestAvlNode>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.