public interface ImmutableIntBag extends ImmutableIntCollection, IntBag
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableIntBag |
newWith(int element) |
ImmutableIntBag |
newWithAll(IntIterable elements) |
ImmutableIntBag |
newWithout(int element) |
ImmutableIntBag |
newWithoutAll(IntIterable elements) |
ImmutableIntBag |
reject(IntPredicate predicate) |
ImmutableIntBag |
select(IntPredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableIntBag select(IntPredicate predicate)
select in interface ImmutableIntCollectionselect in interface IntBagselect in interface IntIterableImmutableIntBag reject(IntPredicate predicate)
reject in interface ImmutableIntCollectionreject in interface IntBagreject in interface IntIterable<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
collect in interface ImmutableIntCollectioncollect in interface IntBagcollect in interface IntIterableImmutableIntBag newWith(int element)
newWith in interface ImmutableIntCollectionImmutableIntBag newWithout(int element)
newWithout in interface ImmutableIntCollectionImmutableIntBag newWithAll(IntIterable elements)
newWithAll in interface ImmutableIntCollectionImmutableIntBag newWithoutAll(IntIterable elements)
newWithoutAll in interface ImmutableIntCollectionCopyright © 2004–2017. All rights reserved.