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 MutableLongIteratorMutableLongCollection. 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 MutableLongIteratorMutableLongValuesMap. longIterator()MutableLongIteratorMutableObjectLongMap. 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 classLongHashBag.InternalIteratorFields in org.eclipse.collections.impl.bag.mutable.primitive declared as MutableLongIterator Modifier and Type Field Description private MutableLongIteratorLongHashBag.InternalIterator. longIteratorMethods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIteratorLongHashBag. 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 MutableLongIteratorAbstractSynchronizedLongCollection. longIterator()Must be called in a synchronized block.MutableLongIteratorAbstractUnmodifiableLongCollection. 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 classUnmodifiableLongIteratorUnmodifiableLongIterator 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 classLongArrayList.InternalLongIteratorMethods in org.eclipse.collections.impl.list.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIteratorLongArrayList. 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 MutableLongIteratorByteLongHashMap. longIterator()MutableLongIteratorByteLongHashMap.ValuesCollection. longIterator()MutableLongIteratorCharLongHashMap. longIterator()MutableLongIteratorCharLongHashMap.ValuesCollection. longIterator()MutableLongIteratorDoubleLongHashMap. longIterator()MutableLongIteratorDoubleLongHashMap.ValuesCollection. longIterator()MutableLongIteratorFloatLongHashMap. longIterator()MutableLongIteratorFloatLongHashMap.ValuesCollection. longIterator()MutableLongIteratorIntLongHashMap. longIterator()MutableLongIteratorIntLongHashMap.ValuesCollection. longIterator()MutableLongIteratorLongBooleanHashMap.KeySet. longIterator()MutableLongIteratorLongByteHashMap.KeySet. longIterator()MutableLongIteratorLongCharHashMap.KeySet. longIterator()MutableLongIteratorLongDoubleHashMap.KeySet. longIterator()MutableLongIteratorLongFloatHashMap.KeySet. longIterator()MutableLongIteratorLongIntHashMap.KeySet. longIterator()MutableLongIteratorLongLongHashMap.KeySet. longIterator()MutableLongIteratorLongLongHashMap. longIterator()MutableLongIteratorLongLongHashMap.ValuesCollection. longIterator()MutableLongIteratorLongObjectHashMap.KeySet. longIterator()MutableLongIteratorLongShortHashMap.KeySet. longIterator()MutableLongIteratorObjectLongHashMap. longIterator()MutableLongIteratorObjectLongHashMap.ValuesCollection. longIterator()MutableLongIteratorObjectLongHashMapWithHashingStrategy. longIterator()MutableLongIteratorObjectLongHashMapWithHashingStrategy.ValuesCollection. longIterator()MutableLongIteratorShortLongHashMap. longIterator()MutableLongIteratorShortLongHashMap.ValuesCollection. longIterator()MutableLongIteratorSynchronizedByteLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorSynchronizedCharLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorSynchronizedDoubleLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorSynchronizedFloatLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorSynchronizedIntLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorSynchronizedLongLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorSynchronizedObjectLongMap. longIterator()Must be called in a synchronized block.MutableLongIteratorSynchronizedShortLongMap. longIterator()This must be manually synchronized by the developer.MutableLongIteratorUnmodifiableByteLongMap. longIterator()MutableLongIteratorUnmodifiableCharLongMap. longIterator()MutableLongIteratorUnmodifiableDoubleLongMap. longIterator()MutableLongIteratorUnmodifiableFloatLongMap. longIterator()MutableLongIteratorUnmodifiableIntLongMap. longIterator()MutableLongIteratorUnmodifiableLongLongMap. longIterator()MutableLongIteratorUnmodifiableObjectLongMap. longIterator()MutableLongIteratorUnmodifiableShortLongMap. 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 classLongHashSet.InternalLongIteratorFields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableLongIterator Modifier and Type Field Description private MutableLongIteratorBoxedMutableLongSet.BoxedPrimitiveLongSetIterator. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableLongIterator Modifier and Type Method Description MutableLongIteratorLongHashSet. longIterator()Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableLongIterator Constructor Description BoxedPrimitiveLongSetIterator(MutableLongIterator iterator)
-