public interface ImmutableLongBag extends ImmutableLongCollection, LongBag
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableLongBag |
newWith(long element) |
ImmutableLongBag |
newWithAll(LongIterable elements) |
ImmutableLongBag |
newWithout(long element) |
ImmutableLongBag |
newWithoutAll(LongIterable elements) |
ImmutableLongBag |
reject(LongPredicate predicate) |
ImmutableLongBag |
select(LongPredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, 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, toStringImmutableLongBag select(LongPredicate predicate)
select in interface ImmutableLongCollectionselect in interface LongBagselect in interface LongIterableImmutableLongBag reject(LongPredicate predicate)
reject in interface ImmutableLongCollectionreject in interface LongBagreject in interface LongIterable<V> ImmutableBag<V> collect(LongToObjectFunction<? extends V> function)
collect in interface ImmutableLongCollectioncollect in interface LongBagcollect in interface LongIterableImmutableLongBag newWith(long element)
newWith in interface ImmutableLongCollectionImmutableLongBag newWithout(long element)
newWithout in interface ImmutableLongCollectionImmutableLongBag newWithAll(LongIterable elements)
newWithAll in interface ImmutableLongCollectionImmutableLongBag newWithoutAll(LongIterable elements)
newWithoutAll in interface ImmutableLongCollectionCopyright © 2004–2016. All rights reserved.