Uses of Interface
org.eclipse.collections.api.iterator.MutableLongIterator
-
Packages that use MutableLongIterator Package Description org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.iterator org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list 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.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of MutableLongIterator in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
MutableLongCollection. longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
MutableLongValuesMap. longIterator()
MutableLongIterator
MutableObjectLongMap. longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableLongIterator Modifier and Type Class Description private class
LongHashBag.InternalIterator
Fields in org.eclipse.collections.impl.bag.mutable.primitive declared as MutableLongIterator Modifier and Type Field Description private MutableLongIterator
LongHashBag.InternalIterator. longIterator
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
LongHashBag. longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
AbstractSynchronizedLongCollection. longIterator()
Must be called in a synchronized block.MutableLongIterator
AbstractUnmodifiableLongCollection. longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement MutableLongIterator Modifier and Type Class Description class
UnmodifiableLongIterator
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
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableLongIterator Modifier and Type Class Description private class
LongArrayList.InternalLongIterator
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
LongArrayList. longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
ByteLongHashMap. longIterator()
MutableLongIterator
ByteLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
CharLongHashMap. longIterator()
MutableLongIterator
CharLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
DoubleLongHashMap. longIterator()
MutableLongIterator
DoubleLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
FloatLongHashMap. longIterator()
MutableLongIterator
FloatLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
IntLongHashMap. longIterator()
MutableLongIterator
IntLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
LongBooleanHashMap.KeySet. longIterator()
MutableLongIterator
LongByteHashMap.KeySet. longIterator()
MutableLongIterator
LongCharHashMap.KeySet. longIterator()
MutableLongIterator
LongDoubleHashMap.KeySet. longIterator()
MutableLongIterator
LongFloatHashMap.KeySet. longIterator()
MutableLongIterator
LongIntHashMap.KeySet. longIterator()
MutableLongIterator
LongLongHashMap.KeySet. longIterator()
MutableLongIterator
LongLongHashMap. longIterator()
MutableLongIterator
LongLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
LongObjectHashMap.KeySet. longIterator()
MutableLongIterator
LongShortHashMap.KeySet. longIterator()
MutableLongIterator
ObjectLongHashMap. longIterator()
MutableLongIterator
ObjectLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
ObjectLongHashMapWithHashingStrategy. longIterator()
MutableLongIterator
ObjectLongHashMapWithHashingStrategy.ValuesCollection. longIterator()
MutableLongIterator
ShortLongHashMap. longIterator()
MutableLongIterator
ShortLongHashMap.ValuesCollection. longIterator()
MutableLongIterator
SynchronizedByteLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
SynchronizedCharLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
SynchronizedDoubleLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
SynchronizedFloatLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
SynchronizedIntLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
SynchronizedLongLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
SynchronizedObjectLongMap. longIterator()
Must be called in a synchronized block.MutableLongIterator
SynchronizedShortLongMap. longIterator()
This must be manually synchronized by the developer.MutableLongIterator
UnmodifiableByteLongMap. longIterator()
MutableLongIterator
UnmodifiableCharLongMap. longIterator()
MutableLongIterator
UnmodifiableDoubleLongMap. longIterator()
MutableLongIterator
UnmodifiableFloatLongMap. longIterator()
MutableLongIterator
UnmodifiableIntLongMap. longIterator()
MutableLongIterator
UnmodifiableLongLongMap. longIterator()
MutableLongIterator
UnmodifiableObjectLongMap. longIterator()
MutableLongIterator
UnmodifiableShortLongMap. longIterator()
-
Uses of MutableLongIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableLongIterator Modifier and Type Class Description private class
LongHashSet.InternalLongIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIterator
LongHashSet. longIterator()
-