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 |
---|---|
DoubleIterator |
DoubleIterable.doubleIterator() |
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
DoubleHashBag.doubleIterator() |
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
AbstractUnmodifiableDoubleCollection.doubleIterator() |
DoubleIterator |
AbstractSynchronizedDoubleCollection.doubleIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
CollectDoubleIterable.doubleIterator() |
DoubleIterator |
ReverseDoubleIterable.doubleIterator() |
DoubleIterator |
SelectDoubleIterable.doubleIterator() |
DoubleIterator |
LazyDoubleIterableAdapter.doubleIterator() |
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
DoubleArrayList.doubleIterator() |
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
SynchronizedIntDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
DoubleIterator |
CharDoubleHashMap.doubleIterator() |
DoubleIterator |
UnmodifiableDoubleDoubleMap.doubleIterator() |
DoubleIterator |
SynchronizedObjectDoubleMap.doubleIterator()
Must be called in a synchronized block.
|
DoubleIterator |
FloatDoubleHashMap.doubleIterator() |
DoubleIterator |
ObjectDoubleHashMap.doubleIterator() |
DoubleIterator |
SynchronizedShortDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
DoubleIterator |
SynchronizedDoubleDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
DoubleIterator |
ShortDoubleHashMap.doubleIterator() |
DoubleIterator |
LongDoubleHashMap.doubleIterator() |
DoubleIterator |
SynchronizedLongDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
DoubleIterator |
UnmodifiableByteDoubleMap.doubleIterator() |
DoubleIterator |
UnmodifiableFloatDoubleMap.doubleIterator() |
DoubleIterator |
ByteDoubleHashMap.doubleIterator() |
DoubleIterator |
UnmodifiableShortDoubleMap.doubleIterator() |
DoubleIterator |
SynchronizedFloatDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
DoubleIterator |
UnmodifiableLongDoubleMap.doubleIterator() |
DoubleIterator |
DoubleDoubleHashMap.doubleIterator() |
DoubleIterator |
UnmodifiableObjectDoubleMap.doubleIterator() |
DoubleIterator |
UnmodifiableIntDoubleMap.doubleIterator() |
DoubleIterator |
SynchronizedCharDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
DoubleIterator |
IntDoubleHashMap.doubleIterator() |
DoubleIterator |
UnmodifiableCharDoubleMap.doubleIterator() |
DoubleIterator |
SynchronizedByteDoubleMap.doubleIterator()
This must be manually synchronized by the developer.
|
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
SynchronizedDoubleIterable.doubleIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
DoubleHashSet.doubleIterator() |
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
SynchronizedDoubleStack.doubleIterator()
Must be called in a synchronized block.
|
DoubleIterator |
UnmodifiableDoubleStack.doubleIterator() |
DoubleIterator |
DoubleArrayStack.doubleIterator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
DoubleIteratorIterate.allSatisfy(DoubleIterator iterator,
DoublePredicate predicate) |
static boolean |
DoubleIteratorIterate.anySatisfy(DoubleIterator iterator,
DoublePredicate predicate) |
static <V,R extends Collection<V>> |
DoubleIteratorIterate.collect(DoubleIterator iterator,
DoubleToObjectFunction<? extends V> function,
R targetCollection) |
static int |
DoubleIteratorIterate.count(DoubleIterator iterator,
DoublePredicate predicate) |
static double |
DoubleIteratorIterate.detectIfNone(DoubleIterator iterator,
DoublePredicate predicate,
double ifNone) |
static void |
DoubleIteratorIterate.forEach(DoubleIterator iterator,
DoubleProcedure procedure) |
static <T> T |
DoubleIteratorIterate.injectInto(DoubleIterator iterator,
T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
static double |
DoubleIteratorIterate.max(DoubleIterator iterator) |
static double |
DoubleIteratorIterate.min(DoubleIterator iterator) |
static boolean |
DoubleIteratorIterate.noneSatisfy(DoubleIterator iterator,
DoublePredicate predicate) |
static <R extends MutableDoubleCollection> |
DoubleIteratorIterate.reject(DoubleIterator iterator,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIteratorIterate.select(DoubleIterator iterator,
DoublePredicate predicate,
R targetCollection) |
static double |
DoubleIteratorIterate.sum(DoubleIterator iterator) |
Copyright © 2004–2017. All rights reserved.