T - the type of the elements over which the iteration is being performed@Immutable public final class EmptyIterator<T> extends Object implements Iterator<T>
Iterator implementation that has no elements. Note that the objects are immutable, and therefore may be
shared and reused.| Constructor and Description |
|---|
EmptyIterator() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.