T - the element typepublic class EmptyIterator<T> extends ReadOnlyIterator<T>
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
removepublic boolean hasNext()
public T next()
Copyright © 2012. All Rights Reserved.