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