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 |
---|---|
BooleanIterator |
BooleanIterable.booleanIterator() |
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
BooleanHashBag.booleanIterator() |
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
AbstractUnmodifiableBooleanCollection.booleanIterator() |
BooleanIterator |
AbstractSynchronizedBooleanCollection.booleanIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
SelectBooleanIterable.booleanIterator() |
BooleanIterator |
CollectBooleanIterable.booleanIterator() |
BooleanIterator |
LazyBooleanIterableAdapter.booleanIterator() |
BooleanIterator |
ReverseBooleanIterable.booleanIterator() |
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
BooleanArrayList.booleanIterator() |
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
CharBooleanHashMap.booleanIterator() |
BooleanIterator |
UnmodifiableLongBooleanMap.booleanIterator() |
BooleanIterator |
UnmodifiableFloatBooleanMap.booleanIterator() |
BooleanIterator |
UnmodifiableShortBooleanMap.booleanIterator() |
BooleanIterator |
DoubleBooleanHashMap.booleanIterator() |
BooleanIterator |
UnmodifiableByteBooleanMap.booleanIterator() |
BooleanIterator |
IntBooleanHashMap.booleanIterator() |
BooleanIterator |
ShortBooleanHashMap.booleanIterator() |
BooleanIterator |
SynchronizedObjectBooleanMap.booleanIterator()
Must be called in a synchronized block.
|
BooleanIterator |
SynchronizedByteBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
BooleanIterator |
LongBooleanHashMap.booleanIterator() |
BooleanIterator |
ByteBooleanHashMap.booleanIterator() |
BooleanIterator |
UnmodifiableIntBooleanMap.booleanIterator() |
BooleanIterator |
SynchronizedCharBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
BooleanIterator |
UnmodifiableDoubleBooleanMap.booleanIterator() |
BooleanIterator |
FloatBooleanHashMap.booleanIterator() |
BooleanIterator |
SynchronizedLongBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
BooleanIterator |
SynchronizedDoubleBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
BooleanIterator |
SynchronizedFloatBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
BooleanIterator |
UnmodifiableObjectBooleanMap.booleanIterator() |
BooleanIterator |
SynchronizedIntBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
BooleanIterator |
UnmodifiableCharBooleanMap.booleanIterator() |
BooleanIterator |
ObjectBooleanHashMap.booleanIterator() |
BooleanIterator |
SynchronizedShortBooleanMap.booleanIterator()
This must be manually synchronized by the developer.
|
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
SynchronizedBooleanIterable.booleanIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
BooleanHashSet.booleanIterator() |
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
UnmodifiableBooleanStack.booleanIterator() |
BooleanIterator |
BooleanArrayStack.booleanIterator() |
BooleanIterator |
SynchronizedBooleanStack.booleanIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BooleanIteratorIterate.allSatisfy(BooleanIterator iterator,
BooleanPredicate predicate) |
static boolean |
BooleanIteratorIterate.anySatisfy(BooleanIterator iterator,
BooleanPredicate predicate) |
static <V,R extends Collection<V>> |
BooleanIteratorIterate.collect(BooleanIterator iterator,
BooleanToObjectFunction<? extends V> function,
R targetCollection) |
static int |
BooleanIteratorIterate.count(BooleanIterator iterator,
BooleanPredicate predicate) |
static boolean |
BooleanIteratorIterate.detectIfNone(BooleanIterator iterator,
BooleanPredicate predicate,
boolean ifNone) |
static void |
BooleanIteratorIterate.forEach(BooleanIterator iterator,
BooleanProcedure procedure) |
static <T> T |
BooleanIteratorIterate.injectInto(BooleanIterator iterator,
T injectedValue,
ObjectBooleanToObjectFunction<? super T,? extends T> function) |
static boolean |
BooleanIteratorIterate.noneSatisfy(BooleanIterator iterator,
BooleanPredicate predicate) |
static <R extends MutableBooleanCollection> |
BooleanIteratorIterate.reject(BooleanIterator iterator,
BooleanPredicate predicate,
R targetCollection) |
static <R extends MutableBooleanCollection> |
BooleanIteratorIterate.select(BooleanIterator iterator,
BooleanPredicate predicate,
R targetCollection) |
Copyright © 2004–2019. All rights reserved.