@NotThreadSafe public final class UnmodifiableDoubleSet extends AbstractUnmodifiableDoubleCollection implements MutableDoubleSet
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, average, clear, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, forEach, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, remove, removeAll, removeAll, retainAll, retainAll, size, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringadd, addAll, addAll, clear, remove, removeAll, removeAll, retainAll, retainAllallSatisfy, anySatisfy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, forEach, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic static UnmodifiableDoubleSet of(MutableDoubleSet set)
public UnmodifiableDoubleSet with(double element)
with in interface MutableDoubleCollectionwith in interface MutableDoubleSetwith in class AbstractUnmodifiableDoubleCollectionpublic UnmodifiableDoubleSet without(double element)
without in interface MutableDoubleCollectionwithout in interface MutableDoubleSetwithout in class AbstractUnmodifiableDoubleCollectionpublic UnmodifiableDoubleSet withAll(DoubleIterable elements)
withAll in interface MutableDoubleCollectionwithAll in interface MutableDoubleSetwithAll in class AbstractUnmodifiableDoubleCollectionpublic UnmodifiableDoubleSet withoutAll(DoubleIterable elements)
withoutAll in interface MutableDoubleCollectionwithoutAll in interface MutableDoubleSetwithoutAll in class AbstractUnmodifiableDoubleCollectionpublic MutableDoubleSet select(DoublePredicate predicate)
select in interface MutableDoubleCollectionselect in interface DoubleIterableselect in interface DoubleSetselect in interface MutableDoubleSetselect in class AbstractUnmodifiableDoubleCollectionpublic MutableDoubleSet reject(DoublePredicate predicate)
reject in interface MutableDoubleCollectionreject in interface DoubleIterablereject in interface DoubleSetreject in interface MutableDoubleSetreject in class AbstractUnmodifiableDoubleCollectionpublic <V> MutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface MutableDoubleCollectioncollect in interface DoubleIterablecollect in interface DoubleSetcollect in interface MutableDoubleSetcollect in class AbstractUnmodifiableDoubleCollectionpublic boolean equals(Object otherSet)
DoubleSetSet.equals(Object).public int hashCode()
DoubleSetSet.hashCode().public LazyDoubleIterable asLazy()
asLazy in interface DoubleIterableasLazy in class AbstractUnmodifiableDoubleCollectionpublic MutableDoubleSet asUnmodifiable()
asUnmodifiable in interface MutableDoubleCollectionasUnmodifiable in interface MutableDoubleSetasUnmodifiable in class AbstractUnmodifiableDoubleCollectionpublic MutableDoubleSet asSynchronized()
asSynchronized in interface MutableDoubleCollectionasSynchronized in interface MutableDoubleSetasSynchronized in class AbstractUnmodifiableDoubleCollectionpublic DoubleSet freeze()
MutableDoubleSetfreeze in interface DoubleSetfreeze in interface MutableDoubleSetpublic ImmutableDoubleSet toImmutable()
MutableDoubleSettoImmutable in interface MutableDoubleCollectiontoImmutable in interface DoubleSettoImmutable in interface MutableDoubleSettoImmutable in class AbstractUnmodifiableDoubleCollectionpublic <T> T injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function)
injectInto in interface DoubleIterableinjectInto in class AbstractUnmodifiableDoubleCollectionCopyright © 2004–2017. All rights reserved.