Class EmptyIterator<T>

java.lang.Object
com.saperion.common.lang.iterator.EmptyIterator<T>
Type Parameters:
T - formal type of objects to iterate
All Implemented Interfaces:
Iterator<T>

public final class EmptyIterator<T> extends Object implements Iterator<T>

An empty Iterator that iterates through no elements.

Use getInstance() to get an instance.

This instance can be used in several threads concurrently.

Author:
agz