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 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.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableByteSet -
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.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionImmutableByteSetFactoryImpl.empty()
AbstractImmutableByteSet.newWith
(byte element) AbstractImmutableByteSet.newWithAll
(ByteIterable elements) AbstractImmutableByteSet.newWithout
(byte element) AbstractImmutableByteSet.newWithoutAll
(ByteIterable elements) ImmutableByteSetFactoryImpl.of()
ImmutableByteSetFactoryImpl.of
(byte one) ImmutableByteSetFactoryImpl.of
(byte... items) ImmutableByteSetFactoryImpl.ofAll
(ByteIterable items) AbstractImmutableByteSet.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
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableByteSetModifier and TypeMethodDescriptionByteHashSet.toImmutable()
SynchronizedByteSet.toImmutable()
UnmodifiableByteSet.toImmutable()