public interface ImmutableLongSet extends ImmutableLongCollection, LongSet
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSet<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableLongSet |
newWith(long element) |
ImmutableLongSet |
newWithAll(LongIterable elements) |
ImmutableLongSet |
newWithout(long element) |
ImmutableLongSet |
newWithoutAll(LongIterable elements) |
ImmutableLongSet |
reject(LongPredicate predicate) |
ImmutableLongSet |
select(LongPredicate predicate) |
equals, freeze, hashCode, toImmutable
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableLongSet select(LongPredicate predicate)
select
in interface ImmutableLongCollection
select
in interface LongIterable
select
in interface LongSet
ImmutableLongSet reject(LongPredicate predicate)
reject
in interface ImmutableLongCollection
reject
in interface LongIterable
reject
in interface LongSet
<V> ImmutableSet<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface ImmutableLongCollection
collect
in interface LongIterable
collect
in interface LongSet
ImmutableLongSet newWith(long element)
newWith
in interface ImmutableLongCollection
ImmutableLongSet newWithout(long element)
newWithout
in interface ImmutableLongCollection
ImmutableLongSet newWithAll(LongIterable elements)
newWithAll
in interface ImmutableLongCollection
ImmutableLongSet newWithoutAll(LongIterable elements)
newWithoutAll
in interface ImmutableLongCollection
Copyright © 2004–2016. All rights reserved.