public interface ImmutableFloatSet extends ImmutableFloatCollection, FloatSet
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSet<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableFloatSet |
newWith(float element) |
ImmutableFloatSet |
newWithAll(FloatIterable elements) |
ImmutableFloatSet |
newWithout(float element) |
ImmutableFloatSet |
newWithoutAll(FloatIterable elements) |
ImmutableFloatSet |
reject(FloatPredicate predicate) |
ImmutableFloatSet |
select(FloatPredicate predicate) |
equals, freeze, hashCode, toImmutable
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableFloatSet select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatSet
select
in interface ImmutableFloatCollection
ImmutableFloatSet reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatSet
reject
in interface ImmutableFloatCollection
<V> ImmutableSet<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatSet
collect
in interface ImmutableFloatCollection
ImmutableFloatSet newWith(float element)
newWith
in interface ImmutableFloatCollection
ImmutableFloatSet newWithout(float element)
newWithout
in interface ImmutableFloatCollection
ImmutableFloatSet newWithAll(FloatIterable elements)
newWithAll
in interface ImmutableFloatCollection
ImmutableFloatSet newWithoutAll(FloatIterable elements)
newWithoutAll
in interface ImmutableFloatCollection
Copyright © 2004–2016. All rights reserved.