Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableByteSet
-
Packages that use ImmutableByteSet Package Description 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 This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag 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.set.immutable This package contains the implementations ofImmutableSet
.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. -
-
Uses of ImmutableByteSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ImmutableByteBag. 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 ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ImmutableByteSetFactory. empty()
ImmutableByteSet
ImmutableByteSetFactory. of()
Same asImmutableByteSetFactory.empty()
.ImmutableByteSet
ImmutableByteSetFactory. of(byte one)
Same asImmutableByteSetFactory.with(byte)
.ImmutableByteSet
ImmutableByteSetFactory. of(byte... items)
Same asImmutableByteSetFactory.with(byte[])
.ImmutableByteSet
ImmutableByteSetFactory. ofAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteSet
ImmutableByteSetFactory. ofAll(ByteIterable items)
ImmutableByteSet
ImmutableByteSetFactory. with()
Same asImmutableByteSetFactory.empty()
.ImmutableByteSet
ImmutableByteSetFactory. with(byte one)
ImmutableByteSet
ImmutableByteSetFactory. with(byte... items)
ImmutableByteSet
ImmutableByteSetFactory. withAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteSet
ImmutableByteSetFactory. withAll(ByteIterable items)
-
Uses of ImmutableByteSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ImmutableSet. collectByte(ByteFunction<? super T> byteFunction)
-
Uses of ImmutableByteSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableByteSet Modifier and Type Method Description default ImmutableByteSet
ImmutableByteSet. difference(ByteSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableByteSet
ImmutableByteSet. intersect(ByteSet set)
Returns the set of all objects that are members of boththis
andset
.ImmutableByteSet
ImmutableByteSet. newWith(byte element)
ImmutableByteSet
ImmutableByteSet. newWithAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteSet. newWithout(byte element)
ImmutableByteSet
ImmutableByteSet. newWithoutAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteSet. reject(BytePredicate predicate)
ImmutableByteSet
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)
ImmutableByteSet
ByteSet. toImmutable()
Returns an immutable copy of this set.ImmutableByteSet
MutableByteSet. toImmutable()
Returns an immutable copy of this set.default ImmutableByteSet
ImmutableByteSet. union(ByteSet set)
-
Uses of ImmutableByteSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ImmutableByteEmptyBag. selectUnique()
ImmutableByteSet
ImmutableByteHashBag. selectUnique()
ImmutableByteSet
ImmutableByteSingletonBag. selectUnique()
-
Uses of ImmutableByteSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableByteSet Modifier and Type Class Description (package private) class
ImmutableByteByteMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableByteMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ImmutableByteByteMapKeySet. reject(BytePredicate predicate)
ImmutableByteSet
ImmutableByteMapKeySet. reject(BytePredicate predicate)
ImmutableByteSet
ImmutableByteByteMapKeySet. select(BytePredicate predicate)
ImmutableByteSet
ImmutableByteMapKeySet. select(BytePredicate predicate)
ImmutableByteSet
AbstractMutableByteKeySet. toImmutable()
-
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
AbstractImmutableSet. 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 ImmutableByteSet Modifier and Type Class Description class
AbstractImmutableByteSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableByteEmptySet
ImmutableByteEmptySet is an optimization forImmutableByteSet
of size 0.(package private) class
ImmutableByteSingletonSet
ImmutableByteSingletonSet is an optimization forImmutableByteSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableByteSet Modifier and Type Field Description (package private) static ImmutableByteSet
ImmutableByteEmptySet. INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ImmutableByteSetFactoryImpl. empty()
ImmutableByteSet
AbstractImmutableByteSet. newWith(byte element)
ImmutableByteSet
ImmutableByteEmptySet. newWith(byte element)
ImmutableByteSet
ImmutableByteSingletonSet. newWith(byte element)
ImmutableByteSet
AbstractImmutableByteSet. newWithAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteEmptySet. newWithAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteSingletonSet. newWithAll(ByteIterable elements)
ImmutableByteSet
AbstractImmutableByteSet. newWithout(byte element)
ImmutableByteSet
ImmutableByteEmptySet. newWithout(byte element)
ImmutableByteSet
ImmutableByteSingletonSet. newWithout(byte element)
ImmutableByteSet
AbstractImmutableByteSet. newWithoutAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteEmptySet. newWithoutAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteSingletonSet. newWithoutAll(ByteIterable elements)
ImmutableByteSet
ImmutableByteSetFactoryImpl. of()
ImmutableByteSet
ImmutableByteSetFactoryImpl. of(byte one)
ImmutableByteSet
ImmutableByteSetFactoryImpl. of(byte... items)
ImmutableByteSet
ImmutableByteSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteSet
ImmutableByteSetFactoryImpl. ofAll(ByteIterable items)
ImmutableByteSet
ImmutableByteEmptySet. reject(BytePredicate predicate)
ImmutableByteSet
ImmutableByteSingletonSet. reject(BytePredicate predicate)
ImmutableByteSet
ImmutableByteEmptySet. select(BytePredicate predicate)
ImmutableByteSet
ImmutableByteSingletonSet. select(BytePredicate predicate)
ImmutableByteSet
AbstractImmutableByteSet. toImmutable()
ImmutableByteSet
ImmutableByteEmptySet. toImmutable()
ImmutableByteSet
ImmutableByteSingletonSet. toImmutable()
ImmutableByteSet
ImmutableByteSetFactoryImpl. with()
ImmutableByteSet
ImmutableByteSetFactoryImpl. with(byte one)
ImmutableByteSet
ImmutableByteSetFactoryImpl. with(byte... items)
ImmutableByteSet
ImmutableByteSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteSet
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 ImmutableByteSet Modifier and Type Class Description private static class
ByteHashSet.ImmutableByteHashSet
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. newWith(byte element)
ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. newWithAll(ByteIterable elements)
ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. newWithout(byte element)
ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. newWithoutAll(ByteIterable elements)
ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. reject(BytePredicate predicate)
ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. select(BytePredicate predicate)
ImmutableByteSet
ByteHashSet.ImmutableByteHashSet. toImmutable()
ImmutableByteSet
ByteHashSet. toImmutable()
ImmutableByteSet
SynchronizedByteSet. toImmutable()
ImmutableByteSet
UnmodifiableByteSet. toImmutable()
-