public interface Tuple extends Iterable<TupleItem>
GeneratedTuple
Modifier and Type | Method and Description |
---|---|
default Tuple |
copy() |
Iterator<TupleItem> |
iterator()
The tuple's name/value pairs, natural order.
|
List<String> |
orderedLabels()
The tuple's labels, natural order.
|
List<?> |
orderedValues()
The tuple's values, natural order.
|
default Map<String,Object> |
toMap(boolean recursive)
Make a map reflecting the name/value pairs of this tuple.
|
forEach, spliterator
List<?> orderedValues()
default Map<String,Object> toMap(boolean recursive)
recursive
- If true, recursively calls this method for values that are tuples.default Tuple copy()
Copyright © 2024. All rights reserved.