| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
ImmutableFloatSetFactory.empty() |
ImmutableFloatSet |
ImmutableFloatSetFactory.of()
Same as
ImmutableFloatSetFactory.empty(). |
ImmutableFloatSet |
ImmutableFloatSetFactory.of(float... items)
|
ImmutableFloatSet |
ImmutableFloatSetFactory.of(float one)
Same as
ImmutableFloatSetFactory.with(float). |
ImmutableFloatSet |
ImmutableFloatSetFactory.ofAll(FloatIterable items)
|
ImmutableFloatSet |
ImmutableFloatSetFactory.with()
Same as
ImmutableFloatSetFactory.empty(). |
ImmutableFloatSet |
ImmutableFloatSetFactory.with(float... items) |
ImmutableFloatSet |
ImmutableFloatSetFactory.with(float one) |
ImmutableFloatSet |
ImmutableFloatSetFactory.withAll(FloatIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
ImmutableSet.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
ImmutableFloatSet.newWith(float element) |
ImmutableFloatSet |
ImmutableFloatSet.newWithAll(FloatIterable elements) |
ImmutableFloatSet |
ImmutableFloatSet.newWithout(float element) |
ImmutableFloatSet |
ImmutableFloatSet.newWithoutAll(FloatIterable elements) |
ImmutableFloatSet |
ImmutableFloatSet.reject(FloatPredicate predicate) |
ImmutableFloatSet |
ImmutableFloatSet.select(FloatPredicate predicate) |
default ImmutableFloatSet |
ImmutableFloatSet.tap(FloatProcedure procedure) |
ImmutableFloatSet |
FloatSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableFloatSet |
MutableFloatSet.toImmutable()
Returns an immutable copy of this set.
|
Copyright © 2004–2017. All rights reserved.