public interface MutableFloatSet extends MutableFloatCollection, FloatSet
Modifier and Type | Method and Description |
---|---|
MutableFloatSet |
asSynchronized() |
MutableFloatSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(FloatToObjectFunction<? extends V> function) |
FloatSet |
freeze()
Returns a frozen copy of this set.
|
MutableFloatSet |
reject(FloatPredicate predicate) |
MutableFloatSet |
select(FloatPredicate predicate) |
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) |
add, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, retainAll, retainAll
equals, hashCode
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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
MutableFloatSet select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatSet
select
in interface MutableFloatCollection
MutableFloatSet reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatSet
reject
in interface MutableFloatCollection
<V> MutableSet<V> collect(FloatToObjectFunction<? extends V> function)
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
Copyright © 2004–2016. All rights reserved.