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