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 and Description |
---|---|
MutableByteIterator |
MutableByteCollection.byteIterator() |
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
MutableByteValuesMap.byteIterator() |
MutableByteIterator |
MutableObjectByteMap.byteIterator() |
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
ByteHashBag.byteIterator() |
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
AbstractSynchronizedByteCollection.byteIterator()
Must be called in a synchronized block.
|
MutableByteIterator |
AbstractUnmodifiableByteCollection.byteIterator() |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableByteIterator
UnmodifiableByteIterator is a wrapper around ByteIterator which is unmodifiable and doesn't support remove.
|
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
ByteArrayList.byteIterator() |
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
ShortByteHashMap.byteIterator() |
MutableByteIterator |
SynchronizedDoubleByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
CharByteHashMap.byteIterator() |
MutableByteIterator |
SynchronizedShortByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
DoubleByteHashMap.byteIterator() |
MutableByteIterator |
ObjectByteHashMapWithHashingStrategy.byteIterator() |
MutableByteIterator |
UnmodifiableCharByteMap.byteIterator() |
MutableByteIterator |
UnmodifiableShortByteMap.byteIterator() |
MutableByteIterator |
SynchronizedIntByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
SynchronizedLongByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
SynchronizedCharByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
SynchronizedFloatByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
LongByteHashMap.byteIterator() |
MutableByteIterator |
SynchronizedObjectByteMap.byteIterator()
Must be called in a synchronized block.
|
MutableByteIterator |
UnmodifiableFloatByteMap.byteIterator() |
MutableByteIterator |
UnmodifiableObjectByteMap.byteIterator() |
MutableByteIterator |
ByteByteHashMap.byteIterator() |
MutableByteIterator |
UnmodifiableLongByteMap.byteIterator() |
MutableByteIterator |
UnmodifiableIntByteMap.byteIterator() |
MutableByteIterator |
IntByteHashMap.byteIterator() |
MutableByteIterator |
ObjectByteHashMap.byteIterator() |
MutableByteIterator |
UnmodifiableByteByteMap.byteIterator() |
MutableByteIterator |
FloatByteHashMap.byteIterator() |
MutableByteIterator |
SynchronizedByteByteMap.byteIterator()
This must be manually synchronized by the developer.
|
MutableByteIterator |
UnmodifiableDoubleByteMap.byteIterator() |
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
ByteHashSet.byteIterator() |
Copyright © 2004–2016. All rights reserved.