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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean equals(Object o)
Set.equals(Object)
.int hashCode()
Set.hashCode()
.DoubleSet select(DoublePredicate predicate)
select
in interface DoubleIterable
DoubleSet reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> SetIterable<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
DoubleSet freeze()
ImmutableDoubleSet toImmutable()
Copyright © 2004–2016. All rights reserved.