public class topdownBlockIterator extends BlockIterator
| Constructor and Description |
|---|
topdownBlockIterator(Block b) |
topdownBlockIterator(BlockList body) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
end() |
void |
init() |
void |
init(Block b) |
void |
init(BlockList body) |
void |
next() |
int |
size() |
getBlock, getContainer, setAside, setAside, setBlockpublic topdownBlockIterator(Block b)
public topdownBlockIterator(BlockList body)
public void init()
init in class BlockIteratorpublic void init(Block b)
init in class BlockIteratorpublic void init(BlockList body)
init in class BlockIteratorpublic void next()
next in class BlockIteratorpublic boolean end()
end in class BlockIteratorpublic int size()
size in class BlockIterator