| 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  | LazyByteIterableThis 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  byteiterable 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  | ByteBagThis file was automatically generated from template file primitiveBag.stg. | 
| interface  | ImmutableByteBagThis file was automatically generated from template file immutablePrimitiveBag.stg. | 
| interface  | MutableByteBagThis 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  | ImmutableByteCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg. | 
| interface  | MutableByteCollectionThis 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  | ByteListThis file was automatically generated from template file primitiveList.stg. | 
| interface  | ImmutableByteListThis file was automatically generated from template file immutablePrimitiveList.stg. | 
| interface  | MutableByteListThis 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  | ByteByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | ByteValuesMapThis file was automatically generated from template file primitiveValuesMap.stg. | 
| interface  | CharByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | DoubleByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | FloatByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | ImmutableByteByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableCharByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableDoubleByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableFloatByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableIntByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableLongByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableObjectByteMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg. | 
| interface  | ImmutableShortByteMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | IntByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | LongByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | MutableByteByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableByteValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg. | 
| interface  | MutableCharByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableDoubleByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableFloatByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableIntByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableLongByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableObjectByteMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg. | 
| interface  | MutableShortByteMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | ObjectByteMap<K>This file was automatically generated from template file objectPrimitiveMap.stg. | 
| interface  | ShortByteMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | OrderedByteIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg. | 
| interface  | ReversibleByteIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ByteSetThis file was automatically generated from template file primitiveSet.stg. | 
| interface  | ImmutableByteSetThis file was automatically generated from template file immutablePrimitiveSet.stg. | 
| interface  | MutableByteSetThis 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  | ByteStackThis file was automatically generated from template file primitiveStack.stg. | 
| interface  | ImmutableByteStackThis file was automatically generated from template file immutablePrimitiveStack.stg. | 
| interface  | MutableByteStackThis 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  | ByteHashBagByteHashBag is similar to  HashBag, and is memory-optimized for byte primitives. | 
| class  | SynchronizedByteBagA synchronized view of a  MutableByteBag. | 
| class  | UnmodifiableByteBagThis 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  | AbstractSynchronizedByteCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg. | 
| class  | AbstractUnmodifiableByteCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg. | 
| class  | SynchronizedByteCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg. | 
| class  | UnmodifiableByteCollectionThis 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  | AbstractLazyByteIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg. | 
| class  | CollectBooleanToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectByteIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg. | 
| class  | CollectByteToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectCharToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectDoubleToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectFloatToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectIntToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectLongToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectShortToByteIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | LazyByteIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg. | 
| class  | ReverseByteIterableThis file was automatically generated from template file reversePrimitiveIterable.stg. | 
| class  | SelectByteIterableThis 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  | ByteArrayListByteArrayList is similar to  FastList, and is memory-optimized for byte primitives. | 
| class  | SynchronizedByteListA synchronized view of a  MutableByteList. | 
| class  | UnmodifiableByteListThis 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  | AbstractMutableByteKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg. | 
| class  | AbstractMutableByteValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg. | 
| class  | ByteByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | CharByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | DoubleByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | FloatByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | IntByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | LongByteHashMapThis 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  | ShortByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | SynchronizedByteByteMapA synchronized view of a  MutableByteByteMap. | 
| class  | SynchronizedCharByteMapA synchronized view of a  MutableCharByteMap. | 
| class  | SynchronizedDoubleByteMapA synchronized view of a  MutableDoubleByteMap. | 
| class  | SynchronizedFloatByteMapA synchronized view of a  MutableFloatByteMap. | 
| class  | SynchronizedIntByteMapA synchronized view of a  MutableIntByteMap. | 
| class  | SynchronizedLongByteMapA synchronized view of a  MutableLongByteMap. | 
| class  | SynchronizedObjectByteMap<K>A synchronized view of a  MutableObjectByteMap. | 
| class  | SynchronizedShortByteMapA synchronized view of a  MutableShortByteMap. | 
| class  | UnmodifiableByteByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableCharByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableDoubleByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableFloatByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableIntByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableLongByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableObjectByteMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg. | 
| class  | UnmodifiableShortByteMapThis 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  | AbstractByteIterableThis file was automatically generated from template file abstractPrimitiveIterable.stg. | 
| class  | SynchronizedByteIterableA 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  | AbstractImmutableByteSetThis 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  | SynchronizedByteSetA synchronized view of a  MutableByteSet. | 
| class  | UnmodifiableByteSetThis 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  | AbstractByteSetThis 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  | ByteArrayStackByteArrayStack is similar to  ArrayStack, and is memory-optimized for byte primitives. | 
| class  | SynchronizedByteStackA synchronized view of a  MutableByteStack. | 
| class  | UnmodifiableByteStackThis 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.