Serializable
, Cloneable
, Iterable<WriterNode>
, Collection<WriterNode>
, Set<WriterNode>
public class NodeSet extends LinkedHashSet<WriterNode>
Constructor | Description |
---|---|
NodeSet(TxwOptions opts,
Leaf entry) |
Modifier and Type | Method | Description |
---|---|---|
<T extends WriterNode> |
subset(Class<T> t) |
|
void |
write(TxwOptions opts) |
Generate code
|
addAll, containsAll, retainAll, toArray, toArray, toString
equals, hashCode, removeAll
parallelStream, removeIf, stream
add, clear, clone, contains, isEmpty, iterator, remove, size
spliterator
public NodeSet(TxwOptions opts, Leaf entry)
public <T extends WriterNode> Collection<T> subset(Class<T> t)
public void write(TxwOptions opts)
Copyright © 2018 Oracle Corporation. All rights reserved.