public interface FloatSet extends FloatIterable
Modifier and Type | Method and Description |
---|---|
<V> SetIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object) . |
FloatSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode() . |
FloatSet |
reject(FloatPredicate predicate) |
FloatSet |
select(FloatPredicate predicate) |
ImmutableFloatSet |
toImmutable()
Returns an immutable copy of this set.
|
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean equals(Object o)
Set.equals(Object)
.int hashCode()
Set.hashCode()
.FloatSet select(FloatPredicate predicate)
select
in interface FloatIterable
FloatSet reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> SetIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
FloatSet freeze()
ImmutableFloatSet toImmutable()
Copyright © 2004–2016. All rights reserved.