Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
com.gs.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
com.gs.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
com.gs.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
com.gs.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
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 |
This package contains implementations of the
MutableList interface. |
com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
com.gs.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
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.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
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.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
com.gs.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
BooleanIterable.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
MutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
MutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
MutableBooleanList.asSynchronized() |
MutableBooleanList |
MutableBooleanList.asUnmodifiable() |
MutableBooleanList |
MutableBooleanList.reject(BooleanPredicate predicate) |
MutableBooleanList |
MutableBooleanList.reverseThis() |
MutableBooleanList |
MutableBooleanList.select(BooleanPredicate predicate) |
MutableBooleanList |
MutableBooleanList.subList(int fromIndex,
int toIndex) |
MutableBooleanList |
MutableBooleanList.toReversed() |
MutableBooleanList |
MutableBooleanList.with(boolean element) |
MutableBooleanList |
MutableBooleanList.withAll(BooleanIterable elements) |
MutableBooleanList |
MutableBooleanList.without(boolean element) |
MutableBooleanList |
MutableBooleanList.withoutAll(BooleanIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
MutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
MutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
BooleanHashBag.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
TreeBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
UnmodifiableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
AbstractSynchronizedBooleanCollection.toList() |
MutableBooleanList |
AbstractUnmodifiableBooleanCollection.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
CollectBooleanIterable.toList() |
MutableBooleanList |
AbstractLazyBooleanIterable.toList() |
MutableBooleanList |
LazyBooleanIterableAdapter.toList() |
MutableBooleanList |
SelectBooleanIterable.toList() |
MutableBooleanList |
ReverseBooleanIterable.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
MultiReaderFastList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
SynchronizedMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
UnmodifiableMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
AbstractMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
FastList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
ArrayListAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
AbstractListAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
RandomAccessListAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanArrayList
BooleanArrayList is similar to
FastList , and is memory-optimized for boolean primitives. |
class |
SynchronizedBooleanList
A synchronized view of a
MutableBooleanList . |
class |
UnmodifiableBooleanList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
BooleanArrayList.asSynchronized() |
MutableBooleanList |
UnmodifiableBooleanList.asSynchronized() |
MutableBooleanList |
SynchronizedBooleanList.asSynchronized() |
MutableBooleanList |
BooleanArrayList.asUnmodifiable() |
MutableBooleanList |
UnmodifiableBooleanList.asUnmodifiable() |
MutableBooleanList |
SynchronizedBooleanList.asUnmodifiable() |
MutableBooleanList |
UnmodifiableBooleanList.reject(BooleanPredicate predicate) |
MutableBooleanList |
SynchronizedBooleanList.reject(BooleanPredicate predicate) |
MutableBooleanList |
UnmodifiableBooleanList.reverseThis() |
MutableBooleanList |
SynchronizedBooleanList.reverseThis() |
MutableBooleanList |
UnmodifiableBooleanList.select(BooleanPredicate predicate) |
MutableBooleanList |
SynchronizedBooleanList.select(BooleanPredicate predicate) |
MutableBooleanList |
BooleanArrayList.subList(int fromIndex,
int toIndex) |
MutableBooleanList |
UnmodifiableBooleanList.subList(int fromIndex,
int toIndex) |
MutableBooleanList |
SynchronizedBooleanList.subList(int fromIndex,
int toIndex) |
MutableBooleanList |
BooleanArrayList.toList() |
MutableBooleanList |
UnmodifiableBooleanList.toReversed() |
MutableBooleanList |
SynchronizedBooleanList.toReversed() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
AbstractMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
SynchronizedDoubleBooleanMap.toList() |
MutableBooleanList |
SynchronizedCharBooleanMap.toList() |
MutableBooleanList |
LongBooleanHashMap.toList() |
MutableBooleanList |
ShortBooleanHashMap.toList() |
MutableBooleanList |
UnmodifiableObjectBooleanMap.toList() |
MutableBooleanList |
UnmodifiableLongBooleanMap.toList() |
MutableBooleanList |
UnmodifiableShortBooleanMap.toList() |
MutableBooleanList |
DoubleBooleanHashMap.toList() |
MutableBooleanList |
SynchronizedShortBooleanMap.toList() |
MutableBooleanList |
CharBooleanHashMap.toList() |
MutableBooleanList |
SynchronizedByteBooleanMap.toList() |
MutableBooleanList |
SynchronizedIntBooleanMap.toList() |
MutableBooleanList |
ByteBooleanHashMap.toList() |
MutableBooleanList |
SynchronizedFloatBooleanMap.toList() |
MutableBooleanList |
UnmodifiableCharBooleanMap.toList() |
MutableBooleanList |
UnmodifiableIntBooleanMap.toList() |
MutableBooleanList |
SynchronizedLongBooleanMap.toList() |
MutableBooleanList |
FloatBooleanHashMap.toList() |
MutableBooleanList |
UnmodifiableByteBooleanMap.toList() |
MutableBooleanList |
SynchronizedObjectBooleanMap.toList() |
MutableBooleanList |
UnmodifiableFloatBooleanMap.toList() |
MutableBooleanList |
IntBooleanHashMap.toList() |
MutableBooleanList |
ObjectBooleanHashMap.toList() |
MutableBooleanList |
UnmodifiableDoubleBooleanMap.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
SynchronizedSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
MutableBooleanList |
UnmodifiableTreeMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
MutableBooleanList |
AbstractMutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
SynchronizedBooleanIterable.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
BooleanHashSet.toList() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
UnmodifiableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
SynchronizedSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
TreeSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanList |
SortedSetAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
BooleanArrayStack.toList() |
MutableBooleanList |
SynchronizedBooleanStack.toList() |
MutableBooleanList |
UnmodifiableBooleanStack.toList() |
Modifier and Type | Method and Description |
---|---|
static <T> MutableBooleanList |
ArrayListIterate.collectBoolean(ArrayList<T> list,
BooleanFunction<? super T> booleanFunction) |
static <T> MutableBooleanList |
ListIterate.collectBoolean(List<T> list,
BooleanFunction<? super T> booleanFunction) |
static <T> MutableBooleanList |
ArrayIterate.collectBoolean(T[] objectArray,
BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableBooleanList |
RandomAccessListIterate.collectBoolean(List<T> list,
BooleanFunction<? super T> booleanFunction) |
Copyright © 2004–2019. All rights reserved.