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 boolean
hasNext()
static <T> Iterator<T>
instance()
Returns the singleton instance thisEmptyIterator
.Object
next()
void
remove()
String
toString()
-
Methods inherited from class java.lang.Object
equals, 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
-
-