Uses of Interface
org.eclipse.collections.api.iterator.MutableLongIterator
Package
Description
This package contains mutable and immutable primitive collection API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of MutableLongIterator in org.eclipse.collections.api.collection.primitive
-
Uses of MutableLongIterator in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionMutableLongValuesMap.longIterator()
MutableObjectLongMap.longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.bag.mutable.primitive
-
Uses of MutableLongIterator in org.eclipse.collections.impl.collection.mutable.primitive
Modifier and TypeMethodDescriptionAbstractSynchronizedLongCollection.longIterator()
Must be called in a synchronized block.AbstractUnmodifiableLongCollection.longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.iterator
Modifier and TypeClassDescriptionclass
UnmodifiableLongIterator is a wrapper around LongIterator which is unmodifiable and doesn't support remove. -
Uses of MutableLongIterator in org.eclipse.collections.impl.list.mutable.primitive
-
Uses of MutableLongIterator in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionByteLongHashMap.longIterator()
CharLongHashMap.longIterator()
DoubleLongHashMap.longIterator()
FloatLongHashMap.longIterator()
IntLongHashMap.longIterator()
LongLongHashMap.longIterator()
ObjectLongHashMap.longIterator()
ObjectLongHashMapWithHashingStrategy.longIterator()
ShortLongHashMap.longIterator()
SynchronizedByteLongMap.longIterator()
This must be manually synchronized by the developer.SynchronizedCharLongMap.longIterator()
This must be manually synchronized by the developer.SynchronizedDoubleLongMap.longIterator()
This must be manually synchronized by the developer.SynchronizedFloatLongMap.longIterator()
This must be manually synchronized by the developer.SynchronizedIntLongMap.longIterator()
This must be manually synchronized by the developer.SynchronizedLongLongMap.longIterator()
This must be manually synchronized by the developer.SynchronizedObjectLongMap.longIterator()
Must be called in a synchronized block.SynchronizedShortLongMap.longIterator()
This must be manually synchronized by the developer.UnmodifiableByteLongMap.longIterator()
UnmodifiableCharLongMap.longIterator()
UnmodifiableDoubleLongMap.longIterator()
UnmodifiableFloatLongMap.longIterator()
UnmodifiableIntLongMap.longIterator()
UnmodifiableLongLongMap.longIterator()
UnmodifiableObjectLongMap.longIterator()
UnmodifiableShortLongMap.longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.set.mutable.primitive