public class SingleObjectIterable.SingleObjectIterator extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
firstCall |
(package private) T |
object |
| Constructor and Description |
|---|
SingleObjectIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingfinal T object
boolean firstCall
Copyright © 2015. All rights reserved.