Uses of Class
org.eclipse.collections.impl.EmptyIterator
-
Packages that use EmptyIterator Package Description org.eclipse.collections.impl This package contains implementations for Eclipse Collections API. -
-
Uses of EmptyIterator in org.eclipse.collections.impl
Fields in org.eclipse.collections.impl declared as EmptyIterator Modifier and Type Field Description private static EmptyIterator<?>
EmptyIterator. INSTANCE
Methods in org.eclipse.collections.impl that return EmptyIterator Modifier and Type Method Description static <T> EmptyIterator<T>
EmptyIterator. getInstance()
-