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