public final class EmptyMutableObjectIterator<E> extends Object implements MutableObjectIterator<E>
Constructor and Description |
---|
EmptyMutableObjectIterator() |
public static <E> MutableObjectIterator<E> get()
E
- The type of the objects (not) returned by the iterator.public E next(E target)
next
in interface MutableObjectIterator<E>
MutableObjectIterator.next(Object)
public E next()
next
in interface MutableObjectIterator<E>
MutableObjectIterator.next()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.