public class EmptyIterator<E> extends Object implements Iterator<E>
Title: Empty Iterator
Description: Re-usable empty iterator implementation. Cannot be static so that parameterization is handled correctly.
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2019. All rights reserved.