Package ch.njol.util.coll.iterator
Class EmptyIterator<T>
java.lang.Object
ch.njol.util.coll.iterator.EmptyIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Details
-
instance
-
-
Constructor Details
-
EmptyIterator
public EmptyIterator()
-
-
Method Details
-
get
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
equals
-
hashCode
public int hashCode()
-