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, waitcopy, orderedLabels, toMapforEach, spliteratorpublic List<?> orderedValues()
TupleorderedValues in interface TupleCopyright © 2024. All rights reserved.