Class KeyValue<E,​K>


  • public class KeyValue<E,​K>
    extends java.lang.Object
    Version:
    $Revision: 1397151 $ $Date: 2012-10-11 18:33:39 +0200 (Thu, 11 Oct 2012) $
    Author:
    $Author: giger $
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValue​(E key, K value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      E getKey()  
      K getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyValue

        public KeyValue​(E key,
                        K value)
    • Method Detail

      • getKey

        public E getKey()
      • getValue

        public K getValue()