| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
LongIterable.toBag() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
MutableBag.collectLong(LongFunction<? super T> longFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
MutableLongBag.asSynchronized() |
MutableLongBag |
MutableLongBag.asUnmodifiable() |
MutableLongBag |
MutableLongBag.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.select(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.with(long element) |
MutableLongBag |
MutableLongBag.withAll(LongIterable elements) |
MutableLongBag |
MutableLongBag.without(long element) |
MutableLongBag |
MutableLongBag.withoutAll(LongIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
MutableLongBagFactory.empty() |
MutableLongBag |
MutableLongBagFactory.of()
Same as
MutableLongBagFactory.empty(). |
MutableLongBag |
MutableLongBagFactory.of(long... items)
Same as
MutableLongBagFactory.with(long[]). |
MutableLongBag |
MutableLongBagFactory.ofAll(LongIterable items)
|
MutableLongBag |
MutableLongBagFactory.with()
Same as
MutableLongBagFactory.empty(). |
MutableLongBag |
MutableLongBagFactory.with(long... items) |
MutableLongBag |
MutableLongBagFactory.withAll(LongIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
MutableMap.collectLong(LongFunction<? super V> longFunction) |
Copyright © 2004–2017. All rights reserved.