public final class NodeSet extends HashSet<Node>
java.util.Set of the simplified versions of Node instances.NodeSimplifier,
Serialized Form| Constructor and Description |
|---|
NodeSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Node n)
Adds the simplified version of the specified
Node to this set if it is not already present. |
clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic boolean add(Node n)
Node to this set if it is not already present.add in interface Collection<Node>add in interface Set<Node>add in class HashSet<Node>n - element that a simplified version of will be added to this settrue if this set did not already contain a simplified version of the specified NodeNodeSimplifierOakGP Genetic Programming Framework