Package org.apache.hadoop.hbase.util
Interface AvlUtil.AvlKeyComparator<TNode extends AvlUtil.AvlNode>
- Enclosing class:
- AvlUtil
The AvlTree allows to lookup an object using a custom key. e.g. the java Map allows only to
lookup by key using the Comparator specified in the constructor. In this case you can pass a
specific comparator for every needs.
-
Method Summary
-
Method Details
-
compareKey
-