Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.factory.bag.primitive | |
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.factory.stack.primitive | |
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
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.api.ordered.primitive | |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
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.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.primitive | |
org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyByteIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
ByteIterable |
RichIterable.collectByte(ByteFunction<? super T> byteFunction)
Returns a new primitive
byte iterable with the results of applying the specified function on each element
of the source collection. |
ByteIterable |
ByteIterable.reject(BytePredicate predicate) |
ByteIterable |
ByteIterable.select(BytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
ByteIterable.containsAll(ByteIterable source) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteBag
This file was automatically generated from template file primitiveBag.stg.
|
interface |
ImmutableByteBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableByteBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
ImmutableByteBag.newWithAll(ByteIterable elements) |
ImmutableByteBag |
ImmutableByteBag.newWithoutAll(ByteIterable elements) |
MutableByteBag |
MutableByteBag.withAll(ByteIterable elements) |
MutableByteBag |
MutableByteBag.withoutAll(ByteIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableByteCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableByteCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MutableByteCollection.addAll(ByteIterable source) |
ImmutableByteCollection |
ImmutableByteCollection.newWithAll(ByteIterable elements) |
ImmutableByteCollection |
ImmutableByteCollection.newWithoutAll(ByteIterable elements) |
boolean |
MutableByteCollection.removeAll(ByteIterable source) |
boolean |
MutableByteCollection.retainAll(ByteIterable elements) |
MutableByteCollection |
MutableByteCollection.withAll(ByteIterable elements) |
MutableByteCollection |
MutableByteCollection.withoutAll(ByteIterable elements) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
ImmutableByteBagFactory.ofAll(ByteIterable items)
|
MutableByteBag |
MutableByteBagFactory.ofAll(ByteIterable items)
|
ImmutableByteBag |
ImmutableByteBagFactory.withAll(ByteIterable items) |
MutableByteBag |
MutableByteBagFactory.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableByteList |
MutableByteListFactory.ofAll(ByteIterable items)
|
ImmutableByteList |
ImmutableByteListFactory.ofAll(ByteIterable items)
|
MutableByteList |
MutableByteListFactory.withAll(ByteIterable items) |
ImmutableByteList |
ImmutableByteListFactory.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableByteSet |
MutableByteSetFactory.ofAll(ByteIterable items)
|
ImmutableByteSet |
ImmutableByteSetFactory.ofAll(ByteIterable items)
|
MutableByteSet |
MutableByteSetFactory.withAll(ByteIterable items) |
ImmutableByteSet |
ImmutableByteSetFactory.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableByteStack |
MutableByteStackFactory.ofAll(ByteIterable items)
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAll(ByteIterable items)
|
MutableByteStack |
MutableByteStackFactory.ofAllReversed(ByteIterable items)
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAllReversed(ByteIterable items)
|
MutableByteStack |
MutableByteStackFactory.withAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactory.withAll(ByteIterable items) |
MutableByteStack |
MutableByteStackFactory.withAllReversed(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactory.withAllReversed(ByteIterable items) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableByteList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableByteList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MutableByteList.addAllAtIndex(int index,
ByteIterable source) |
ImmutableByteList |
ImmutableByteList.newWithAll(ByteIterable elements) |
ImmutableByteList |
ImmutableByteList.newWithoutAll(ByteIterable elements) |
MutableByteList |
MutableByteList.withAll(ByteIterable elements) |
MutableByteList |
MutableByteList.withoutAll(ByteIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ByteValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
interface |
CharByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
DoubleByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectByteMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableByteValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
MutableCharByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectByteMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
ObjectByteMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderedByteIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleByteIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ByteSet
This file was automatically generated from template file primitiveSet.stg.
|
interface |
ImmutableByteSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableByteSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
ImmutableByteSet.newWithAll(ByteIterable elements) |
ImmutableByteSet |
ImmutableByteSet.newWithoutAll(ByteIterable elements) |
MutableByteSet |
MutableByteSet.withAll(ByteIterable elements) |
MutableByteSet |
MutableByteSet.withoutAll(ByteIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableByteStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableByteStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
ByteIterable |
UnmodifiableRichIterable.collectByte(ByteFunction<? super T> byteFunction) |
ByteIterable |
SynchronizedRichIterable.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
ImmutableByteBagFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Class and 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 and Description |
---|---|
boolean |
ByteHashBag.addAll(ByteIterable source) |
static ByteHashBag |
ByteHashBag.newBag(ByteIterable source) |
MutableByteBag |
MutableByteBagFactoryImpl.ofAll(ByteIterable items) |
boolean |
ByteHashBag.removeAll(ByteIterable source) |
boolean |
ByteHashBag.retainAll(ByteIterable source) |
UnmodifiableByteBag |
UnmodifiableByteBag.withAll(ByteIterable elements) |
SynchronizedByteBag |
SynchronizedByteBag.withAll(ByteIterable elements) |
MutableByteBag |
MutableByteBagFactoryImpl.withAll(ByteIterable items) |
ByteHashBag |
ByteHashBag.withAll(ByteIterable iterable) |
UnmodifiableByteBag |
UnmodifiableByteBag.withoutAll(ByteIterable elements) |
SynchronizedByteBag |
SynchronizedByteBag.withoutAll(ByteIterable elements) |
ByteHashBag |
ByteHashBag.withoutAll(ByteIterable iterable) |
Constructor and Description |
---|
ByteHashBag(ByteIterable iterable) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizedByteCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableByteCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedByteCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableByteCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSynchronizedByteCollection.addAll(ByteIterable source) |
boolean |
AbstractUnmodifiableByteCollection.addAll(ByteIterable source) |
boolean |
AbstractSynchronizedByteCollection.containsAll(ByteIterable source) |
boolean |
AbstractUnmodifiableByteCollection.containsAll(ByteIterable source) |
boolean |
AbstractSynchronizedByteCollection.removeAll(ByteIterable source) |
boolean |
AbstractUnmodifiableByteCollection.removeAll(ByteIterable source) |
boolean |
AbstractSynchronizedByteCollection.retainAll(ByteIterable source) |
boolean |
AbstractUnmodifiableByteCollection.retainAll(ByteIterable source) |
MutableByteCollection |
AbstractSynchronizedByteCollection.withAll(ByteIterable elements) |
MutableByteCollection |
AbstractUnmodifiableByteCollection.withAll(ByteIterable elements) |
MutableByteCollection |
AbstractSynchronizedByteCollection.withoutAll(ByteIterable elements) |
MutableByteCollection |
AbstractUnmodifiableByteCollection.withoutAll(ByteIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyByteIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectByteToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyByteIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseByteIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectByteIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LazyByteIterableAdapter.containsAll(ByteIterable source) |
boolean |
CollectByteIterable.containsAll(ByteIterable source) |
boolean |
AbstractLazyByteIterable.containsAll(ByteIterable source) |
boolean |
SelectByteIterable.containsAll(ByteIterable source) |
boolean |
ReverseByteIterable.containsAll(ByteIterable source) |
Constructor and Description |
---|
CollectByteToBooleanIterable(ByteIterable iterable,
ByteToBooleanFunction function) |
CollectByteToByteIterable(ByteIterable iterable,
ByteToByteFunction function) |
CollectByteToCharIterable(ByteIterable iterable,
ByteToCharFunction function) |
CollectByteToDoubleIterable(ByteIterable iterable,
ByteToDoubleFunction function) |
CollectByteToFloatIterable(ByteIterable iterable,
ByteToFloatFunction function) |
CollectByteToIntIterable(ByteIterable iterable,
ByteToIntFunction function) |
CollectByteToLongIterable(ByteIterable iterable,
ByteToLongFunction function) |
CollectByteToObjectIterable(ByteIterable iterable,
ByteToObjectFunction<? extends V> function) |
CollectByteToShortIterable(ByteIterable iterable,
ByteToShortFunction function) |
LazyByteIterableAdapter(ByteIterable delegate) |
SelectByteIterable(ByteIterable delegate,
BytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteList |
ImmutableByteListFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteList |
ImmutableByteListFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayList
ByteArrayList is similar to
FastList , and is memory-optimized for byte primitives. |
class |
SynchronizedByteList
A synchronized view of a
MutableByteList . |
class |
UnmodifiableByteList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ByteArrayList.addAll(ByteIterable source) |
boolean |
UnmodifiableByteList.addAllAtIndex(int index,
ByteIterable source) |
boolean |
ByteArrayList.addAllAtIndex(int index,
ByteIterable source) |
boolean |
SynchronizedByteList.addAllAtIndex(int index,
ByteIterable source) |
static ByteArrayList |
ByteArrayList.newList(ByteIterable source) |
MutableByteList |
MutableByteListFactoryImpl.ofAll(ByteIterable items) |
boolean |
ByteArrayList.removeAll(ByteIterable source) |
boolean |
ByteArrayList.retainAll(ByteIterable source) |
UnmodifiableByteList |
UnmodifiableByteList.withAll(ByteIterable elements) |
ByteArrayList |
ByteArrayList.withAll(ByteIterable elements) |
SynchronizedByteList |
SynchronizedByteList.withAll(ByteIterable elements) |
MutableByteList |
MutableByteListFactoryImpl.withAll(ByteIterable items) |
UnmodifiableByteList |
UnmodifiableByteList.withoutAll(ByteIterable elements) |
ByteArrayList |
ByteArrayList.withoutAll(ByteIterable elements) |
SynchronizedByteList |
SynchronizedByteList.withoutAll(ByteIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectByteMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableByteKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
class |
AbstractMutableByteValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.
|
class |
ByteByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
CharByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
DoubleByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
FloatByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
IntByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
LongByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
ObjectByteHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
ObjectByteHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
|
class |
ShortByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteByteMap
A synchronized view of a
MutableByteByteMap . |
class |
SynchronizedCharByteMap
A synchronized view of a
MutableCharByteMap . |
class |
SynchronizedDoubleByteMap
A synchronized view of a
MutableDoubleByteMap . |
class |
SynchronizedFloatByteMap
A synchronized view of a
MutableFloatByteMap . |
class |
SynchronizedIntByteMap
A synchronized view of a
MutableIntByteMap . |
class |
SynchronizedLongByteMap
A synchronized view of a
MutableLongByteMap . |
class |
SynchronizedObjectByteMap<K>
A synchronized view of a
MutableObjectByteMap . |
class |
SynchronizedShortByteMap
A synchronized view of a
MutableShortByteMap . |
class |
UnmodifiableByteByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableCharByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableDoubleByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableFloatByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableIntByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableLongByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableObjectByteMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
class |
UnmodifiableShortByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMutableByteKeySet.addAll(ByteIterable source) |
boolean |
SynchronizedDoubleByteMap.containsAll(ByteIterable source) |
boolean |
SynchronizedShortByteMap.containsAll(ByteIterable source) |
boolean |
ObjectByteHashMapWithHashingStrategy.containsAll(ByteIterable source) |
boolean |
UnmodifiableCharByteMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableShortByteMap.containsAll(ByteIterable source) |
boolean |
SynchronizedIntByteMap.containsAll(ByteIterable source) |
boolean |
AbstractMutableByteValuesMap.containsAll(ByteIterable source) |
boolean |
SynchronizedLongByteMap.containsAll(ByteIterable source) |
boolean |
SynchronizedCharByteMap.containsAll(ByteIterable source) |
boolean |
SynchronizedFloatByteMap.containsAll(ByteIterable source) |
boolean |
SynchronizedObjectByteMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableFloatByteMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableObjectByteMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableLongByteMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableIntByteMap.containsAll(ByteIterable source) |
boolean |
ObjectByteHashMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableByteByteMap.containsAll(ByteIterable source) |
boolean |
AbstractMutableByteKeySet.containsAll(ByteIterable source) |
boolean |
SynchronizedByteByteMap.containsAll(ByteIterable source) |
boolean |
UnmodifiableDoubleByteMap.containsAll(ByteIterable source) |
boolean |
AbstractMutableByteKeySet.removeAll(ByteIterable source) |
MutableByteSet |
AbstractMutableByteKeySet.withAll(ByteIterable elements) |
MutableByteSet |
AbstractMutableByteKeySet.withoutAll(ByteIterable elements) |
MutableByteShortMap |
UnmodifiableByteShortMap.withoutAllKeys(ByteIterable keys) |
MutableByteFloatMap |
UnmodifiableByteFloatMap.withoutAllKeys(ByteIterable keys) |
MutableByteBooleanMap |
SynchronizedByteBooleanMap.withoutAllKeys(ByteIterable keys) |
MutableByteIntMap |
UnmodifiableByteIntMap.withoutAllKeys(ByteIterable keys) |
ByteBooleanHashMap |
ByteBooleanHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteCharMap |
UnmodifiableByteCharMap.withoutAllKeys(ByteIterable keys) |
ByteLongHashMap |
ByteLongHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteIntMap |
SynchronizedByteIntMap.withoutAllKeys(ByteIterable keys) |
ByteShortHashMap |
ByteShortHashMap.withoutAllKeys(ByteIterable keys) |
ByteDoubleHashMap |
ByteDoubleHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.withoutAllKeys(ByteIterable keys) |
ByteIntHashMap |
ByteIntHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteBooleanMap |
UnmodifiableByteBooleanMap.withoutAllKeys(ByteIterable keys) |
MutableByteObjectMap<V> |
ByteObjectHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteCharMap |
SynchronizedByteCharMap.withoutAllKeys(ByteIterable keys) |
MutableByteFloatMap |
SynchronizedByteFloatMap.withoutAllKeys(ByteIterable keys) |
ByteByteHashMap |
ByteByteHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteByteMap |
UnmodifiableByteByteMap.withoutAllKeys(ByteIterable keys) |
ByteCharHashMap |
ByteCharHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteDoubleMap |
UnmodifiableByteDoubleMap.withoutAllKeys(ByteIterable keys) |
MutableByteByteMap |
SynchronizedByteByteMap.withoutAllKeys(ByteIterable keys) |
MutableByteShortMap |
SynchronizedByteShortMap.withoutAllKeys(ByteIterable keys) |
MutableByteLongMap |
UnmodifiableByteLongMap.withoutAllKeys(ByteIterable keys) |
ByteFloatHashMap |
ByteFloatHashMap.withoutAllKeys(ByteIterable keys) |
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.withoutAllKeys(ByteIterable keys) |
MutableByteDoubleMap |
SynchronizedByteDoubleMap.withoutAllKeys(ByteIterable keys) |
MutableByteLongMap |
SynchronizedByteLongMap.withoutAllKeys(ByteIterable keys) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.
|
class |
SynchronizedByteIterable
A synchronized view of a ByteIterable.
|
Modifier and Type | Method and Description |
---|---|
ByteIterable |
SynchronizedByteIterable.reject(BytePredicate predicate) |
ByteIterable |
SynchronizedByteIterable.select(BytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractByteIterable.containsAll(ByteIterable source) |
boolean |
SynchronizedByteIterable.containsAll(ByteIterable source) |
static SynchronizedByteIterable |
SynchronizedByteIterable.of(ByteIterable iterable)
This method will take a ByteIterable and wrap it directly in a SynchronizedByteIterable.
|
static SynchronizedByteIterable |
SynchronizedByteIterable.of(ByteIterable iterable,
Object lock)
This method will take a ByteIterable and wrap it directly in a SynchronizedByteIterable.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableByteSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
AbstractImmutableByteSet.newWithAll(ByteIterable elements) |
ImmutableByteSet |
AbstractImmutableByteSet.newWithoutAll(ByteIterable elements) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ByteHashSet |
class |
SynchronizedByteSet
A synchronized view of a
MutableByteSet . |
class |
UnmodifiableByteSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ByteHashSet.addAll(ByteIterable source) |
boolean |
ByteHashSet.containsAll(ByteIterable source) |
static ByteHashSet |
ByteHashSet.newSet(ByteIterable source) |
MutableByteSet |
MutableByteSetFactoryImpl.ofAll(ByteIterable items) |
boolean |
ByteHashSet.removeAll(ByteIterable source) |
boolean |
ByteHashSet.retainAll(ByteIterable source) |
UnmodifiableByteSet |
UnmodifiableByteSet.withAll(ByteIterable elements) |
MutableByteSet |
MutableByteSetFactoryImpl.withAll(ByteIterable items) |
ByteHashSet |
ByteHashSet.withAll(ByteIterable elements) |
SynchronizedByteSet |
SynchronizedByteSet.withAll(ByteIterable elements) |
UnmodifiableByteSet |
UnmodifiableByteSet.withoutAll(ByteIterable elements) |
ByteHashSet |
ByteHashSet.withoutAll(ByteIterable elements) |
SynchronizedByteSet |
SynchronizedByteSet.withoutAll(ByteIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteSet
This file was automatically generated from template file abstractPrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.ofAllReversed(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.withAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.withAllReversed(ByteIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayStack
ByteArrayStack is similar to
ArrayStack , and is memory-optimized for byte primitives. |
class |
SynchronizedByteStack
A synchronized view of a
MutableByteStack . |
class |
UnmodifiableByteStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UnmodifiableByteStack.containsAll(ByteIterable source) |
boolean |
ByteArrayStack.containsAll(ByteIterable source) |
boolean |
SynchronizedByteStack.containsAll(ByteIterable source) |
static ByteArrayStack |
ByteArrayStack.newStack(ByteIterable items) |
static ByteArrayStack |
ByteArrayStack.newStackFromTopToBottom(ByteIterable items) |
MutableByteStack |
MutableByteStackFactoryImpl.ofAll(ByteIterable items) |
MutableByteStack |
MutableByteStackFactoryImpl.ofAllReversed(ByteIterable items) |
MutableByteStack |
MutableByteStackFactoryImpl.withAll(ByteIterable items) |
MutableByteStack |
MutableByteStackFactoryImpl.withAllReversed(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ByteIterableIterate.allSatisfy(ByteIterable iterable,
BytePredicate predicate) |
static boolean |
ByteIterableIterate.anySatisfy(ByteIterable iterable,
BytePredicate predicate) |
static void |
ByteIterableIterate.appendString(ByteIterable iterable,
Appendable appendable,
String start,
String separator,
String end) |
static <V,R extends Collection<V>> |
ByteIterableIterate.collect(ByteIterable iterable,
ByteToObjectFunction<? extends V> function,
R targetCollection) |
static int |
ByteIterableIterate.count(ByteIterable iterable,
BytePredicate predicate) |
static byte |
ByteIterableIterate.detectIfNone(ByteIterable iterable,
BytePredicate predicate,
byte ifNone) |
static void |
ByteIterableIterate.forEach(ByteIterable iterable,
ByteProcedure procedure) |
static <T> T |
ByteIterableIterate.injectInto(ByteIterable iterable,
T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
static boolean |
ByteIterableIterate.isEmpty(ByteIterable iterable) |
static byte |
ByteIterableIterate.max(ByteIterable iterable) |
static byte |
ByteIterableIterate.maxIfEmpty(ByteIterable iterable,
byte ifEmpty) |
static byte |
ByteIterableIterate.min(ByteIterable iterable) |
static byte |
ByteIterableIterate.minIfEmpty(ByteIterable iterable,
byte ifEmpty) |
static boolean |
ByteIterableIterate.noneSatisfy(ByteIterable iterable,
BytePredicate predicate) |
static boolean |
ByteIterableIterate.notEmpty(ByteIterable iterable) |
static <R extends MutableByteCollection> |
ByteIterableIterate.reject(ByteIterable iterable,
BytePredicate predicate,
R targetCollection) |
static <R extends MutableByteCollection> |
ByteIterableIterate.select(ByteIterable iterable,
BytePredicate predicate,
R targetCollection) |
static long |
ByteIterableIterate.sum(ByteIterable iterable) |
Modifier and Type | Method and Description |
---|---|
static LazyByteIterable |
LazyByteIterate.adapt(ByteIterable iterable)
Creates a deferred byte iterable for the specified byte iterable.
|
static <V> LazyIterable<V> |
LazyByteIterate.collect(ByteIterable iterable,
ByteToObjectFunction<? extends V> function)
Creates a deferred transforming byte iterable for the specified byte iterable.
|
static <V> LazyIterable<V> |
LazyByteIterate.collectIf(ByteIterable iterable,
BytePredicate predicate,
ByteToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming byte iterable for the specified byte iterable.
|
static LazyByteIterable |
LazyByteIterate.select(ByteIterable iterable,
BytePredicate predicate)
Creates a deferred filtering byte iterable for the specified byte iterable.
|
Copyright © 2004–2016. All rights reserved.