FloatIterable, FloatSet, MutableFloatCollection, PrimitiveIterableAbstractMutableFloatKeySet, FloatHashSet, SynchronizedFloatSet, UnmodifiableFloatSetpublic 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, toSortedListequals, hashCodeadd, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, removeIf, retainAll, retainAllappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableFloatSet select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatSetselect in interface MutableFloatCollectionMutableFloatSet reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatSetreject in interface MutableFloatCollectiondefault MutableFloatSet tap(FloatProcedure procedure)
tap in interface FloatIterabletap in interface FloatSettap in interface MutableFloatCollection<V> MutableSet<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatSetcollect in interface MutableFloatCollectionMutableFloatSet with(float element)
with in interface MutableFloatCollectionMutableFloatSet without(float element)
without in interface MutableFloatCollectionMutableFloatSet withAll(FloatIterable elements)
withAll in interface MutableFloatCollectionMutableFloatSet withoutAll(FloatIterable elements)
withoutAll in interface MutableFloatCollectionMutableFloatSet asUnmodifiable()
asUnmodifiable in interface MutableFloatCollectionMutableFloatSet asSynchronized()
asSynchronized in interface MutableFloatCollectionFloatSet freeze()
ImmutableFloatSet toImmutable()
toImmutable in interface FloatSettoImmutable in interface MutableFloatCollectiondefault MutableFloatSet newEmpty()
newEmpty in interface MutableFloatCollectionCopyright © 2004–2020. All rights reserved.