Public Member Functions | |
| DescendantIterator (int anc) | |
| boolean | hasNext () |
| Object | next () |
| void | remove () |
Protected Member Functions | |
| void | moveToNext () |
Package Attributes | |
| BitSet | descs |
| int | nextDesc = -1 |
Definition at line 232 of file GraphMatrix.java.
| utils.GraphMatrix.DescendantIterator.DescendantIterator | ( | int | anc | ) | [inline] |
Definition at line 239 of file GraphMatrix.java.
| boolean utils.GraphMatrix.DescendantIterator.hasNext | ( | ) | [inline] |
Definition at line 257 of file GraphMatrix.java.
| void utils.GraphMatrix.DescendantIterator.moveToNext | ( | ) | [inline, protected] |
Definition at line 252 of file GraphMatrix.java.
| Object utils.GraphMatrix.DescendantIterator.next | ( | ) | [inline] |
Definition at line 244 of file GraphMatrix.java.
| void utils.GraphMatrix.DescendantIterator.remove | ( | ) | [inline] |
Definition at line 261 of file GraphMatrix.java.
BitSet utils.GraphMatrix.DescendantIterator.descs [package] |
Definition at line 234 of file GraphMatrix.java.
int utils.GraphMatrix.DescendantIterator.nextDesc = -1 [package] |
Definition at line 236 of file GraphMatrix.java.