Class EmptyIterator
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()static <T> Iterator<T>instance()Returns the singleton instance thisEmptyIterator.Objectnext()voidremove()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
instance
public static <T> Iterator<T> instance()
Returns the singleton instance thisEmptyIterator.- Returns:
- The singleton instance this
EmptyIterator
-
-