public class TestDataSetIterator extends Objectimplements OsmIterator
| Constructor and Description |
|---|
TestDataSetIterator(TestDataSet
|
| Modifier and Type | Method and Description |
|---|---|
OsmBounds |
getBounds()
|
boolean |
hasBounds()
|
boolean |
hasNext()
|
Iterator |
iterator()
|
EntityContainer |
next()
|
void |
remove()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic TestDataSetIterator(TestDataSetdata)
public Iterator<EntityContainer > iterator()
public boolean hasBounds()
public OsmBoundsgetBounds()
public boolean hasNext()
public EntityContainernext()
public void remove()