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 ImmutableByteSetImmutableByteBag. 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 ImmutableByteSetImmutableByteSetFactory. empty()ImmutableByteSetImmutableByteSetFactory. of()Same asImmutableByteSetFactory.empty().ImmutableByteSetImmutableByteSetFactory. of(byte one)Same asImmutableByteSetFactory.with(byte).ImmutableByteSetImmutableByteSetFactory. of(byte... items)Same asImmutableByteSetFactory.with(byte[]).ImmutableByteSetImmutableByteSetFactory. ofAll(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteSetImmutableByteSetFactory. ofAll(ByteIterable items)ImmutableByteSetImmutableByteSetFactory. with()Same asImmutableByteSetFactory.empty().ImmutableByteSetImmutableByteSetFactory. with(byte one)ImmutableByteSetImmutableByteSetFactory. with(byte... items)ImmutableByteSetImmutableByteSetFactory. withAll(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteSetImmutableByteSetFactory. 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 ImmutableByteSetImmutableSet. 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 ImmutableByteSetImmutableByteSet. difference(ByteSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableByteSetImmutableByteSet. intersect(ByteSet set)Returns the set of all objects that are members of boththisandset.ImmutableByteSetImmutableByteSet. newWith(byte element)ImmutableByteSetImmutableByteSet. newWithAll(ByteIterable elements)ImmutableByteSetImmutableByteSet. newWithout(byte element)ImmutableByteSetImmutableByteSet. newWithoutAll(ByteIterable elements)ImmutableByteSetImmutableByteSet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteSet. select(BytePredicate predicate)default ImmutableByteSetImmutableByteSet. symmetricDifference(ByteSet set)Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableByteSetImmutableByteSet. tap(ByteProcedure procedure)ImmutableByteSetByteSet. toImmutable()Returns an immutable copy of this set.ImmutableByteSetMutableByteSet. toImmutable()Returns an immutable copy of this set.default ImmutableByteSetImmutableByteSet. 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 ImmutableByteSetImmutableByteEmptyBag. selectUnique()ImmutableByteSetImmutableByteHashBag. selectUnique()ImmutableByteSetImmutableByteSingletonBag. 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) classImmutableByteByteMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableByteMapKeySetThis 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 ImmutableByteSetImmutableByteByteMapKeySet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteMapKeySet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteByteMapKeySet. select(BytePredicate predicate)ImmutableByteSetImmutableByteMapKeySet. select(BytePredicate predicate)ImmutableByteSetAbstractMutableByteKeySet. 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 ImmutableByteSetAbstractImmutableSet. 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 classAbstractImmutableByteSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableByteEmptySetImmutableByteEmptySet is an optimization forImmutableByteSetof size 0.(package private) classImmutableByteSingletonSetImmutableByteSingletonSet is an optimization forImmutableByteSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableByteSet Modifier and Type Field Description (package private) static ImmutableByteSetImmutableByteEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetImmutableByteSetFactoryImpl. empty()ImmutableByteSetAbstractImmutableByteSet. newWith(byte element)ImmutableByteSetImmutableByteEmptySet. newWith(byte element)ImmutableByteSetImmutableByteSingletonSet. newWith(byte element)ImmutableByteSetAbstractImmutableByteSet. newWithAll(ByteIterable elements)ImmutableByteSetImmutableByteEmptySet. newWithAll(ByteIterable elements)ImmutableByteSetImmutableByteSingletonSet. newWithAll(ByteIterable elements)ImmutableByteSetAbstractImmutableByteSet. newWithout(byte element)ImmutableByteSetImmutableByteEmptySet. newWithout(byte element)ImmutableByteSetImmutableByteSingletonSet. newWithout(byte element)ImmutableByteSetAbstractImmutableByteSet. newWithoutAll(ByteIterable elements)ImmutableByteSetImmutableByteEmptySet. newWithoutAll(ByteIterable elements)ImmutableByteSetImmutableByteSingletonSet. newWithoutAll(ByteIterable elements)ImmutableByteSetImmutableByteSetFactoryImpl. of()ImmutableByteSetImmutableByteSetFactoryImpl. of(byte one)ImmutableByteSetImmutableByteSetFactoryImpl. of(byte... items)ImmutableByteSetImmutableByteSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteSetImmutableByteSetFactoryImpl. ofAll(ByteIterable items)ImmutableByteSetImmutableByteEmptySet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteSingletonSet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteEmptySet. select(BytePredicate predicate)ImmutableByteSetImmutableByteSingletonSet. select(BytePredicate predicate)ImmutableByteSetAbstractImmutableByteSet. toImmutable()ImmutableByteSetImmutableByteEmptySet. toImmutable()ImmutableByteSetImmutableByteSingletonSet. toImmutable()ImmutableByteSetImmutableByteSetFactoryImpl. with()ImmutableByteSetImmutableByteSetFactoryImpl. with(byte one)ImmutableByteSetImmutableByteSetFactoryImpl. with(byte... items)ImmutableByteSetImmutableByteSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteSetImmutableByteSetFactoryImpl. 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 classByteHashSet.ImmutableByteHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetByteHashSet.ImmutableByteHashSet. newWith(byte element)ImmutableByteSetByteHashSet.ImmutableByteHashSet. newWithAll(ByteIterable elements)ImmutableByteSetByteHashSet.ImmutableByteHashSet. newWithout(byte element)ImmutableByteSetByteHashSet.ImmutableByteHashSet. newWithoutAll(ByteIterable elements)ImmutableByteSetByteHashSet.ImmutableByteHashSet. reject(BytePredicate predicate)ImmutableByteSetByteHashSet.ImmutableByteHashSet. select(BytePredicate predicate)ImmutableByteSetByteHashSet.ImmutableByteHashSet. toImmutable()ImmutableByteSetByteHashSet. toImmutable()ImmutableByteSetSynchronizedByteSet. toImmutable()ImmutableByteSetUnmodifiableByteSet. toImmutable()
-