Class EmptyIterator<E>
java.lang.Object
me.deecaad.core.mechanics.targeters.EmptyIterator<E>
- Type Parameters:
E- the type of elements in the iterator
- All Implemented Interfaces:
Iterator<E>
An iterator that has no elements.
Do not use this class directly. Instead, use emptyIterator().
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> EmptyIterator<T> Returns an empty iterator.booleanhasNext()next()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove