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 |
---|---|
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) |
ImmutableFloatSet |
FloatSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableFloatSet |
MutableFloatSet.toImmutable()
Returns an immutable copy of this set.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
AbstractMutableFloatKeySet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
AbstractImmutableSet.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableFloatSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.empty() |
ImmutableFloatSet |
AbstractImmutableFloatSet.newWith(float element) |
ImmutableFloatSet |
AbstractImmutableFloatSet.newWithAll(FloatIterable elements) |
ImmutableFloatSet |
AbstractImmutableFloatSet.newWithout(float element) |
ImmutableFloatSet |
AbstractImmutableFloatSet.newWithoutAll(FloatIterable elements) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.of() |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.of(float... items) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.of(float one) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.ofAll(FloatIterable items) |
ImmutableFloatSet |
AbstractImmutableFloatSet.toImmutable() |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.with() |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.with(float... items) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.with(float one) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
SynchronizedFloatSet.toImmutable() |
ImmutableFloatSet |
UnmodifiableFloatSet.toImmutable() |
ImmutableFloatSet |
FloatHashSet.toImmutable() |
Copyright © 2004–2016. All rights reserved.