public class MemoryMapIterator extends AbstractMapIterator
blockIterator, map, useChunks
Constructor and Description |
---|
MemoryMapIterator(AbstractMap map,
int startingZ) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
boolean |
hasNextChunk()
Reached end of y row?
|
CoreData |
next()
Loops over the complete map.
|
getStartingZ, getTopLimitZ, remove, setStartingZ, setTopLimitZ
public MemoryMapIterator(AbstractMap map, int startingZ)
map
- startingZ
- public CoreData next() throws java.util.NoSuchElementException
java.util.NoSuchElementException
public boolean hasNextChunk()
hasNextChunk
in class AbstractMapIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator<CoreData>
hasNext
in class AbstractMapIterator