public interface SetEnumeration
NOTE: if you cahnge the represented set, the operation of SetEnumeration will be undefined
| Modifier and Type | Method and Description |
|---|---|
void |
free()
free the memory allocated by the iterator (which can be small or huge depending on the implementation).
|
boolean |
hasMoreElements()
has the iterator more elements to show us?
|
int[] |
nextElement()
what is the next element?
|
void free()
NOTE: you can/need not to call this function after theUniverse has been freed!
Universeboolean hasMoreElements()
int[] nextElement()
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.