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 |
---|---|
CharIterator |
CharIterable.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharHashBag.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
AbstractSynchronizedCharCollection.charIterator()
Must be called in a synchronized block.
|
CharIterator |
AbstractUnmodifiableCharCollection.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
CollectCharIterable.charIterator() |
CharIterator |
LazyCharIterableAdapter.charIterator() |
CharIterator |
SelectCharIterable.charIterator() |
CharIterator |
ReverseCharIterable.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharArrayList.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
UnmodifiableDoubleCharMap.charIterator() |
CharIterator |
SynchronizedDoubleCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
SynchronizedObjectCharMap.charIterator()
Must be called in a synchronized block.
|
CharIterator |
UnmodifiableFloatCharMap.charIterator() |
CharIterator |
UnmodifiableLongCharMap.charIterator() |
CharIterator |
LongCharHashMap.charIterator() |
CharIterator |
UnmodifiableCharCharMap.charIterator() |
CharIterator |
ObjectCharHashMap.charIterator() |
CharIterator |
UnmodifiableShortCharMap.charIterator() |
CharIterator |
SynchronizedIntCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
SynchronizedShortCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
SynchronizedCharCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
DoubleCharHashMap.charIterator() |
CharIterator |
UnmodifiableByteCharMap.charIterator() |
CharIterator |
IntCharHashMap.charIterator() |
CharIterator |
UnmodifiableObjectCharMap.charIterator() |
CharIterator |
SynchronizedLongCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
FloatCharHashMap.charIterator() |
CharIterator |
ShortCharHashMap.charIterator() |
CharIterator |
SynchronizedFloatCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
SynchronizedByteCharMap.charIterator()
This must be manually synchronized by the developer.
|
CharIterator |
ByteCharHashMap.charIterator() |
CharIterator |
UnmodifiableIntCharMap.charIterator() |
CharIterator |
CharCharHashMap.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
SynchronizedCharIterable.charIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharHashSet.charIterator() |
Modifier and Type | Method and Description |
---|---|
CharIterator |
CharArrayStack.charIterator() |
CharIterator |
UnmodifiableCharStack.charIterator() |
CharIterator |
SynchronizedCharStack.charIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CharIteratorIterate.allSatisfy(CharIterator iterator,
CharPredicate predicate) |
static boolean |
CharIteratorIterate.anySatisfy(CharIterator iterator,
CharPredicate predicate) |
static <V,R extends Collection<V>> |
CharIteratorIterate.collect(CharIterator iterator,
CharToObjectFunction<? extends V> function,
R targetCollection) |
static int |
CharIteratorIterate.count(CharIterator iterator,
CharPredicate predicate) |
static char |
CharIteratorIterate.detectIfNone(CharIterator iterator,
CharPredicate predicate,
char ifNone) |
static void |
CharIteratorIterate.forEach(CharIterator iterator,
CharProcedure procedure) |
static <T> T |
CharIteratorIterate.injectInto(CharIterator iterator,
T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
static char |
CharIteratorIterate.max(CharIterator iterator) |
static char |
CharIteratorIterate.min(CharIterator iterator) |
static boolean |
CharIteratorIterate.noneSatisfy(CharIterator iterator,
CharPredicate predicate) |
static <R extends MutableCharCollection> |
CharIteratorIterate.reject(CharIterator iterator,
CharPredicate predicate,
R targetCollection) |
static <R extends MutableCharCollection> |
CharIteratorIterate.select(CharIterator iterator,
CharPredicate predicate,
R targetCollection) |
static long |
CharIteratorIterate.sum(CharIterator iterator) |
Copyright © 2004–2018. All rights reserved.