Class Entry<K,​V>


  • public class Entry<K,​V>
    extends Object
    An Entry POJO to support maps
    Author:
    Phillip Kruger (phillip.kruger@redhat.com)
    • Constructor Detail

      • Entry

        public Entry()
      • Entry

        public Entry​(K key,
                     V value)
    • Method Detail

      • getKey

        public K getKey()
      • setKey

        public void setKey​(K key)
      • getValue

        public V getValue()
      • setValue

        public void setValue​(V value)