Uses of Interface
org.eclipse.collections.api.set.primitive.ByteSet
-
Packages that use ByteSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.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. -
-
Uses of ByteSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ByteSet Modifier and Type Method Description ByteSetByteBag. 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 ByteSet Modifier and Type Method Description ByteSetUnsortedSetIterable. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteSet in org.eclipse.collections.api.set.primitive
Subinterfaces of ByteSet in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableByteSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableByteSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return ByteSet Modifier and Type Method Description ByteSetByteSet. difference(ByteSet set)Returns the set of all members ofthisthat are not members ofset.ByteSetByteSet. freeze()Returns a frozen copy of this set.ByteSetMutableByteSet. freeze()Returns a frozen copy of this set.ByteSetByteSet. intersect(ByteSet set)Returns the set of all objects that are members of boththisandset.ByteSetByteSet. reject(BytePredicate predicate)ByteSetByteSet. select(BytePredicate predicate)ByteSetByteSet. 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)ByteSetByteSet. union(ByteSet set)Methods in org.eclipse.collections.api.set.primitive with parameters of type ByteSet Modifier and Type Method Description LazyIterable<ByteBytePair>ByteSet. 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.ByteSetByteSet. 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.ByteSetByteSet. intersect(ByteSet set)Returns the set of all objects that are members of boththisandset.default ImmutableByteSetImmutableByteSet. intersect(ByteSet set)Returns the set of all objects that are members of boththisandset.default MutableByteSetMutableByteSet. intersect(ByteSet set)Returns 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.ByteSetByteSet. 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).ByteSetByteSet. union(ByteSet set)default ImmutableByteSetImmutableByteSet. union(ByteSet set)default MutableByteSetMutableByteSet. union(ByteSet set)
-