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.factory.set.primitive | |
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.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
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.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 | |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
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 |
---|---|---|
MutableByteSet |
ByteIterable.toSet() |
Converts the ByteIterable to a new MutableByteSet.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
MutableByteBag.selectUnique() |
Returns all elements of the bag that have exactly one occurrence.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
MutableByteSetFactory.empty() |
|
MutableByteSet |
MutableByteSetFactory.of() |
Same as
MutableByteSetFactory.empty() . |
MutableByteSet |
MutableByteSetFactory.of(byte... items) |
Same as
MutableByteSetFactory.with(byte[]) . |
MutableByteSet |
MutableByteSetFactory.ofAll(java.lang.Iterable<java.lang.Byte> iterable) |
Same as
#withAll(IterableByte) . |
MutableByteSet |
MutableByteSetFactory.ofAll(ByteIterable items) |
|
MutableByteSet |
MutableByteSetFactory.with() |
Same as
MutableByteSetFactory.empty() . |
MutableByteSet |
MutableByteSetFactory.with(byte... items) |
|
MutableByteSet |
MutableByteSetFactory.withAll(java.lang.Iterable<java.lang.Byte> iterable) |
|
MutableByteSet |
MutableByteSetFactory.withAll(ByteIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
ByteBooleanMap.keySet() |
|
MutableByteSet |
ByteByteMap.keySet() |
|
MutableByteSet |
ByteCharMap.keySet() |
|
MutableByteSet |
ByteDoubleMap.keySet() |
|
MutableByteSet |
ByteFloatMap.keySet() |
|
MutableByteSet |
ByteIntMap.keySet() |
|
MutableByteSet |
ByteLongMap.keySet() |
|
MutableByteSet |
ByteObjectMap.keySet() |
|
MutableByteSet |
ByteShortMap.keySet() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
MutableSet.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
MutableByteSet.asSynchronized() |
|
MutableByteSet |
MutableByteSet.asUnmodifiable() |
|
default MutableByteSet |
MutableByteSet.newEmpty() |
Creates a new empty mutable version of the same Set type.
|
MutableByteSet |
MutableByteSet.reject(BytePredicate predicate) |
|
MutableByteSet |
MutableByteSet.select(BytePredicate predicate) |
|
default MutableByteSet |
MutableByteSet.tap(ByteProcedure procedure) |
|
MutableByteSet |
MutableByteSet.with(byte element) |
|
MutableByteSet |
MutableByteSet.withAll(ByteIterable elements) |
|
MutableByteSet |
MutableByteSet.without(byte element) |
|
MutableByteSet |
MutableByteSet.withoutAll(ByteIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
ByteHashBag.selectUnique() |
|
MutableByteSet |
SynchronizedByteBag.selectUnique() |
|
MutableByteSet |
UnmodifiableByteBag.selectUnique() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractSynchronizedByteCollection.toSet() |
|
MutableByteSet |
AbstractUnmodifiableByteCollection.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractLazyByteIterable.toSet() |
|
MutableByteSet |
CollectByteIterable.toSet() |
|
MutableByteSet |
LazyByteIterableAdapter.toSet() |
|
MutableByteSet |
ReverseByteIterable.toSet() |
|
MutableByteSet |
SelectByteIterable.toSet() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableByteKeySet |
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractMutableByteKeySet.asSynchronized() |
|
MutableByteSet |
AbstractMutableByteKeySet.asUnmodifiable() |
|
MutableByteSet |
ByteBooleanHashMap.keySet() |
|
MutableByteSet |
ByteByteHashMap.keySet() |
|
MutableByteSet |
ByteCharHashMap.keySet() |
|
MutableByteSet |
ByteDoubleHashMap.keySet() |
|
MutableByteSet |
ByteFloatHashMap.keySet() |
|
MutableByteSet |
ByteIntHashMap.keySet() |
|
MutableByteSet |
ByteLongHashMap.keySet() |
|
MutableByteSet |
ByteObjectHashMap.keySet() |
|
MutableByteSet |
ByteShortHashMap.keySet() |
|
MutableByteSet |
SynchronizedByteBooleanMap.keySet() |
|
MutableByteSet |
SynchronizedByteByteMap.keySet() |
|
MutableByteSet |
SynchronizedByteCharMap.keySet() |
|
MutableByteSet |
SynchronizedByteDoubleMap.keySet() |
|
MutableByteSet |
SynchronizedByteFloatMap.keySet() |
|
MutableByteSet |
SynchronizedByteIntMap.keySet() |
|
MutableByteSet |
SynchronizedByteLongMap.keySet() |
|
MutableByteSet |
SynchronizedByteObjectMap.keySet() |
|
MutableByteSet |
SynchronizedByteShortMap.keySet() |
|
MutableByteSet |
UnmodifiableByteBooleanMap.keySet() |
|
MutableByteSet |
UnmodifiableByteByteMap.keySet() |
|
MutableByteSet |
UnmodifiableByteCharMap.keySet() |
|
MutableByteSet |
UnmodifiableByteDoubleMap.keySet() |
|
MutableByteSet |
UnmodifiableByteFloatMap.keySet() |
|
MutableByteSet |
UnmodifiableByteIntMap.keySet() |
|
MutableByteSet |
UnmodifiableByteLongMap.keySet() |
|
MutableByteSet |
UnmodifiableByteObjectMap.keySet() |
|
MutableByteSet |
UnmodifiableByteShortMap.keySet() |
|
MutableByteSet |
AbstractMutableByteKeySet.reject(BytePredicate predicate) |
|
MutableByteSet |
AbstractMutableByteKeySet.select(BytePredicate predicate) |
|
MutableByteSet |
AbstractMutableByteKeySet.toSet() |
|
MutableByteSet |
ObjectByteHashMap.toSet() |
|
MutableByteSet |
ObjectByteHashMapWithHashingStrategy.toSet() |
|
MutableByteSet |
SynchronizedByteByteMap.toSet() |
|
MutableByteSet |
SynchronizedCharByteMap.toSet() |
|
MutableByteSet |
SynchronizedDoubleByteMap.toSet() |
|
MutableByteSet |
SynchronizedFloatByteMap.toSet() |
|
MutableByteSet |
SynchronizedIntByteMap.toSet() |
|
MutableByteSet |
SynchronizedLongByteMap.toSet() |
|
MutableByteSet |
SynchronizedObjectByteMap.toSet() |
|
MutableByteSet |
SynchronizedShortByteMap.toSet() |
|
MutableByteSet |
UnmodifiableByteByteMap.toSet() |
|
MutableByteSet |
UnmodifiableCharByteMap.toSet() |
|
MutableByteSet |
UnmodifiableDoubleByteMap.toSet() |
|
MutableByteSet |
UnmodifiableFloatByteMap.toSet() |
|
MutableByteSet |
UnmodifiableIntByteMap.toSet() |
|
MutableByteSet |
UnmodifiableLongByteMap.toSet() |
|
MutableByteSet |
UnmodifiableObjectByteMap.toSet() |
|
MutableByteSet |
UnmodifiableShortByteMap.toSet() |
|
MutableByteSet |
AbstractMutableByteKeySet.with(byte element) |
|
MutableByteSet |
AbstractMutableByteKeySet.withAll(ByteIterable elements) |
|
MutableByteSet |
AbstractMutableByteKeySet.without(byte element) |
|
MutableByteSet |
AbstractMutableByteKeySet.withoutAll(ByteIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractByteIterable.toSet() |
|
MutableByteSet |
SynchronizedByteIterable.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractUnifiedSet.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractMutableSet.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteSet |
MultiReaderUnifiedSet.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteSet |
SetAdapter.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteSet |
SynchronizedMutableSet.collectByte(ByteFunction<? super T> byteFunction) |
|
MutableByteSet |
UnmodifiableMutableSet.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Class | 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 | Description |
---|---|---|
MutableByteSet |
ByteHashSet.asSynchronized() |
|
MutableByteSet |
SynchronizedByteSet.asSynchronized() |
|
MutableByteSet |
UnmodifiableByteSet.asSynchronized() |
|
MutableByteSet |
ByteHashSet.asUnmodifiable() |
|
MutableByteSet |
SynchronizedByteSet.asUnmodifiable() |
|
MutableByteSet |
UnmodifiableByteSet.asUnmodifiable() |
|
MutableByteSet |
MutableByteSetFactoryImpl.empty() |
|
MutableByteSet |
SynchronizedByteSet.newEmpty() |
|
MutableByteSet |
UnmodifiableByteSet.newEmpty() |
|
MutableByteSet |
MutableByteSetFactoryImpl.of() |
|
MutableByteSet |
MutableByteSetFactoryImpl.of(byte... items) |
|
MutableByteSet |
MutableByteSetFactoryImpl.ofAll(java.lang.Iterable<java.lang.Byte> iterable) |
|
MutableByteSet |
MutableByteSetFactoryImpl.ofAll(ByteIterable items) |
|
MutableByteSet |
ByteHashSet.reject(BytePredicate predicate) |
|
MutableByteSet |
SynchronizedByteSet.reject(BytePredicate predicate) |
|
MutableByteSet |
UnmodifiableByteSet.reject(BytePredicate predicate) |
|
MutableByteSet |
SynchronizedByteSet.select(BytePredicate predicate) |
|
MutableByteSet |
UnmodifiableByteSet.select(BytePredicate predicate) |
|
MutableByteSet |
ByteHashSet.toSet() |
|
MutableByteSet |
MutableByteSetFactoryImpl.with() |
|
MutableByteSet |
MutableByteSetFactoryImpl.with(byte... items) |
|
MutableByteSet |
MutableByteSetFactoryImpl.withAll(java.lang.Iterable<java.lang.Byte> iterable) |
|
MutableByteSet |
MutableByteSetFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Method | Description |
---|---|---|
static SynchronizedByteSet |
SynchronizedByteSet.of(MutableByteSet set) |
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.
|
static SynchronizedByteSet |
SynchronizedByteSet.of(MutableByteSet set,
java.lang.Object lock) |
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.
|
static UnmodifiableByteSet |
UnmodifiableByteSet.of(MutableByteSet set) |
This method will take a MutableByteSet and wrap it directly in a UnmodifiableByteSet.
|
Constructor | Description |
---|---|
SynchronizedByteSet(MutableByteSet set) |
|
SynchronizedByteSet(MutableByteSet set,
java.lang.Object newLock) |
|
UnmodifiableByteSet(MutableByteSet set) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
SynchronizedByteStack.toSet() |
|
MutableByteSet |
UnmodifiableByteStack.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
AbstractByteStack.toSet() |
Copyright © 2004–2020. All rights reserved.