Uses of Interface
org.eclipse.collections.api.set.primitive.MutableByteSet
Packages that use MutableByteSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps 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.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableByteSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableByteSetModifier and TypeMethodDescriptionByteIterable.toSet()
Converts the ByteIterable to a new MutableByteSet. -
Uses of MutableByteSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableByteSetModifier and TypeMethodDescriptionMutableByteBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableByteSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableByteSetModifier and TypeMethodDescriptionMutableByteSetFactory.empty()
MutableByteSetFactory.of()
Same asMutableByteSetFactory.empty()
.MutableByteSetFactory.of
(byte... items) Same asMutableByteSetFactory.with(byte[])
.MutableByteSetFactory.ofAll
(ByteIterable items) MutableByteSetFactory.with()
Same asMutableByteSetFactory.empty()
.MutableByteSetFactory.with
(byte... items) MutableByteSetFactory.withAll
(ByteIterable items) -
Uses of MutableByteSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteSetModifier and TypeMethodDescriptionByteBooleanMap.keySet()
Returns a set containing all the keys in this map.ByteByteMap.keySet()
Returns a set containing all the keys in this map.ByteCharMap.keySet()
Returns a set containing all the keys in this map.ByteDoubleMap.keySet()
Returns a set containing all the keys in this map.ByteFloatMap.keySet()
Returns a set containing all the keys in this map.ByteIntMap.keySet()
Returns a set containing all the keys in this map.ByteLongMap.keySet()
Returns a set containing all the keys in this map.ByteObjectMap.keySet()
Returns a set containing all the keys in this map.ByteShortMap.keySet()
Returns a set containing all the keys in this map. -
Uses of MutableByteSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableByteSetModifier and TypeMethodDescriptiondefault MutableByteSet
MutableSet.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of MutableByteSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableByteSetModifier and TypeMethodDescriptionMutableByteSet.asSynchronized()
MutableByteSet.asUnmodifiable()
default MutableByteSet
MutableByteSet.difference
(ByteSet set) Returns the set of all members ofthis
that are not members ofset
.default MutableByteSet
Returns the set of all objects that are members of boththis
andset
.default MutableByteSet
MutableByteSet.newEmpty()
Creates a new empty mutable version of the same Set type.MutableByteSet.reject
(BytePredicate predicate) MutableByteSet.select
(BytePredicate predicate) default MutableByteSet
MutableByteSet.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 MutableByteSet
MutableByteSet.tap
(ByteProcedure procedure) default MutableByteSet
MutableByteSet.with
(byte element) MutableByteSet.withAll
(ByteIterable elements) MutableByteSet.without
(byte element) MutableByteSet.withoutAll
(ByteIterable elements) -
Uses of MutableByteSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableByteSetModifier and TypeMethodDescriptionByteHashBag.selectUnique()
SynchronizedByteBag.selectUnique()
UnmodifiableByteBag.selectUnique()
-
Uses of MutableByteSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableByteSet -
Uses of MutableByteSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableByteSet -
Uses of MutableByteSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableByteSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteSetModifier and TypeMethodDescriptionAbstractMutableByteKeySet.asSynchronized()
AbstractMutableByteKeySet.asUnmodifiable()
ByteBooleanHashMap.keySet()
ByteByteHashMap.keySet()
ByteCharHashMap.keySet()
ByteDoubleHashMap.keySet()
ByteFloatHashMap.keySet()
ByteIntHashMap.keySet()
ByteLongHashMap.keySet()
ByteObjectHashMap.keySet()
ByteShortHashMap.keySet()
SynchronizedByteBooleanMap.keySet()
SynchronizedByteByteMap.keySet()
SynchronizedByteCharMap.keySet()
SynchronizedByteDoubleMap.keySet()
SynchronizedByteFloatMap.keySet()
SynchronizedByteIntMap.keySet()
SynchronizedByteLongMap.keySet()
SynchronizedByteObjectMap.keySet()
SynchronizedByteShortMap.keySet()
UnmodifiableByteBooleanMap.keySet()
UnmodifiableByteByteMap.keySet()
UnmodifiableByteCharMap.keySet()
UnmodifiableByteDoubleMap.keySet()
UnmodifiableByteFloatMap.keySet()
UnmodifiableByteIntMap.keySet()
UnmodifiableByteLongMap.keySet()
UnmodifiableByteObjectMap.keySet()
UnmodifiableByteShortMap.keySet()
AbstractMutableByteKeySet.reject
(BytePredicate predicate) AbstractMutableByteKeySet.select
(BytePredicate predicate) AbstractMutableByteKeySet.toSet()
ObjectByteHashMap.toSet()
ObjectByteHashMapWithHashingStrategy.toSet()
SynchronizedByteByteMap.toSet()
SynchronizedCharByteMap.toSet()
SynchronizedDoubleByteMap.toSet()
SynchronizedFloatByteMap.toSet()
SynchronizedIntByteMap.toSet()
SynchronizedLongByteMap.toSet()
SynchronizedObjectByteMap.toSet()
SynchronizedShortByteMap.toSet()
UnmodifiableByteByteMap.toSet()
UnmodifiableCharByteMap.toSet()
UnmodifiableDoubleByteMap.toSet()
UnmodifiableFloatByteMap.toSet()
UnmodifiableIntByteMap.toSet()
UnmodifiableLongByteMap.toSet()
UnmodifiableObjectByteMap.toSet()
UnmodifiableShortByteMap.toSet()
AbstractMutableByteKeySet.with
(byte element) AbstractMutableByteKeySet.withAll
(ByteIterable elements) AbstractMutableByteKeySet.without
(byte element) AbstractMutableByteKeySet.withoutAll
(ByteIterable elements) -
Uses of MutableByteSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableByteSet -
Uses of MutableByteSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableByteSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectByte
(ByteFunction<? super T> byteFunction) SynchronizedMutableSet.collectByte
(ByteFunction<? super T> byteFunction) UnmodifiableMutableSet.collectByte
(ByteFunction<? super T> byteFunction) -
Uses of MutableByteSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableByteSetModifier and TypeClassDescriptionfinal class
class
A synchronized view of aMutableByteSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableByteSetModifier and TypeMethodDescriptionByteHashSet.asSynchronized()
SynchronizedByteSet.asSynchronized()
UnmodifiableByteSet.asSynchronized()
ByteHashSet.asUnmodifiable()
SynchronizedByteSet.asUnmodifiable()
UnmodifiableByteSet.asUnmodifiable()
MutableByteSetFactoryImpl.empty()
SynchronizedByteSet.newEmpty()
UnmodifiableByteSet.newEmpty()
MutableByteSetFactoryImpl.of()
MutableByteSetFactoryImpl.of
(byte... items) MutableByteSetFactoryImpl.ofAll
(ByteIterable items) ByteHashSet.reject
(BytePredicate predicate) SynchronizedByteSet.reject
(BytePredicate predicate) UnmodifiableByteSet.reject
(BytePredicate predicate) SynchronizedByteSet.select
(BytePredicate predicate) UnmodifiableByteSet.select
(BytePredicate predicate) ByteHashSet.toSet()
MutableByteSetFactoryImpl.with()
MutableByteSetFactoryImpl.with
(byte... items) MutableByteSetFactoryImpl.withAll
(ByteIterable items) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableByteSetModifier and TypeMethodDescriptionstatic SynchronizedByteSet
SynchronizedByteSet.of
(MutableByteSet set) This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static SynchronizedByteSet
SynchronizedByteSet.of
(MutableByteSet set, Object lock) This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static UnmodifiableByteSet
UnmodifiableByteSet.of
(MutableByteSet set) This method will take a MutableByteSet and wrap it directly in a UnmodifiableByteSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableByteSet -
Uses of MutableByteSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableByteSet -
Uses of MutableByteSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableByteSet