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, wait
forEachRemaining
public RelatedIterator(OptNode node)
public void remove()
remove
in interface Iterator
UnsupportedOperationException
public boolean hasNext()
hasNext
in interface Iterator
Iterator.hasNext()
public Object next()
next
in interface Iterator
Iterator.next()
Copyright © 1996–2019 Geotools. All rights reserved.