public class NodeSet extends LinkedHashSet<WriterNode>
| Constructor and Description |
|---|
NodeSet(TxwOptions opts,
Leaf entry) |
| Modifier and Type | Method and Description |
|---|---|
<T extends WriterNode> |
subset(Class<T> t) |
void |
write(TxwOptions opts)
Generate code
|
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic NodeSet(TxwOptions opts, Leaf entry)
public <T extends WriterNode> Collection<T> subset(Class<T> t)
public void write(TxwOptions opts)
Copyright © 2017 Oracle Corporation. All rights reserved.