Package | Description |
---|---|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
ImmutableIntSetFactory.empty() |
ImmutableIntSet |
ImmutableIntSetFactory.of()
Same as
ImmutableIntSetFactory.empty() . |
ImmutableIntSet |
ImmutableIntSetFactory.of(int... items)
Same as
ImmutableIntSetFactory.with(int[]) . |
ImmutableIntSet |
ImmutableIntSetFactory.of(int one)
Same as
ImmutableIntSetFactory.with(int) . |
ImmutableIntSet |
ImmutableIntSetFactory.ofAll(IntIterable items)
|
ImmutableIntSet |
ImmutableIntSetFactory.with()
Same as
ImmutableIntSetFactory.empty() . |
ImmutableIntSet |
ImmutableIntSetFactory.with(int... items) |
ImmutableIntSet |
ImmutableIntSetFactory.with(int one) |
ImmutableIntSet |
ImmutableIntSetFactory.withAll(IntIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
ImmutableSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
ImmutableIntSet.newWith(int element) |
ImmutableIntSet |
ImmutableIntSet.newWithAll(IntIterable elements) |
ImmutableIntSet |
ImmutableIntSet.newWithout(int element) |
ImmutableIntSet |
ImmutableIntSet.newWithoutAll(IntIterable elements) |
ImmutableIntSet |
ImmutableIntSet.reject(IntPredicate predicate) |
ImmutableIntSet |
ImmutableIntSet.select(IntPredicate predicate) |
ImmutableIntSet |
MutableIntSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableIntSet |
IntSet.toImmutable()
Returns an immutable copy of this set.
|
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
AbstractMutableIntKeySet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
AbstractImmutableSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableIntSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
ImmutableIntSetFactoryImpl.empty() |
ImmutableIntSet |
AbstractImmutableIntSet.newWith(int element) |
ImmutableIntSet |
AbstractImmutableIntSet.newWithAll(IntIterable elements) |
ImmutableIntSet |
AbstractImmutableIntSet.newWithout(int element) |
ImmutableIntSet |
AbstractImmutableIntSet.newWithoutAll(IntIterable elements) |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.of() |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.of(int... items) |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.of(int one) |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.ofAll(IntIterable items) |
ImmutableIntSet |
AbstractImmutableIntSet.toImmutable() |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.with() |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.with(int... items) |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.with(int one) |
ImmutableIntSet |
ImmutableIntSetFactoryImpl.withAll(IntIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntSet |
IntHashSet.toImmutable() |
ImmutableIntSet |
UnmodifiableIntSet.toImmutable() |
ImmutableIntSet |
SynchronizedIntSet.toImmutable() |
Copyright © 2004–2016. All rights reserved.