private abstract class TypeTree.TypeTreeIterator extends Object implements Iterator
Modifier and Type | Field and Description |
---|---|
protected int |
cursor |
protected Object[] |
typearray |
Modifier | Constructor and Description |
---|---|
private |
TypeTreeIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove()
Unimplemented operations
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected int cursor
protected Object[] typearray
public Object next() throws NoSuchElementException
next
in interface Iterator
NoSuchElementException
public void remove() throws UnsupportedOperationException
remove
in interface Iterator
UnsupportedOperationException
- AlwaysCopyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.