Uses of Interface
org.eclipse.collections.api.iterator.LongIterator
-
Packages that use LongIterator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.iterator This package contains primitive iterator API. -
-
Uses of LongIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LongIterator Modifier and Type Method Description LongIteratorLongIterable. longIterator()Returns a primitive iterator that can be used to iterate over the LongIterable in an imperative style. -
Uses of LongIterator in org.eclipse.collections.api.iterator
Subinterfaces of LongIterator in org.eclipse.collections.api.iterator Modifier and Type Interface Description interfaceMutableLongIteratorThis file was automatically generated from template file mutablePrimitiveIterator.stg.
-