Package manifold.tuple.rt.internal
Class GeneratedTuple
- java.lang.Object
-
- manifold.tuple.rt.internal.GeneratedTuple
-
- All Implemented Interfaces:
Serializable,Iterable<TupleItem>,Tuple
public abstract class GeneratedTuple extends Object implements Tuple, Serializable
The super type for tuple classes generated from tuple expressions. It is not designed for general use.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratedTuple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Iterator<TupleItem>iterator()The tuple's name/value pairs, natural order.List<?>orderedValues()The tuple's values, natural order.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface manifold.tuple.rt.api.Tuple
copy, orderedLabels, toMap
-
-
-
-
Method Detail
-
orderedValues
public List<?> orderedValues()
Description copied from interface:TupleThe tuple's values, natural order.- Specified by:
orderedValuesin interfaceTuple
-
-