Class RBTKeyValuePair


  • public class RBTKeyValuePair
    extends 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 $
    • Method Detail

      • getKey

        public int getKey()
      • getValue

        public Object getValue()