Uses of Interface
org.eclipse.collections.api.set.primitive.ByteSet
Packages that use ByteSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
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.
-
Uses of ByteSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ByteSetModifier and TypeMethodDescriptionByteBag.selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ByteSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ByteSetModifier and TypeMethodDescriptionUnsortedSetIterable.collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteSet in org.eclipse.collections.api.set.primitive
Subinterfaces of ByteSet in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return ByteSetModifier and TypeMethodDescriptionByteSet.difference(ByteSet set) Returns the set of all members ofthisthat are not members ofset.ByteSet.freeze()Returns a frozen copy of this set.MutableByteSet.freeze()Returns a frozen copy of this set.Returns the set of all objects that are members of boththisandset.ByteSet.reject(BytePredicate predicate) ByteSet.select(BytePredicate predicate) ByteSet.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 ByteSetByteSet.tap(ByteProcedure procedure) Methods in org.eclipse.collections.api.set.primitive with parameters of type ByteSetModifier and TypeMethodDescriptionByteSet.cartesianProduct(ByteSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset.ByteSet.difference(ByteSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableByteSetImmutableByteSet.difference(ByteSet set) Returns the set of all members ofthisthat are not members ofset.default MutableByteSetMutableByteSet.difference(ByteSet set) Returns the set of all members ofthisthat are not members ofset.Returns the set of all objects that are members of boththisandset.default ImmutableByteSetReturns the set of all objects that are members of boththisandset.default MutableByteSetReturns the set of all objects that are members of boththisandset.default booleanByteSet.isProperSubsetOf(ByteSet set) Returns true if all the members ofthisare also members ofsetand the two sets are not equal.default booleanByteSet.isSubsetOf(ByteSet set) Returns true if all the members ofthisare also members ofset.ByteSet.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.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 MutableByteSetMutableByteSet.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 ImmutableByteSetdefault MutableByteSet