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