Uses of Interface
org.eclipse.collections.api.iterator.DoubleIterator
-
Packages that use DoubleIterator 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 DoubleIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return DoubleIterator Modifier and Type Method Description DoubleIteratorDoubleIterable. doubleIterator()Returns a primitive iterator that can be used to iterate over the DoubleIterable in an imperative style. -
Uses of DoubleIterator in org.eclipse.collections.api.iterator
Subinterfaces of DoubleIterator in org.eclipse.collections.api.iterator Modifier and Type Interface Description interfaceMutableDoubleIteratorThis file was automatically generated from template file mutablePrimitiveIterator.stg.
-