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.
|
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
MutableIntCollection.intIterator() |
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
MutableIntValuesMap.intIterator() |
|
MutableIntIterator |
MutableObjectIntMap.intIterator() |
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
IntHashBag.intIterator() |
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
AbstractSynchronizedIntCollection.intIterator() |
Must be called in a synchronized block.
|
MutableIntIterator |
AbstractUnmodifiableIntCollection.intIterator() |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableIntIterator |
UnmodifiableIntIterator is a wrapper around IntIterator which is unmodifiable and doesn't support remove.
|
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
IntArrayList.intIterator() |
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
ByteIntHashMap.intIterator() |
|
MutableIntIterator |
CharIntHashMap.intIterator() |
|
MutableIntIterator |
DoubleIntHashMap.intIterator() |
|
MutableIntIterator |
FloatIntHashMap.intIterator() |
|
MutableIntIterator |
IntIntHashMap.intIterator() |
|
MutableIntIterator |
LongIntHashMap.intIterator() |
|
MutableIntIterator |
ObjectIntHashMap.intIterator() |
|
MutableIntIterator |
ObjectIntHashMapWithHashingStrategy.intIterator() |
|
MutableIntIterator |
ShortIntHashMap.intIterator() |
|
MutableIntIterator |
SynchronizedByteIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
SynchronizedCharIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
SynchronizedDoubleIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
SynchronizedFloatIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
SynchronizedIntIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
SynchronizedLongIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
SynchronizedObjectIntMap.intIterator() |
Must be called in a synchronized block.
|
MutableIntIterator |
SynchronizedShortIntMap.intIterator() |
This must be manually synchronized by the developer.
|
MutableIntIterator |
UnmodifiableByteIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableCharIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableDoubleIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableFloatIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableIntIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableLongIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableObjectIntMap.intIterator() |
|
MutableIntIterator |
UnmodifiableShortIntMap.intIterator() |
Modifier and Type | Method | Description |
---|---|---|
MutableIntIterator |
IntHashSet.intIterator() |
Copyright © 2004–2017. All rights reserved.