Uses of Interface
org.eclipse.collections.api.iterator.MutableCharIterator
-
Packages that use MutableCharIterator 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 MutableCharIterator in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorMutableCharCollection. charIterator() -
Uses of MutableCharIterator in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorMutableCharValuesMap. charIterator()MutableCharIteratorMutableObjectCharMap. charIterator() -
Uses of MutableCharIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableCharIterator Modifier and Type Class Description private classCharHashBag.InternalIteratorFields in org.eclipse.collections.impl.bag.mutable.primitive declared as MutableCharIterator Modifier and Type Field Description private MutableCharIteratorCharHashBag.InternalIterator. charIteratorMethods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorCharHashBag. charIterator() -
Uses of MutableCharIterator in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorAbstractSynchronizedCharCollection. charIterator()Must be called in a synchronized block.MutableCharIteratorAbstractUnmodifiableCharCollection. charIterator() -
Uses of MutableCharIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement MutableCharIterator Modifier and Type Class Description classUnmodifiableCharIteratorUnmodifiableCharIterator is a wrapper around CharIterator which is unmodifiable and doesn't support remove. -
Uses of MutableCharIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableCharIterator Modifier and Type Class Description private classCharArrayList.InternalCharIteratorMethods in org.eclipse.collections.impl.list.mutable.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorCharArrayList. charIterator() -
Uses of MutableCharIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorByteCharHashMap. charIterator()MutableCharIteratorByteCharHashMap.ValuesCollection. charIterator()MutableCharIteratorCharBooleanHashMap.KeySet. charIterator()MutableCharIteratorCharByteHashMap.KeySet. charIterator()MutableCharIteratorCharCharHashMap. charIterator()MutableCharIteratorCharCharHashMap.KeySet. charIterator()MutableCharIteratorCharCharHashMap.ValuesCollection. charIterator()MutableCharIteratorCharDoubleHashMap.KeySet. charIterator()MutableCharIteratorCharFloatHashMap.KeySet. charIterator()MutableCharIteratorCharIntHashMap.KeySet. charIterator()MutableCharIteratorCharLongHashMap.KeySet. charIterator()MutableCharIteratorCharObjectHashMap.KeySet. charIterator()MutableCharIteratorCharShortHashMap.KeySet. charIterator()MutableCharIteratorDoubleCharHashMap. charIterator()MutableCharIteratorDoubleCharHashMap.ValuesCollection. charIterator()MutableCharIteratorFloatCharHashMap. charIterator()MutableCharIteratorFloatCharHashMap.ValuesCollection. charIterator()MutableCharIteratorIntCharHashMap. charIterator()MutableCharIteratorIntCharHashMap.ValuesCollection. charIterator()MutableCharIteratorLongCharHashMap. charIterator()MutableCharIteratorLongCharHashMap.ValuesCollection. charIterator()MutableCharIteratorObjectCharHashMap. charIterator()MutableCharIteratorObjectCharHashMap.ValuesCollection. charIterator()MutableCharIteratorObjectCharHashMapWithHashingStrategy. charIterator()MutableCharIteratorObjectCharHashMapWithHashingStrategy.ValuesCollection. charIterator()MutableCharIteratorShortCharHashMap. charIterator()MutableCharIteratorShortCharHashMap.ValuesCollection. charIterator()MutableCharIteratorSynchronizedByteCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorSynchronizedCharCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorSynchronizedDoubleCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorSynchronizedFloatCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorSynchronizedIntCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorSynchronizedLongCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorSynchronizedObjectCharMap. charIterator()Must be called in a synchronized block.MutableCharIteratorSynchronizedShortCharMap. charIterator()This must be manually synchronized by the developer.MutableCharIteratorUnmodifiableByteCharMap. charIterator()MutableCharIteratorUnmodifiableCharCharMap. charIterator()MutableCharIteratorUnmodifiableDoubleCharMap. charIterator()MutableCharIteratorUnmodifiableFloatCharMap. charIterator()MutableCharIteratorUnmodifiableIntCharMap. charIterator()MutableCharIteratorUnmodifiableLongCharMap. charIterator()MutableCharIteratorUnmodifiableObjectCharMap. charIterator()MutableCharIteratorUnmodifiableShortCharMap. charIterator() -
Uses of MutableCharIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableCharIterator Modifier and Type Class Description private classCharHashSet.InternalCharIteratorFields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableCharIterator Modifier and Type Field Description private MutableCharIteratorBoxedMutableCharSet.BoxedPrimitiveCharSetIterator. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorCharHashSet. charIterator()Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableCharIterator Constructor Description BoxedPrimitiveCharSetIterator(MutableCharIterator iterator)
-