| Constructor and Description |
|---|
RelatedIterator(OptNode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Determines if there are any more related nodes to return.
|
Object |
next()
Returns the next related node.
|
void |
remove()
Not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RelatedIterator(OptNode node)
public void remove()
remove in interface IteratorUnsupportedOperationExceptionpublic boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()Copyright © 1996–2019 Geotools. All rights reserved.