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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
<V> ImmutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
ImmutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
ImmutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
ImmutableLongCollection newWith(long element)
ImmutableLongCollection newWithout(long element)
ImmutableLongCollection newWithAll(LongIterable elements)
ImmutableLongCollection newWithoutAll(LongIterable elements)
Copyright © 2004–2016. All rights reserved.