Class TypeSubTypeValueTuple
- java.lang.Object
-
- uk.gov.gchq.gaffer.data.element.function.TypeSubTypeValueTuple
-
-
Constructor Summary
Constructors Constructor Description TypeSubTypeValueTuple()TypeSubTypeValueTuple(TypeSubTypeValue tsv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String key)voidput(String key, Object value)Iterable<Object>values()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
SUBTYPE
public static final String SUBTYPE
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TypeSubTypeValueTuple
public TypeSubTypeValueTuple()
-
TypeSubTypeValueTuple
public TypeSubTypeValueTuple(TypeSubTypeValue tsv)
-
-