Uses of Class
org.restlet.ext.jaxrs.internal.util.EmptyIterator
-
Packages that use EmptyIterator Package Description org.restlet.ext.jaxrs.internal.util -
-
Uses of EmptyIterator in org.restlet.ext.jaxrs.internal.util
Fields in org.restlet.ext.jaxrs.internal.util declared as EmptyIterator Modifier and Type Field Description static EmptyIterator<?>EmptyIterator. INSTANCEDeprecated.Iterator without any element.Methods in org.restlet.ext.jaxrs.internal.util that return EmptyIterator Modifier and Type Method Description static <A> EmptyIterator<A>EmptyIterator. get()Deprecated.returns an Iterator with no elements.
-