Constructor | Description |
---|---|
NodesSet() |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
add(BSPTree<S> node) |
Add a node if not already known.
|
void |
addAll(Iterable<BSPTree<S>> iterator) |
Add nodes if they are not already known.
|
Iterator<BSPTree<S>> |
iterator() |
forEach, spliterator
Copyright © 2016–2018 Hipparchus.org. All rights reserved.