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>
Implementation of an empty enumerator.
- Author:
- Philip Helger
-
Constructor Details
-
EmptyIterator
public EmptyIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ELEMENTTYPE>
-
next
- Specified by:
nextin interfaceIterator<ELEMENTTYPE>
-
equals
-
hashCode
public int hashCode() -
toString
-