Class Entry<K,​V>


  • public class Entry<K,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V getKey()  
      void setKey​(V key)  
      • Methods inherited from class java.lang.Object

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

      • Entry

        public Entry()
    • Method Detail

      • getKey

        public V getKey()
      • setKey

        public void setKey​(V key)