Package io.smallrye.graphql.api
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 ([email protected])
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
void
setKey(K key)
void
setValue(V value)
-