java.lang.Object
io.xpipe.core.data.node.DataStructureNode
io.xpipe.core.data.node.TupleNode
io.xpipe.core.data.node.SimpleTupleNode
- All Implemented Interfaces:
Iterable<DataStructureNode>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.xpipe.core.data.node.TupleNode
TupleNode.BuilderNested classes/interfaces inherited from class io.xpipe.core.data.node.DataStructureNode
DataStructureNode.KeyValue -
Field Summary
Fields inherited from class io.xpipe.core.data.node.DataStructureNode
BOOLEAN_FALSE, BOOLEAN_TRUE, CURRENCY_CODE, DATE_VALUE, DECIMAL_VALUE, INTEGER_VALUE, IS_BINARY, IS_BOOLEAN, IS_CURRENCY, IS_DATE, IS_DECIMAL, IS_INSTANT, IS_INTEGER, IS_NULL, IS_TEXT, KEY_ROW_NAME, KEY_TABLE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.xpipe.core.data.node.TupleNode
builder, equals, hashCode, isTuple, of, of, toStringMethods inherited from class io.xpipe.core.data.node.DataStructureNode
asArray, asInt, asString, asTuple, asValue, clearMetaAttributes, forEach, getMetaAttribute, getMetaAttributes, hasMetaAttribute, isArray, isValue, iterator, metaToString, put, put, remove, remove, spliterator, stream, tag, tag, tag, toString, unsupported
-
Constructor Details
-
SimpleTupleNode
-
-
Method Details
-
set
- Overrides:
setin classDataStructureNode
-
determineDataType
- Specified by:
determineDataTypein classDataStructureNode
-
getName
- Specified by:
getNamein classDataStructureNode
-
isMutable
public boolean isMutable()- Specified by:
isMutablein classDataStructureNode
-
at
- Overrides:
atin classDataStructureNode
-
forKey
- Overrides:
forKeyin classDataStructureNode
-
forKeyIfPresent
- Overrides:
forKeyIfPresentin classDataStructureNode
-
clear
- Overrides:
clearin classDataStructureNode
-
size
public int size()- Overrides:
sizein classDataStructureNode
-
keyNameAt
- Overrides:
keyNameAtin classDataStructureNode
-
getKeyValuePairs
- Overrides:
getKeyValuePairsin classDataStructureNode
-
getKeyNames
- Overrides:
getKeyNamesin classDataStructureNode
-
getNodes
- Overrides:
getNodesin classDataStructureNode
-
mutable
-