FloatIterable
, FloatSet
, MutableFloatCollection
, PrimitiveIterable
AbstractMutableFloatKeySet
, FloatHashSet
, SynchronizedFloatSet
, UnmodifiableFloatSet
public interface MutableFloatSet extends MutableFloatCollection, FloatSet
Modifier and Type | Method | Description |
---|---|---|
MutableFloatSet |
asSynchronized() |
|
MutableFloatSet |
asUnmodifiable() |
|
<V> MutableSet<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
FloatSet |
freeze() |
Returns a frozen copy of this set.
|
default MutableFloatSet |
newEmpty() |
Creates a new empty mutable version of the same Set type.
|
MutableFloatSet |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
MutableFloatSet |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
default MutableFloatSet |
tap(FloatProcedure procedure) |
|
ImmutableFloatSet |
toImmutable() |
Returns an immutable copy of this set.
|
MutableFloatSet |
with(float element) |
|
MutableFloatSet |
withAll(FloatIterable elements) |
|
MutableFloatSet |
without(float element) |
|
MutableFloatSet |
withoutAll(FloatIterable elements) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
equals, hashCode
add, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, removeIf, retainAll, retainAll
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableFloatSet select(FloatPredicate predicate)
FloatIterable
select
in interface FloatIterable
select
in interface FloatSet
select
in interface MutableFloatCollection
MutableFloatSet reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
reject
in interface FloatSet
reject
in interface MutableFloatCollection
default MutableFloatSet tap(FloatProcedure procedure)
tap
in interface FloatIterable
tap
in interface FloatSet
tap
in interface MutableFloatCollection
<V> MutableSet<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
collect
in interface FloatIterable
collect
in interface FloatSet
collect
in interface MutableFloatCollection
MutableFloatSet with(float element)
with
in interface MutableFloatCollection
MutableFloatSet without(float element)
without
in interface MutableFloatCollection
MutableFloatSet withAll(FloatIterable elements)
withAll
in interface MutableFloatCollection
MutableFloatSet withoutAll(FloatIterable elements)
withoutAll
in interface MutableFloatCollection
MutableFloatSet asUnmodifiable()
asUnmodifiable
in interface MutableFloatCollection
MutableFloatSet asSynchronized()
asSynchronized
in interface MutableFloatCollection
FloatSet freeze()
ImmutableFloatSet toImmutable()
toImmutable
in interface FloatSet
toImmutable
in interface MutableFloatCollection
default MutableFloatSet newEmpty()
newEmpty
in interface MutableFloatCollection
Copyright © 2004–2020. All rights reserved.