Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
com.gs.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
com.gs.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
com.gs.collections.impl.primitive | |
com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
com.gs.collections.impl.utility.internal.primitive |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
ByteIterable.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
ByteHashBag.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
AbstractSynchronizedByteCollection.byteIterator()
Must be called in a synchronized block.
|
ByteIterator |
AbstractUnmodifiableByteCollection.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
SelectByteIterable.byteIterator() |
ByteIterator |
ReverseByteIterable.byteIterator() |
ByteIterator |
LazyByteIterableAdapter.byteIterator() |
ByteIterator |
CollectByteIterable.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
ByteArrayList.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
SynchronizedDoubleByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
UnmodifiableObjectByteMap.byteIterator() |
ByteIterator |
FloatByteHashMap.byteIterator() |
ByteIterator |
SynchronizedShortByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
ByteByteHashMap.byteIterator() |
ByteIterator |
SynchronizedByteByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
UnmodifiableCharByteMap.byteIterator() |
ByteIterator |
CharByteHashMap.byteIterator() |
ByteIterator |
IntByteHashMap.byteIterator() |
ByteIterator |
SynchronizedLongByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
SynchronizedCharByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
UnmodifiableByteByteMap.byteIterator() |
ByteIterator |
UnmodifiableLongByteMap.byteIterator() |
ByteIterator |
ObjectByteHashMap.byteIterator() |
ByteIterator |
DoubleByteHashMap.byteIterator() |
ByteIterator |
SynchronizedFloatByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
SynchronizedIntByteMap.byteIterator()
This must be manually synchronized by the developer.
|
ByteIterator |
UnmodifiableIntByteMap.byteIterator() |
ByteIterator |
LongByteHashMap.byteIterator() |
ByteIterator |
UnmodifiableShortByteMap.byteIterator() |
ByteIterator |
UnmodifiableFloatByteMap.byteIterator() |
ByteIterator |
ShortByteHashMap.byteIterator() |
ByteIterator |
SynchronizedObjectByteMap.byteIterator()
Must be called in a synchronized block.
|
ByteIterator |
UnmodifiableDoubleByteMap.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
SynchronizedByteIterable.byteIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
ByteIterator |
ByteHashSet.byteIterator() |
Modifier and Type | Method and Description |
---|---|
ByteIterator |
UnmodifiableByteStack.byteIterator() |
ByteIterator |
ByteArrayStack.byteIterator() |
ByteIterator |
SynchronizedByteStack.byteIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ByteIteratorIterate.allSatisfy(ByteIterator iterator,
BytePredicate predicate) |
static boolean |
ByteIteratorIterate.anySatisfy(ByteIterator iterator,
BytePredicate predicate) |
static <V,R extends Collection<V>> |
ByteIteratorIterate.collect(ByteIterator iterator,
ByteToObjectFunction<? extends V> function,
R targetCollection) |
static int |
ByteIteratorIterate.count(ByteIterator iterator,
BytePredicate predicate) |
static byte |
ByteIteratorIterate.detectIfNone(ByteIterator iterator,
BytePredicate predicate,
byte ifNone) |
static void |
ByteIteratorIterate.forEach(ByteIterator iterator,
ByteProcedure procedure) |
static <T> T |
ByteIteratorIterate.injectInto(ByteIterator iterator,
T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
static byte |
ByteIteratorIterate.max(ByteIterator iterator) |
static byte |
ByteIteratorIterate.min(ByteIterator iterator) |
static boolean |
ByteIteratorIterate.noneSatisfy(ByteIterator iterator,
BytePredicate predicate) |
static <R extends MutableByteCollection> |
ByteIteratorIterate.reject(ByteIterator iterator,
BytePredicate predicate,
R targetCollection) |
static <R extends MutableByteCollection> |
ByteIteratorIterate.select(ByteIterator iterator,
BytePredicate predicate,
R targetCollection) |
static long |
ByteIteratorIterate.sum(ByteIterator iterator) |
Copyright © 2004–2019. All rights reserved.