
public class SingleItemIterator<T> extends ReadOnlyIterator<T>
| Constructor and Description |
|---|
SingleItemIterator(T item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
removeiteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic SingleItemIterator(T item)
Copyright © 2017. All rights reserved.