public static interface Node.Builder<T> extends Sink<T>
Node
that implements Sink
, which
builds a flat node containing the elements that have been pushed to it.Modifier and Type | Interface and Description |
---|---|
static interface |
Node.Builder.OfDouble
Specialized @{code Node.Builder} for double elements
|
static interface |
Node.Builder.OfInt
Specialized @{code Node.Builder} for int elements
|
static interface |
Node.Builder.OfLong
Specialized @{code Node.Builder} for long elements
|
Sink.ChainedDouble<E_OUT>, Sink.ChainedInt<E_OUT>, Sink.ChainedLong<E_OUT>, Sink.ChainedReference<T,E_OUT>
Modifier and Type | Method and Description |
---|---|
Node<T> |
build()
Builds the node.
|
Node<T> build()
Sink.end()
.Node