Uses of Interface
org.eclipse.collections.api.iterator.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
Methods 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
Methods 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()MutableCharIteratorCharCharHashMap. charIterator()MutableCharIteratorDoubleCharHashMap. charIterator()MutableCharIteratorFloatCharHashMap. charIterator()MutableCharIteratorIntCharHashMap. charIterator()MutableCharIteratorLongCharHashMap. charIterator()MutableCharIteratorObjectCharHashMap. charIterator()MutableCharIteratorObjectCharHashMapWithHashingStrategy. charIterator()MutableCharIteratorShortCharHashMap. 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
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableCharIterator Modifier and Type Method Description MutableCharIteratorCharHashSet. charIterator()