public interface ImmutableLongCollection extends LongIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableLongCollection |
newWith(long element) |
ImmutableLongCollection |
newWithAll(LongIterable elements) |
ImmutableLongCollection |
newWithout(long element) |
ImmutableLongCollection |
newWithoutAll(LongIterable elements) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableLongCollection |
select(LongPredicate predicate) |
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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableImmutableLongCollection select(LongPredicate predicate)
select in interface LongIterableImmutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterableImmutableLongCollection newWith(long element)
ImmutableLongCollection newWithout(long element)
ImmutableLongCollection newWithAll(LongIterable elements)
ImmutableLongCollection newWithoutAll(LongIterable elements)
Copyright © 2004–2016. All rights reserved.