org.apache.uima.internal.util.rb_trees
Class RBTKeyValuePair

java.lang.Object
  extended by org.apache.uima.internal.util.rb_trees.RBTKeyValuePair

public class RBTKeyValuePair
extends java.lang.Object

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 $

Method Summary
 int getKey()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public int getKey()

getValue

public java.lang.Object getValue()


Copyright © 2013. All Rights Reserved.