Class TypeValueTuple
- java.lang.Object
-
- uk.gov.gchq.gaffer.data.element.function.TypeValueTuple
-
-
Constructor Summary
Constructors Constructor Description TypeValueTuple()TypeValueTuple(TypeValue tv)
-
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
-
-
-
-
Constructor Detail
-
TypeValueTuple
public TypeValueTuple()
-
TypeValueTuple
public TypeValueTuple(TypeValue tv)
-
-