public abstract class GeneratedTuple extends Object implements Tuple, Serializable
Constructor and Description |
---|
GeneratedTuple() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<TupleItem> |
iterator()
The tuple's name/value pairs, natural order.
|
List<?> |
orderedValues()
The tuple's values, natural order.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy, orderedLabels, toMap
forEach, spliterator
public List<?> orderedValues()
Tuple
orderedValues
in interface Tuple
Copyright © 2024. All rights reserved.