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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.iterator org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive -
-
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. -
Uses of LongIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorImmutableLongEmptyBag. longIterator()LongIteratorImmutableLongHashBag. longIterator()LongIteratorImmutableLongSingletonBag. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement LongIterator Modifier and Type Class Description private classLongHashBag.InternalIterator -
Uses of LongIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement LongIterator Modifier and Type Class Description classImmutableEmptyLongIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonLongIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableLongIteratorUnmodifiableLongIterator is a wrapper around LongIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as LongIterator Modifier and Type Field Description private LongIteratorUnmodifiableLongIterator. longIteratorConstructors in org.eclipse.collections.impl.iterator with parameters of type LongIterator Constructor Description UnmodifiableLongIterator(LongIterator longIterator) -
Uses of LongIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LongIterator Modifier and Type Class Description private classReverseLongIterable.ReverseLongIteratorprivate static classSelectLongIterable.SelectLongIteratorstatic classTapLongIterable.TapLongIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as LongIterator Modifier and Type Field Description private LongIteratorChunkLongIterable.ChunkLongIterator. iteratorprivate LongIteratorFlatCollectLongToObjectIterable.FlatCollectLongIterator. iteratorprivate LongIteratorSelectLongIterable.SelectLongIterator. iteratorprivate LongIteratorTapLongIterable.TapLongIterator. iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return LongIterator Modifier and Type Method Description LongIteratorCollectBooleanToLongIterable. longIterator()LongIteratorCollectByteToLongIterable. longIterator()LongIteratorCollectCharToLongIterable. longIterator()LongIteratorCollectDoubleToLongIterable. longIterator()LongIteratorCollectFloatToLongIterable. longIterator()LongIteratorCollectIntToLongIterable. longIterator()LongIteratorCollectLongIterable. longIterator()LongIteratorCollectLongToLongIterable. longIterator()LongIteratorCollectShortToLongIterable. longIterator()LongIteratorLazyLongIterableAdapter. longIterator()LongIteratorReverseLongIterable. longIterator()LongIteratorSelectLongIterable. longIterator()LongIteratorTapLongIterable. longIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongIterator Constructor Description FlatCollectLongIterator(LongIterator newIterator, LongToObjectFunction<? extends java.lang.Iterable<V>> newFunction)SelectLongIterator(LongIterator iterator, LongPredicate predicate)TapLongIterator(LongIterator iterator, LongProcedure procedure) -
Uses of LongIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement LongIterator Modifier and Type Class Description private classImmutableLongArrayList.InternalLongIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorImmutableLongArrayList. longIterator()LongIteratorImmutableLongEmptyList. longIterator()LongIteratorImmutableLongSingletonList. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement LongIterator Modifier and Type Class Description private classLongArrayList.InternalLongIterator -
Uses of LongIterator in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement LongIterator Modifier and Type Class Description private classLongInterval.LongIntervalIteratorMethods in org.eclipse.collections.impl.list.primitive that return LongIterator Modifier and Type Method Description LongIteratorLongInterval. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorImmutableByteLongEmptyMap. longIterator()LongIteratorImmutableByteLongHashMap. longIterator()LongIteratorImmutableByteLongSingletonMap. longIterator()LongIteratorImmutableCharLongEmptyMap. longIterator()LongIteratorImmutableCharLongHashMap. longIterator()LongIteratorImmutableCharLongSingletonMap. longIterator()LongIteratorImmutableDoubleLongEmptyMap. longIterator()LongIteratorImmutableDoubleLongHashMap. longIterator()LongIteratorImmutableDoubleLongSingletonMap. longIterator()LongIteratorImmutableFloatLongEmptyMap. longIterator()LongIteratorImmutableFloatLongHashMap. longIterator()LongIteratorImmutableFloatLongSingletonMap. longIterator()LongIteratorImmutableIntLongEmptyMap. longIterator()LongIteratorImmutableIntLongHashMap. longIterator()LongIteratorImmutableIntLongSingletonMap. longIterator()LongIteratorImmutableLongLongEmptyMap. longIterator()LongIteratorImmutableLongLongHashMap. longIterator()LongIteratorImmutableLongLongSingletonMap. longIterator()LongIteratorImmutableObjectLongEmptyMap. longIterator()LongIteratorImmutableObjectLongHashMap. longIterator()LongIteratorImmutableObjectLongSingletonMap. longIterator()LongIteratorImmutableShortLongEmptyMap. longIterator()LongIteratorImmutableShortLongHashMap. longIterator()LongIteratorImmutableShortLongSingletonMap. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorImmutableLongLongMapKeySet. longIterator()LongIteratorImmutableLongMapKeySet. longIterator()LongIteratorLongBooleanHashMap.KeysView. longIterator()LongIteratorLongByteHashMap.KeysView. longIterator()LongIteratorLongCharHashMap.KeysView. longIterator()LongIteratorLongDoubleHashMap.KeysView. longIterator()LongIteratorLongFloatHashMap.KeysView. longIterator()LongIteratorLongIntHashMap.KeysView. longIterator()LongIteratorLongLongHashMap.KeysView. longIterator()LongIteratorLongObjectHashMap.KeysView. longIterator()LongIteratorLongShortHashMap.KeysView. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LongIterator Modifier and Type Method Description LongIteratorSynchronizedLongIterable. longIterator()Must be called in a synchronized block. -
Uses of LongIterator in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorImmutableLongEmptySet. longIterator()LongIteratorImmutableLongSingletonSet. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement LongIterator Modifier and Type Class Description private classLongHashSet.ImmutableLongHashSet.InternalLongIteratorprivate classLongHashSet.InternalLongIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorLongHashSet.ImmutableLongHashSet. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorImmutableLongEmptyStack. longIterator()LongIteratorImmutableLongSingletonStack. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LongIterator Modifier and Type Method Description LongIteratorSynchronizedLongStack. longIterator()Must be called in a synchronized block.LongIteratorUnmodifiableLongStack. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LongIterator Modifier and Type Method Description LongIteratorAbstractLongStack. longIterator() -
Uses of LongIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type LongIterator Modifier and Type Method Description static booleanLongIteratorIterate. allSatisfy(LongIterator iterator, LongPredicate predicate)static booleanLongIteratorIterate. anySatisfy(LongIterator iterator, LongPredicate predicate)static <V,R extends java.util.Collection<V>>
RLongIteratorIterate. collect(LongIterator iterator, LongToObjectFunction<? extends V> function, R targetCollection)static intLongIteratorIterate. count(LongIterator iterator, LongPredicate predicate)static longLongIteratorIterate. detectIfNone(LongIterator iterator, LongPredicate predicate, long ifNone)static voidLongIteratorIterate. forEach(LongIterator iterator, LongProcedure procedure)static <T> TLongIteratorIterate. injectInto(LongIterator iterator, T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)static longLongIteratorIterate. max(LongIterator iterator)static longLongIteratorIterate. min(LongIterator iterator)static booleanLongIteratorIterate. noneSatisfy(LongIterator iterator, LongPredicate predicate)static <R extends MutableLongCollection>
RLongIteratorIterate. reject(LongIterator iterator, LongPredicate predicate, R targetCollection)static <R extends MutableLongCollection>
RLongIteratorIterate. select(LongIterator iterator, LongPredicate predicate, R targetCollection)static longLongIteratorIterate. sum(LongIterator iterator)
-