Class SingleIterator<E>
java.lang.Object
me.deecaad.core.mechanics.targeters.SingleIterator<E>
- Type Parameters:
E- the type of elements in the iterator
- All Implemented Interfaces:
Iterator<E>
An iterator that has a single element.
E - the type of elements in the iteratorIterator<E>