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
|
spliterator
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
public NodeSet(TxwOptions opts, Leaf entry)
public <T extends WriterNode> Collection<T> subset(Class<T> t)
public void write(TxwOptions opts)
Copyright © 2019 Oracle Corporation. All rights reserved.