java.lang.Object
dev.civl.abc.util.IF.SingletonIterator<E>
- Type Parameters:
E- type of the element
- All Implemented Interfaces:
Iterator<E>
Simple implementation of Iterator for iterating over a sequence consisting of
a single element.
E - type of the elementIterator<E>