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.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
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.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
ByteIterable.toBag() |
Converts the ByteIterable to a new MutableByteBag.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
MutableBag.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
MutableByteBag.asSynchronized() |
|
MutableByteBag |
MutableByteBag.asUnmodifiable() |
|
default MutableByteBag |
MutableByteBag.newEmpty() |
Creates a new empty mutable version of the same Bag type.
|
MutableByteBag |
MutableByteBag.reject(BytePredicate predicate) |
|
MutableByteBag |
MutableByteBag.select(BytePredicate predicate) |
|
MutableByteBag |
MutableByteBag.selectByOccurrences(IntPredicate predicate) |
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
default MutableByteBag |
MutableByteBag.selectDuplicates() |
Returns all elements of the bag that have more than one occurrence.
|
default MutableByteBag |
MutableByteBag.tap(ByteProcedure procedure) |
|
MutableByteBag |
MutableByteBag.with(byte element) |
|
MutableByteBag |
MutableByteBag.withAll(ByteIterable elements) |
|
MutableByteBag |
MutableByteBag.without(byte element) |
|
MutableByteBag |
MutableByteBag.withoutAll(ByteIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
MutableByteBagFactory.empty() |
|
MutableByteBag |
MutableByteBagFactory.of() |
Same as
MutableByteBagFactory.empty() . |
MutableByteBag |
MutableByteBagFactory.of(byte... items) |
Same as
MutableByteBagFactory.with(byte[]) . |
MutableByteBag |
MutableByteBagFactory.ofAll(Iterable<Byte> iterable) |
Same as
#withAll(IterableByte) . |
MutableByteBag |
MutableByteBagFactory.ofAll(ByteIterable items) |
|
MutableByteBag |
MutableByteBagFactory.with() |
Same as
MutableByteBagFactory.empty() . |
MutableByteBag |
MutableByteBagFactory.with(byte... items) |
|
MutableByteBag |
MutableByteBagFactory.withAll(Iterable<Byte> iterable) |
|
MutableByteBag |
MutableByteBagFactory.withAll(ByteIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
MutableMap.collectByte(ByteFunction<? super V> byteFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
MutablePrimitiveObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
MutableByteValuesMap.reject(BytePredicate predicate) |
|
MutableByteBag |
MutableByteValuesMap.select(BytePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
AbstractMutableBag.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteBag |
MultiReaderHashBag.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteBag |
SynchronizedBag.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteBag |
UnmodifiableBag.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
ByteHashBag |
ByteHashBag is similar to
HashBag , and is memory-optimized for byte primitives. |
class |
SynchronizedByteBag |
A synchronized view of a
MutableByteBag . |
class |
UnmodifiableByteBag |
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
ByteHashBag.asSynchronized() |
|
MutableByteBag |
SynchronizedByteBag.asSynchronized() |
|
MutableByteBag |
UnmodifiableByteBag.asSynchronized() |
|
MutableByteBag |
ByteHashBag.asUnmodifiable() |
|
MutableByteBag |
SynchronizedByteBag.asUnmodifiable() |
|
MutableByteBag |
UnmodifiableByteBag.asUnmodifiable() |
|
MutableByteBag |
MutableByteBagFactoryImpl.empty() |
|
MutableByteBag |
SynchronizedByteBag.newEmpty() |
|
MutableByteBag |
UnmodifiableByteBag.newEmpty() |
|
MutableByteBag |
MutableByteBagFactoryImpl.of() |
|
MutableByteBag |
MutableByteBagFactoryImpl.of(byte... items) |
|
MutableByteBag |
MutableByteBagFactoryImpl.ofAll(Iterable<Byte> iterable) |
|
MutableByteBag |
MutableByteBagFactoryImpl.ofAll(ByteIterable items) |
|
MutableByteBag |
SynchronizedByteBag.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableByteBag.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedByteBag.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableByteBag.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedByteBag.selectByOccurrences(IntPredicate predicate) |
|
MutableByteBag |
UnmodifiableByteBag.selectByOccurrences(IntPredicate predicate) |
|
MutableByteBag |
MutableByteBagFactoryImpl.with() |
|
MutableByteBag |
MutableByteBagFactoryImpl.with(byte... items) |
|
MutableByteBag |
MutableByteBagFactoryImpl.withAll(Iterable<Byte> iterable) |
|
MutableByteBag |
MutableByteBagFactoryImpl.withAll(ByteIterable items) |
Constructor | Description |
---|---|
SynchronizedByteBag(MutableByteBag bag) |
|
SynchronizedByteBag(MutableByteBag bag,
Object newLock) |
|
UnmodifiableByteBag(MutableByteBag bag) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
AbstractSynchronizedByteCollection.toBag() |
|
MutableByteBag |
AbstractUnmodifiableByteCollection.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
AbstractLazyByteIterable.toBag() |
|
MutableByteBag |
CollectByteIterable.toBag() |
|
MutableByteBag |
LazyByteIterableAdapter.toBag() |
|
MutableByteBag |
ReverseByteIterable.toBag() |
|
MutableByteBag |
SelectByteIterable.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
AbstractMutableMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedMutableMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableMutableMap.collectByte(ByteFunction<? super V> byteFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
ByteObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
CharObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
DoubleObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
FloatObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
IntObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
LongObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
ShortObjectHashMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedByteObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedCharObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedDoubleObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedFloatObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedIntObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedLongObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
SynchronizedShortObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableByteObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableCharObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableDoubleObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableFloatObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableIntObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableLongObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
UnmodifiableShortObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
|
MutableByteBag |
AbstractMutableByteValuesMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedByteByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedCharByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedDoubleByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedFloatByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedIntByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedLongByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedShortByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableByteByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableCharByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableDoubleByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableFloatByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableIntByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableLongByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableShortByteMap.reject(BytePredicate predicate) |
|
MutableByteBag |
AbstractMutableByteValuesMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedByteByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedCharByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedDoubleByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedFloatByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedIntByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedLongByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
SynchronizedShortByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableByteByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableCharByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableDoubleByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableFloatByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableIntByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableLongByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
UnmodifiableShortByteMap.select(BytePredicate predicate) |
|
MutableByteBag |
AbstractMutableByteKeySet.toBag() |
|
MutableByteBag |
ObjectByteHashMap.toBag() |
|
MutableByteBag |
ObjectByteHashMapWithHashingStrategy.toBag() |
|
MutableByteBag |
SynchronizedByteByteMap.toBag() |
|
MutableByteBag |
SynchronizedCharByteMap.toBag() |
|
MutableByteBag |
SynchronizedDoubleByteMap.toBag() |
|
MutableByteBag |
SynchronizedFloatByteMap.toBag() |
|
MutableByteBag |
SynchronizedIntByteMap.toBag() |
|
MutableByteBag |
SynchronizedLongByteMap.toBag() |
|
MutableByteBag |
SynchronizedObjectByteMap.toBag() |
|
MutableByteBag |
SynchronizedShortByteMap.toBag() |
|
MutableByteBag |
UnmodifiableByteByteMap.toBag() |
|
MutableByteBag |
UnmodifiableCharByteMap.toBag() |
|
MutableByteBag |
UnmodifiableDoubleByteMap.toBag() |
|
MutableByteBag |
UnmodifiableFloatByteMap.toBag() |
|
MutableByteBag |
UnmodifiableIntByteMap.toBag() |
|
MutableByteBag |
UnmodifiableLongByteMap.toBag() |
|
MutableByteBag |
UnmodifiableObjectByteMap.toBag() |
|
MutableByteBag |
UnmodifiableShortByteMap.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
AbstractByteIterable.toBag() |
|
MutableByteBag |
SynchronizedByteIterable.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
ByteHashSet.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
SynchronizedByteStack.toBag() |
|
MutableByteBag |
UnmodifiableByteStack.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteBag |
AbstractByteStack.toBag() |
Copyright © 2004–2019. All rights reserved.