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 |
---|---|
LongIterator |
LongIterable.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
LongHashBag.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
AbstractSynchronizedLongCollection.longIterator()
Must be called in a synchronized block.
|
LongIterator |
AbstractUnmodifiableLongCollection.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
SelectLongIterable.longIterator() |
LongIterator |
LazyLongIterableAdapter.longIterator() |
LongIterator |
CollectLongIterable.longIterator() |
LongIterator |
ReverseLongIterable.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
LongArrayList.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
UnmodifiableLongLongMap.longIterator() |
LongIterator |
SynchronizedDoubleLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
UnmodifiableIntLongMap.longIterator() |
LongIterator |
UnmodifiableObjectLongMap.longIterator() |
LongIterator |
SynchronizedCharLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
LongLongHashMap.longIterator() |
LongIterator |
UnmodifiableShortLongMap.longIterator() |
LongIterator |
SynchronizedByteLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
UnmodifiableDoubleLongMap.longIterator() |
LongIterator |
ShortLongHashMap.longIterator() |
LongIterator |
CharLongHashMap.longIterator() |
LongIterator |
ByteLongHashMap.longIterator() |
LongIterator |
DoubleLongHashMap.longIterator() |
LongIterator |
UnmodifiableFloatLongMap.longIterator() |
LongIterator |
ObjectLongHashMap.longIterator() |
LongIterator |
SynchronizedShortLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
SynchronizedLongLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
UnmodifiableCharLongMap.longIterator() |
LongIterator |
IntLongHashMap.longIterator() |
LongIterator |
SynchronizedIntLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
SynchronizedFloatLongMap.longIterator()
This must be manually synchronized by the developer.
|
LongIterator |
UnmodifiableByteLongMap.longIterator() |
LongIterator |
SynchronizedObjectLongMap.longIterator()
Must be called in a synchronized block.
|
LongIterator |
FloatLongHashMap.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
SynchronizedLongIterable.longIterator()
Must be called in a synchronized block.
|
Modifier and Type | Method and Description |
---|---|
LongIterator |
LongHashSet.longIterator() |
Modifier and Type | Method and Description |
---|---|
LongIterator |
SynchronizedLongStack.longIterator()
Must be called in a synchronized block.
|
LongIterator |
UnmodifiableLongStack.longIterator() |
LongIterator |
LongArrayStack.longIterator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
LongIteratorIterate.allSatisfy(LongIterator iterator,
LongPredicate predicate) |
static boolean |
LongIteratorIterate.anySatisfy(LongIterator iterator,
LongPredicate predicate) |
static <V,R extends Collection<V>> |
LongIteratorIterate.collect(LongIterator iterator,
LongToObjectFunction<? extends V> function,
R targetCollection) |
static int |
LongIteratorIterate.count(LongIterator iterator,
LongPredicate predicate) |
static long |
LongIteratorIterate.detectIfNone(LongIterator iterator,
LongPredicate predicate,
long ifNone) |
static void |
LongIteratorIterate.forEach(LongIterator iterator,
LongProcedure procedure) |
static <T> T |
LongIteratorIterate.injectInto(LongIterator iterator,
T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
static long |
LongIteratorIterate.max(LongIterator iterator) |
static long |
LongIteratorIterate.min(LongIterator iterator) |
static boolean |
LongIteratorIterate.noneSatisfy(LongIterator iterator,
LongPredicate predicate) |
static <R extends MutableLongCollection> |
LongIteratorIterate.reject(LongIterator iterator,
LongPredicate predicate,
R targetCollection) |
static <R extends MutableLongCollection> |
LongIteratorIterate.select(LongIterator iterator,
LongPredicate predicate,
R targetCollection) |
static long |
LongIteratorIterate.sum(LongIterator iterator) |
Copyright © 2004–2016. All rights reserved.