public class RegionIterator extends Object implements Iterator<BlockVector>
| Constructor and Description |
|---|
RegionIterator(Region region) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BlockVector |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RegionIterator(Region region)
public boolean hasNext()
hasNext in interface Iterator<BlockVector>public BlockVector next()
next in interface Iterator<BlockVector>public void remove()
remove in interface Iterator<BlockVector>Copyright © 2010-2014. All Rights Reserved.