| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.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.
|
| 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 |
|---|---|
MutableFloatSet |
FloatIterable.toSet()
Converts the FloatIterable to a new MutableFloatSet.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
MutableFloatSetFactory.empty() |
MutableFloatSet |
MutableFloatSetFactory.of()
Same as
MutableFloatSetFactory.empty(). |
MutableFloatSet |
MutableFloatSetFactory.of(float... items)
Same as
MutableFloatSetFactory.with(float[]). |
MutableFloatSet |
MutableFloatSetFactory.ofAll(FloatIterable items)
|
MutableFloatSet |
MutableFloatSetFactory.with()
Same as
MutableFloatSetFactory.empty(). |
MutableFloatSet |
MutableFloatSetFactory.with(float... items) |
MutableFloatSet |
MutableFloatSetFactory.withAll(FloatIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
FloatBooleanMap.keySet() |
MutableFloatSet |
FloatCharMap.keySet() |
MutableFloatSet |
FloatByteMap.keySet() |
MutableFloatSet |
FloatShortMap.keySet() |
MutableFloatSet |
FloatLongMap.keySet() |
MutableFloatSet |
FloatDoubleMap.keySet() |
MutableFloatSet |
FloatFloatMap.keySet() |
MutableFloatSet |
FloatIntMap.keySet() |
MutableFloatSet |
FloatObjectMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
MutableSet.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
MutableFloatSet.asSynchronized() |
MutableFloatSet |
MutableFloatSet.asUnmodifiable() |
MutableFloatSet |
MutableFloatSet.reject(FloatPredicate predicate) |
MutableFloatSet |
MutableFloatSet.select(FloatPredicate predicate) |
default MutableFloatSet |
MutableFloatSet.tap(FloatProcedure procedure) |
MutableFloatSet |
MutableFloatSet.with(float element) |
MutableFloatSet |
MutableFloatSet.withAll(FloatIterable elements) |
MutableFloatSet |
MutableFloatSet.without(float element) |
MutableFloatSet |
MutableFloatSet.withoutAll(FloatIterable elements) |
Copyright © 2004–2017. All rights reserved.