Class Entry<K,V>

java.lang.Object
io.smallrye.graphql.api.Entry<K,V>

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

    • Entry

      public Entry()
    • Entry

      public Entry(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • setKey

      public void setKey(K key)
    • getValue

      public V getValue()
    • setValue

      public void setValue(V value)