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.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.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.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.org.eclipse.collections.impl.set.primitive -
-
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) -
Uses of ByteSet in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type ByteSet Modifier and Type Method Description static <A,B>
LazyIterable<ByteBytePair>ByteSets. cartesianProduct(ByteSet set1, ByteSet set2)static <A,B,C>
LazyIterable<C>ByteSets. cartesianProduct(ByteSet set1, ByteSet set2, ByteByteToObjectFunction<C> function) -
Uses of ByteSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ByteSet Modifier and Type Class Description classAbstractMutableByteKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classByteBooleanHashMap.KeySetprivate classByteByteHashMap.KeySetprivate classByteCharHashMap.KeySetprivate classByteDoubleHashMap.KeySetprivate classByteFloatHashMap.KeySetprivate classByteIntHashMap.KeySetprivate classByteLongHashMap.KeySetprivate classByteObjectHashMap.KeySetprivate classByteShortHashMap.KeySet(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 ByteSet Modifier and Type Method Description ByteSetByteBooleanHashMap.KeySet. freeze()ByteSetByteByteHashMap.KeySet. freeze()ByteSetByteCharHashMap.KeySet. freeze()ByteSetByteDoubleHashMap.KeySet. freeze()ByteSetByteFloatHashMap.KeySet. freeze()ByteSetByteIntHashMap.KeySet. freeze()ByteSetByteLongHashMap.KeySet. freeze()ByteSetByteObjectHashMap.KeySet. freeze()ByteSetByteShortHashMap.KeySet. freeze()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteSet Modifier and Type Method Description LazyIterable<ByteBytePair>AbstractMutableByteKeySet. cartesianProduct(ByteSet set) -
Uses of ByteSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ByteSet 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 ByteSet Modifier and Type Field Description private ByteSetImmutableByteSetSerializationProxy. setMethods in org.eclipse.collections.impl.set.immutable.primitive that return ByteSet Modifier and Type Method Description ByteSetAbstractImmutableByteSet. freeze()ByteSetImmutableByteEmptySet. freeze()ByteSetImmutableByteSingletonSet. freeze()Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ByteSet Modifier and Type Method Description LazyIterable<ByteBytePair>ImmutableByteEmptySet. cartesianProduct(ByteSet set)LazyIterable<ByteBytePair>ImmutableByteSingletonSet. cartesianProduct(ByteSet set)Constructors in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ByteSet Constructor Description ImmutableByteSetSerializationProxy(ByteSet set) -
Uses of ByteSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ByteSet Modifier and Type Class Description classByteHashSetprivate static classByteHashSet.ImmutableByteHashSetclassSynchronizedByteSetA synchronized view of aMutableByteSet.classUnmodifiableByteSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return ByteSet Modifier and Type Method Description ByteSetByteHashSet. freeze()ByteSetByteHashSet.ImmutableByteHashSet. freeze()ByteSetSynchronizedByteSet. freeze()ByteSetUnmodifiableByteSet. freeze()Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ByteSet Modifier and Type Method Description LazyIterable<ByteBytePair>ByteHashSet. cartesianProduct(ByteSet set)LazyIterable<ByteBytePair>ByteHashSet.ImmutableByteHashSet. cartesianProduct(ByteSet set)LazyIterable<ByteBytePair>SynchronizedByteSet. cartesianProduct(ByteSet set)LazyIterable<ByteBytePair>UnmodifiableByteSet. cartesianProduct(ByteSet set) -
Uses of ByteSet in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement ByteSet Modifier and Type Class Description classAbstractByteSetThis file was automatically generated from template file abstractPrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.primitive with parameters of type ByteSet Modifier and Type Method Description LazyIterable<ByteBytePair>AbstractByteSet. cartesianProduct(ByteSet set)
-