Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
com.gs.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
com.gs.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
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.list.primitive |
This package contains implementations of the 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 |
This package package contains implementations of
MutableSet . |
com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
com.gs.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntShortMap.keySet() |
MutableIntSet |
IntFloatMap.keySet() |
MutableIntSet |
IntObjectMap.keySet() |
MutableIntSet |
IntDoubleMap.keySet() |
MutableIntSet |
IntCharMap.keySet() |
MutableIntSet |
IntLongMap.keySet() |
MutableIntSet |
IntByteMap.keySet() |
MutableIntSet |
IntBooleanMap.keySet() |
MutableIntSet |
IntIntMap.keySet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
MutableSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
MutableIntSet.asSynchronized() |
MutableIntSet |
MutableIntSet.asUnmodifiable() |
MutableIntSet |
MutableIntSet.reject(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.select(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.with(int element) |
MutableIntSet |
MutableIntSet.withAll(IntIterable elements) |
MutableIntSet |
MutableIntSet.without(int element) |
MutableIntSet |
MutableIntSet.withoutAll(IntIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntHashBag.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
AbstractUnmodifiableIntCollection.toSet() |
MutableIntSet |
AbstractSynchronizedIntCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
CollectIntIterable.toSet() |
MutableIntSet |
SelectIntIterable.toSet() |
MutableIntSet |
LazyIntIterableAdapter.toSet() |
MutableIntSet |
AbstractLazyIntIterable.toSet() |
MutableIntSet |
ReverseIntIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntArrayList.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntInterval.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntObjectHashMap.keySet() |
MutableIntSet |
SynchronizedIntObjectMap.keySet() |
MutableIntSet |
IntLongHashMap.keySet() |
MutableIntSet |
UnmodifiableIntIntMap.keySet() |
MutableIntSet |
UnmodifiableIntByteMap.keySet() |
MutableIntSet |
IntDoubleHashMap.keySet() |
MutableIntSet |
IntBooleanHashMap.keySet() |
MutableIntSet |
SynchronizedIntByteMap.keySet() |
MutableIntSet |
IntCharHashMap.keySet() |
MutableIntSet |
SynchronizedIntCharMap.keySet() |
MutableIntSet |
IntIntHashMap.keySet() |
MutableIntSet |
IntFloatHashMap.keySet() |
MutableIntSet |
IntShortHashMap.keySet() |
MutableIntSet |
SynchronizedIntLongMap.keySet() |
MutableIntSet |
SynchronizedIntFloatMap.keySet() |
MutableIntSet |
UnmodifiableIntBooleanMap.keySet() |
MutableIntSet |
UnmodifiableIntDoubleMap.keySet() |
MutableIntSet |
SynchronizedIntDoubleMap.keySet() |
MutableIntSet |
UnmodifiableIntLongMap.keySet() |
MutableIntSet |
UnmodifiableIntShortMap.keySet() |
MutableIntSet |
SynchronizedIntIntMap.keySet() |
MutableIntSet |
SynchronizedIntBooleanMap.keySet() |
MutableIntSet |
IntByteHashMap.keySet() |
MutableIntSet |
UnmodifiableIntCharMap.keySet() |
MutableIntSet |
UnmodifiableIntFloatMap.keySet() |
MutableIntSet |
SynchronizedIntShortMap.keySet() |
MutableIntSet |
UnmodifiableIntObjectMap.keySet() |
MutableIntSet |
FloatIntHashMap.toSet() |
MutableIntSet |
SynchronizedShortIntMap.toSet() |
MutableIntSet |
UnmodifiableCharIntMap.toSet() |
MutableIntSet |
UnmodifiableIntIntMap.toSet() |
MutableIntSet |
UnmodifiableObjectIntMap.toSet() |
MutableIntSet |
UnmodifiableByteIntMap.toSet() |
MutableIntSet |
ShortIntHashMap.toSet() |
MutableIntSet |
SynchronizedCharIntMap.toSet() |
MutableIntSet |
IntIntHashMap.toSet() |
MutableIntSet |
UnmodifiableShortIntMap.toSet() |
MutableIntSet |
SynchronizedLongIntMap.toSet() |
MutableIntSet |
SynchronizedFloatIntMap.toSet() |
MutableIntSet |
UnmodifiableFloatIntMap.toSet() |
MutableIntSet |
SynchronizedByteIntMap.toSet() |
MutableIntSet |
SynchronizedDoubleIntMap.toSet() |
MutableIntSet |
SynchronizedIntIntMap.toSet() |
MutableIntSet |
ObjectIntHashMap.toSet() |
MutableIntSet |
CharIntHashMap.toSet() |
MutableIntSet |
UnmodifiableLongIntMap.toSet() |
MutableIntSet |
LongIntHashMap.toSet() |
MutableIntSet |
UnmodifiableDoubleIntMap.toSet() |
MutableIntSet |
ByteIntHashMap.toSet() |
MutableIntSet |
SynchronizedObjectIntMap.toSet() |
MutableIntSet |
DoubleIntHashMap.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
SynchronizedIntIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
MultiReaderUnifiedSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
SetAdapter.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
SynchronizedMutableSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
AbstractMutableSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
UnifiedSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
UnmodifiableMutableSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Class and Description |
---|---|
class |
IntHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedIntSet
A synchronized view of a
MutableIntSet . |
class |
UnmodifiableIntSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
UnmodifiableIntSet.asSynchronized() |
MutableIntSet |
IntHashSet.asSynchronized() |
MutableIntSet |
SynchronizedIntSet.asSynchronized() |
MutableIntSet |
UnmodifiableIntSet.asUnmodifiable() |
MutableIntSet |
IntHashSet.asUnmodifiable() |
MutableIntSet |
SynchronizedIntSet.asUnmodifiable() |
MutableIntSet |
UnmodifiableIntSet.reject(IntPredicate predicate) |
MutableIntSet |
IntHashSet.reject(IntPredicate predicate) |
MutableIntSet |
SynchronizedIntSet.reject(IntPredicate predicate) |
MutableIntSet |
UnmodifiableIntSet.select(IntPredicate predicate) |
MutableIntSet |
SynchronizedIntSet.select(IntPredicate predicate) |
MutableIntSet |
IntHashSet.toSet() |
Modifier and Type | Method and Description |
---|---|
static UnmodifiableIntSet |
UnmodifiableIntSet.of(MutableIntSet set)
This method will take a MutableIntSet and wrap it directly in a UnmodifiableIntSet.
|
static SynchronizedIntSet |
SynchronizedIntSet.of(MutableIntSet set)
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
static SynchronizedIntSet |
SynchronizedIntSet.of(MutableIntSet set,
Object lock)
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
UnifiedSetWithHashingStrategy.collectInt(IntFunction<? super K> intFunction) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntArrayStack.toSet() |
MutableIntSet |
UnmodifiableIntStack.toSet() |
MutableIntSet |
SynchronizedIntStack.toSet() |
Copyright © 2004–2019. All rights reserved.