- Type Parameters:
S
- Type of the space.
- All Implemented Interfaces:
Iterable<BSPTree<S>>
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
void
Add a node if not already known.
void
Add nodes if they are not already known.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NodesSet
public NodesSet()
Simple constructor.
-
Method Details
-
add
Add a node if not already known.
- Parameters:
node
- node to add
-
addAll
Add nodes if they are not already known.
- Parameters:
iterator
- nodes iterator
-