protected class CompoundVecBuffer.LocationIterable extends Object implements CompoundVecBuffer.SubBufferIterable<LatLon>
Modifier | Constructor and Description |
---|---|
protected |
LocationIterable() |
Modifier and Type | Method and Description |
---|---|
Iterator<LatLon> |
iterator(int index) |
Iterator<LatLon> |
reverseIterator(int index) |
public Iterator<LatLon> iterator(int index)
iterator
in interface CompoundVecBuffer.SubBufferIterable<LatLon>
public Iterator<LatLon> reverseIterator(int index)
reverseIterator
in interface CompoundVecBuffer.SubBufferIterable<LatLon>