Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableByteSet
Packages that use ImmutableByteSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableByteSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionImmutableByteBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableByteSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionImmutableByteSetFactory.empty()
ImmutableByteSetFactory.of()
Same asImmutableByteSetFactory.empty()
.ImmutableByteSetFactory.of
(byte one) Same asImmutableByteSetFactory.with(byte)
.ImmutableByteSetFactory.of
(byte... items) Same asImmutableByteSetFactory.with(byte[])
.ImmutableByteSetFactory.ofAll
(ByteIterable items) ImmutableByteSetFactory.with()
Same asImmutableByteSetFactory.empty()
.ImmutableByteSetFactory.with
(byte one) ImmutableByteSetFactory.with
(byte... items) ImmutableByteSetFactory.withAll
(ByteIterable items) -
Uses of ImmutableByteSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableByteSet -
Uses of ImmutableByteSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableByteSetModifier and TypeMethodDescriptiondefault ImmutableByteSet
ImmutableByteSet.difference
(ByteSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableByteSet
Returns the set of all objects that are members of boththis
andset
.ImmutableByteSet.newWith
(byte element) ImmutableByteSet.newWithAll
(ByteIterable elements) ImmutableByteSet.newWithout
(byte element) ImmutableByteSet.newWithoutAll
(ByteIterable elements) ImmutableByteSet.reject
(BytePredicate predicate) ImmutableByteSet.select
(BytePredicate predicate) default ImmutableByteSet
ImmutableByteSet.symmetricDifference
(ByteSet set) Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableByteSet
ImmutableByteSet.tap
(ByteProcedure procedure) ByteSet.toImmutable()
Returns an immutable copy of this set.MutableByteSet.toImmutable()
Returns an immutable copy of this set.default ImmutableByteSet
-
Uses of ImmutableByteSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionImmutableByteEmptyBag.selectUnique()
ImmutableByteHashBag.selectUnique()
ImmutableByteSingletonBag.selectUnique()
-
Uses of ImmutableByteSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableByteSetModifier and TypeClassDescription(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionImmutableByteByteMapKeySet.reject
(BytePredicate predicate) ImmutableByteMapKeySet.reject
(BytePredicate predicate) ImmutableByteByteMapKeySet.select
(BytePredicate predicate) ImmutableByteMapKeySet.select
(BytePredicate predicate) AbstractMutableByteKeySet.toImmutable()
-
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableByteSetModifier and TypeMethodDescriptionAbstractImmutableSet.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableByteSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final class
ImmutableByteEmptySet is an optimization forImmutableByteSet
of size 0.(package private) final class
ImmutableByteSingletonSet is an optimization forImmutableByteSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableByteSetModifier and TypeFieldDescription(package private) static final ImmutableByteSet
ImmutableByteEmptySet.INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionImmutableByteSetFactoryImpl.empty()
AbstractImmutableByteSet.newWith
(byte element) ImmutableByteEmptySet.newWith
(byte element) ImmutableByteSingletonSet.newWith
(byte element) AbstractImmutableByteSet.newWithAll
(ByteIterable elements) ImmutableByteEmptySet.newWithAll
(ByteIterable elements) ImmutableByteSingletonSet.newWithAll
(ByteIterable elements) AbstractImmutableByteSet.newWithout
(byte element) ImmutableByteEmptySet.newWithout
(byte element) ImmutableByteSingletonSet.newWithout
(byte element) AbstractImmutableByteSet.newWithoutAll
(ByteIterable elements) ImmutableByteEmptySet.newWithoutAll
(ByteIterable elements) ImmutableByteSingletonSet.newWithoutAll
(ByteIterable elements) ImmutableByteSetFactoryImpl.of()
ImmutableByteSetFactoryImpl.of
(byte one) ImmutableByteSetFactoryImpl.of
(byte... items) ImmutableByteSetFactoryImpl.ofAll
(ByteIterable items) ImmutableByteEmptySet.reject
(BytePredicate predicate) ImmutableByteSingletonSet.reject
(BytePredicate predicate) ImmutableByteEmptySet.select
(BytePredicate predicate) ImmutableByteSingletonSet.select
(BytePredicate predicate) AbstractImmutableByteSet.toImmutable()
ImmutableByteEmptySet.toImmutable()
ImmutableByteSingletonSet.toImmutable()
ImmutableByteSetFactoryImpl.with()
ImmutableByteSetFactoryImpl.with
(byte one) ImmutableByteSetFactoryImpl.with
(byte... items) ImmutableByteSetFactoryImpl.withAll
(ByteIterable items) -
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableByteSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionByteHashSet.ImmutableByteHashSet.newWith
(byte element) ByteHashSet.ImmutableByteHashSet.newWithAll
(ByteIterable elements) ByteHashSet.ImmutableByteHashSet.newWithout
(byte element) ByteHashSet.ImmutableByteHashSet.newWithoutAll
(ByteIterable elements) ByteHashSet.ImmutableByteHashSet.reject
(BytePredicate predicate) ByteHashSet.ImmutableByteHashSet.select
(BytePredicate predicate) ByteHashSet.ImmutableByteHashSet.toImmutable()
ByteHashSet.toImmutable()
SynchronizedByteSet.toImmutable()
UnmodifiableByteSet.toImmutable()