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 |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
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) |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
AbstractMutableBag.collectLong(LongFunction<? super T> longFunction) |
MutableLongBag |
MultiReaderHashBag.collectLong(LongFunction<? super T> longFunction) |
MutableLongBag |
SynchronizedBag.collectLong(LongFunction<? super T> longFunction) |
MutableLongBag |
UnmodifiableBag.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Class and Description |
---|---|
class |
LongHashBag
LongHashBag is similar to
HashBag , and is memory-optimized for long primitives. |
class |
SynchronizedLongBag
A synchronized view of a
MutableLongBag . |
class |
UnmodifiableLongBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
SynchronizedLongBag.asSynchronized() |
MutableLongBag |
UnmodifiableLongBag.asSynchronized() |
MutableLongBag |
LongHashBag.asSynchronized() |
MutableLongBag |
SynchronizedLongBag.asUnmodifiable() |
MutableLongBag |
UnmodifiableLongBag.asUnmodifiable() |
MutableLongBag |
LongHashBag.asUnmodifiable() |
MutableLongBag |
MutableLongBagFactoryImpl.empty() |
MutableLongBag |
MutableLongBagFactoryImpl.of() |
MutableLongBag |
MutableLongBagFactoryImpl.of(long... items) |
MutableLongBag |
MutableLongBagFactoryImpl.ofAll(LongIterable items) |
MutableLongBag |
SynchronizedLongBag.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongBag.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongBag.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongBag.select(LongPredicate predicate) |
MutableLongBag |
MutableLongBagFactoryImpl.with() |
MutableLongBag |
MutableLongBagFactoryImpl.with(long... items) |
MutableLongBag |
MutableLongBagFactoryImpl.withAll(LongIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
AbstractUnmodifiableLongCollection.toBag() |
MutableLongBag |
AbstractSynchronizedLongCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
SelectLongIterable.toBag() |
MutableLongBag |
LazyLongIterableAdapter.toBag() |
MutableLongBag |
CollectLongIterable.toBag() |
MutableLongBag |
AbstractLazyLongIterable.toBag() |
MutableLongBag |
ReverseLongIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
UnmodifiableMutableMap.collectLong(LongFunction<? super V> longFunction) |
MutableLongBag |
AbstractMutableMap.collectLong(LongFunction<? super V> longFunction) |
MutableLongBag |
SynchronizedMutableMap.collectLong(LongFunction<? super V> longFunction) |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
SynchronizedIntLongMap.toBag() |
MutableLongBag |
SynchronizedLongLongMap.toBag() |
MutableLongBag |
SynchronizedDoubleLongMap.toBag() |
MutableLongBag |
UnmodifiableCharLongMap.toBag() |
MutableLongBag |
UnmodifiableShortLongMap.toBag() |
MutableLongBag |
UnmodifiableIntLongMap.toBag() |
MutableLongBag |
AbstractMutableLongKeySet.toBag() |
MutableLongBag |
ObjectLongHashMap.toBag() |
MutableLongBag |
SynchronizedObjectLongMap.toBag() |
MutableLongBag |
UnmodifiableObjectLongMap.toBag() |
MutableLongBag |
SynchronizedCharLongMap.toBag() |
MutableLongBag |
ObjectLongHashMapWithHashingStrategy.toBag() |
MutableLongBag |
UnmodifiableDoubleLongMap.toBag() |
MutableLongBag |
SynchronizedFloatLongMap.toBag() |
MutableLongBag |
UnmodifiableByteLongMap.toBag() |
MutableLongBag |
UnmodifiableFloatLongMap.toBag() |
MutableLongBag |
SynchronizedByteLongMap.toBag() |
MutableLongBag |
UnmodifiableLongLongMap.toBag() |
MutableLongBag |
SynchronizedShortLongMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
AbstractLongIterable.toBag() |
MutableLongBag |
SynchronizedLongIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
UnmodifiableLongStack.toBag() |
MutableLongBag |
LongArrayStack.toBag() |
MutableLongBag |
SynchronizedLongStack.toBag() |
Copyright © 2004–2016. All rights reserved.