Class RBTKeyValuePair
java.lang.Object
org.apache.uima.internal.util.rb_trees.RBTKeyValuePair
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 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
private int key -
value
-
-
Constructor Details
-
RBTKeyValuePair
RBTKeyValuePair(int key, Object value)
-
-
Method Details
-
getKey
public int getKey() -
getValue
-