Uses of Interface
org.eclipse.collections.api.iterator.LongIterator
Packages that use LongIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LongIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LongIteratorModifier and TypeMethodDescriptionLongIterable.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.iteratorModifier and TypeInterfaceDescriptioninterface
This 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 LongIteratorModifier and TypeMethodDescriptionImmutableLongEmptyBag.longIterator()
ImmutableLongHashBag.longIterator()
ImmutableLongSingletonBag.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement LongIterator -
Uses of LongIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement LongIteratorModifier and TypeClassDescriptionfinal class
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final class
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableLongIterator is a wrapper around LongIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as LongIteratorModifier and TypeFieldDescriptionprivate final LongIterator
UnmodifiableLongIterator.longIterator
Constructors in org.eclipse.collections.impl.iterator with parameters of type LongIterator -
Uses of LongIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LongIteratorModifier and TypeClassDescriptionprivate class
private static final class
static class
Fields in org.eclipse.collections.impl.lazy.primitive declared as LongIteratorModifier and TypeFieldDescriptionprivate final LongIterator
ChunkLongIterable.ChunkLongIterator.iterator
private final LongIterator
FlatCollectLongToObjectIterable.FlatCollectLongIterator.iterator
private final LongIterator
SelectLongIterable.SelectLongIterator.iterator
private final LongIterator
TapLongIterable.TapLongIterator.iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return LongIteratorModifier and TypeMethodDescriptionCollectBooleanToLongIterable.longIterator()
CollectByteToLongIterable.longIterator()
CollectCharToLongIterable.longIterator()
CollectDoubleToLongIterable.longIterator()
CollectFloatToLongIterable.longIterator()
CollectIntToLongIterable.longIterator()
CollectLongIterable.longIterator()
CollectLongToLongIterable.longIterator()
CollectShortToLongIterable.longIterator()
LazyLongIterableAdapter.longIterator()
ReverseLongIterable.longIterator()
SelectLongIterable.longIterator()
TapLongIterable.longIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongIteratorModifierConstructorDescriptionFlatCollectLongIterator
(LongIterator newIterator, LongToObjectFunction<? extends Iterable<V>> newFunction) private
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 LongIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return LongIteratorModifier and TypeMethodDescriptionImmutableLongArrayList.longIterator()
ImmutableLongEmptyList.longIterator()
ImmutableLongSingletonList.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement LongIterator -
Uses of LongIterator in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement LongIteratorMethods in org.eclipse.collections.impl.list.primitive that return LongIterator -
Uses of LongIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LongIteratorModifier and TypeMethodDescriptionImmutableByteLongEmptyMap.longIterator()
ImmutableByteLongHashMap.longIterator()
ImmutableByteLongSingletonMap.longIterator()
ImmutableCharLongEmptyMap.longIterator()
ImmutableCharLongHashMap.longIterator()
ImmutableCharLongSingletonMap.longIterator()
ImmutableDoubleLongEmptyMap.longIterator()
ImmutableDoubleLongHashMap.longIterator()
ImmutableDoubleLongSingletonMap.longIterator()
ImmutableFloatLongEmptyMap.longIterator()
ImmutableFloatLongHashMap.longIterator()
ImmutableFloatLongSingletonMap.longIterator()
ImmutableIntLongEmptyMap.longIterator()
ImmutableIntLongHashMap.longIterator()
ImmutableIntLongSingletonMap.longIterator()
ImmutableLongLongEmptyMap.longIterator()
ImmutableLongLongHashMap.longIterator()
ImmutableLongLongSingletonMap.longIterator()
ImmutableObjectLongEmptyMap.longIterator()
ImmutableObjectLongHashMap.longIterator()
ImmutableObjectLongSingletonMap.longIterator()
ImmutableShortLongEmptyMap.longIterator()
ImmutableShortLongHashMap.longIterator()
ImmutableShortLongSingletonMap.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongIteratorModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongIteratorModifier and TypeMethodDescriptionImmutableLongLongMapKeySet.longIterator()
ImmutableLongMapKeySet.longIterator()
LongBooleanHashMap.KeysView.longIterator()
LongByteHashMap.KeysView.longIterator()
LongCharHashMap.KeysView.longIterator()
LongDoubleHashMap.KeysView.longIterator()
LongFloatHashMap.KeysView.longIterator()
LongIntHashMap.KeysView.longIterator()
LongLongHashMap.KeysView.longIterator()
LongObjectHashMap.KeysView.longIterator()
LongShortHashMap.KeysView.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LongIteratorModifier and TypeMethodDescriptionSynchronizedLongIterable.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 LongIteratorModifier and TypeMethodDescriptionImmutableLongEmptySet.longIterator()
ImmutableLongSingletonSet.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement LongIteratorModifier and TypeClassDescriptionprivate class
private class
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LongIterator -
Uses of LongIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LongIteratorModifier and TypeMethodDescriptionImmutableLongEmptyStack.longIterator()
ImmutableLongSingletonStack.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LongIteratorModifier and TypeMethodDescriptionSynchronizedLongStack.longIterator()
Must be called in a synchronized block.UnmodifiableLongStack.longIterator()
-
Uses of LongIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return 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 LongIteratorModifier and TypeMethodDescriptionstatic boolean
LongIteratorIterate.allSatisfy
(LongIterator iterator, LongPredicate predicate) static boolean
LongIteratorIterate.anySatisfy
(LongIterator iterator, LongPredicate predicate) static <V,
R extends Collection<V>>
RLongIteratorIterate.collect
(LongIterator iterator, LongToObjectFunction<? extends V> function, R targetCollection) static int
LongIteratorIterate.count
(LongIterator iterator, LongPredicate predicate) static long
LongIteratorIterate.detectIfNone
(LongIterator iterator, LongPredicate predicate, long ifNone) static void
LongIteratorIterate.forEach
(LongIterator iterator, LongProcedure procedure) static <T> T
LongIteratorIterate.injectInto
(LongIterator iterator, T injectedValue, ObjectLongToObjectFunction<? super T, ? extends T> function) static long
LongIteratorIterate.max
(LongIterator iterator) static long
LongIteratorIterate.min
(LongIterator iterator) static boolean
LongIteratorIterate.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 long
LongIteratorIterate.sum
(LongIterator iterator)