Class RBTKeyValuePair
- java.lang.Object
-
- org.apache.uima.internal.util.rb_trees.RBTKeyValuePair
-
public class RBTKeyValuePair extends java.lang.Object
Part of map<int, T> RedBlackTree Represents a key-value pair of a red-black tree.- Version:
- $Id: RBTKeyValuePair.java,v 1.1 2001/12/12 18:01:07 goetz Exp $
-
-
Constructor Summary
Constructors Constructor Description RBTKeyValuePair(int key, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getKey()
java.lang.Object
getValue()
-