Class EmptyIterator<ELEMENTTYPE>

java.lang.Object
com.helger.commons.collection.iterate.EmptyIterator<ELEMENTTYPE>
Type Parameters:
ELEMENTTYPE - The pseudo element type to iterate
All Implemented Interfaces:
Iterator<ELEMENTTYPE>

@Immutable public class EmptyIterator<ELEMENTTYPE> extends Object implements Iterator<ELEMENTTYPE>
Implementation of an empty enumerator.
Author:
Philip Helger