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, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableLongSet select(LongPredicate predicate)
select in interface ImmutableLongCollectionselect in interface LongIterableselect in interface LongSetImmutableLongSet reject(LongPredicate predicate)
reject in interface ImmutableLongCollectionreject in interface LongIterablereject in interface LongSet<V> ImmutableSet<V> collect(LongToObjectFunction<? extends V> function)
collect in interface ImmutableLongCollectioncollect in interface LongIterablecollect in interface LongSetImmutableLongSet newWith(long element)
newWith in interface ImmutableLongCollectionImmutableLongSet newWithout(long element)
newWithout in interface ImmutableLongCollectionImmutableLongSet newWithAll(LongIterable elements)
newWithAll in interface ImmutableLongCollectionImmutableLongSet newWithoutAll(LongIterable elements)
newWithoutAll in interface ImmutableLongCollectionCopyright © 2004–2017. All rights reserved.