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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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 MutableByteSetMutableSet.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 MutableByteSetMutableByteSet.difference(ByteSet set) Returns the set of all members ofthisthat are not members ofset.default MutableByteSetReturns the set of all objects that are members of boththisandset.default MutableByteSetMutableByteSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableByteSet.reject(BytePredicate predicate) MutableByteSet.select(BytePredicate predicate) 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 MutableByteSetMutableByteSet.tap(ByteProcedure procedure) default MutableByteSetMutableByteSet.with(byte element) MutableByteSet.withAll(ByteIterable elements) MutableByteSet.without(byte element) MutableByteSet.withoutAll(ByteIterable elements) -
Uses of MutableByteSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableByteSet -
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.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableByteSet -
Uses of MutableByteSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableByteSetModifier and TypeMethodDescriptionImmutableByteBooleanEmptyMap.keySet()ImmutableByteBooleanHashMap.keySet()ImmutableByteBooleanSingletonMap.keySet()ImmutableByteByteEmptyMap.keySet()ImmutableByteByteHashMap.keySet()ImmutableByteByteSingletonMap.keySet()ImmutableByteCharEmptyMap.keySet()ImmutableByteCharHashMap.keySet()ImmutableByteCharSingletonMap.keySet()ImmutableByteDoubleEmptyMap.keySet()ImmutableByteDoubleHashMap.keySet()ImmutableByteDoubleSingletonMap.keySet()ImmutableByteFloatEmptyMap.keySet()ImmutableByteFloatHashMap.keySet()ImmutableByteFloatSingletonMap.keySet()ImmutableByteIntEmptyMap.keySet()ImmutableByteIntHashMap.keySet()ImmutableByteIntSingletonMap.keySet()ImmutableByteLongEmptyMap.keySet()ImmutableByteLongHashMap.keySet()ImmutableByteLongSingletonMap.keySet()ImmutableByteObjectEmptyMap.keySet()ImmutableByteObjectHashMap.keySet()ImmutableByteObjectSingletonMap.keySet()ImmutableByteShortEmptyMap.keySet()ImmutableByteShortHashMap.keySet()ImmutableByteShortSingletonMap.keySet()ImmutableByteByteEmptyMap.toSet()ImmutableByteByteHashMap.toSet()ImmutableByteByteSingletonMap.toSet()ImmutableCharByteEmptyMap.toSet()ImmutableCharByteHashMap.toSet()ImmutableCharByteSingletonMap.toSet()ImmutableDoubleByteEmptyMap.toSet()ImmutableDoubleByteHashMap.toSet()ImmutableDoubleByteSingletonMap.toSet()ImmutableFloatByteEmptyMap.toSet()ImmutableFloatByteHashMap.toSet()ImmutableFloatByteSingletonMap.toSet()ImmutableIntByteEmptyMap.toSet()ImmutableIntByteHashMap.toSet()ImmutableIntByteSingletonMap.toSet()ImmutableLongByteEmptyMap.toSet()ImmutableLongByteHashMap.toSet()ImmutableLongByteSingletonMap.toSet()ImmutableObjectByteEmptyMap.toSet()ImmutableObjectByteHashMap.toSet()ImmutableObjectByteSingletonMap.toSet()ImmutableShortByteEmptyMap.toSet()ImmutableShortByteHashMap.toSet()ImmutableShortByteSingletonMap.toSet() -
Uses of MutableByteSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableByteSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods 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()ByteBooleanHashMap.KeySet.newEmpty()ByteByteHashMap.KeySet.newEmpty()ByteCharHashMap.KeySet.newEmpty()ByteDoubleHashMap.KeySet.newEmpty()ByteFloatHashMap.KeySet.newEmpty()ByteIntHashMap.KeySet.newEmpty()ByteLongHashMap.KeySet.newEmpty()ByteObjectHashMap.KeySet.newEmpty()ByteShortHashMap.KeySet.newEmpty()AbstractMutableByteKeySet.reject(BytePredicate predicate) AbstractMutableByteKeySet.select(BytePredicate predicate) AbstractMutableByteKeySet.toSet()AbstractMutableByteValuesMap.AbstractByteValuesCollection.toSet()ByteBooleanHashMap.KeysView.toSet()ObjectByteHashMap.toSet()ObjectByteHashMap.ValuesCollection.toSet()ObjectByteHashMapWithHashingStrategy.toSet()ObjectByteHashMapWithHashingStrategy.ValuesCollection.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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.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) MultiReaderUnifiedSet.UntouchableMutableSet.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 classclassA synchronized view of aMutableByteSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableByteSetMethods 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()private MutableByteSetSynchronizedByteSet.getMutableByteSet()private MutableByteSetUnmodifiableByteSet.getMutableByteSet()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.ImmutableByteHashSet.toSet()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 SynchronizedByteSetSynchronizedByteSet.of(MutableByteSet set) This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static SynchronizedByteSetSynchronizedByteSet.of(MutableByteSet set, Object lock) This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.static UnmodifiableByteSetUnmodifiableByteSet.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 MutableByteSetModifierConstructorDescriptionBoxedMutableByteSet(MutableByteSet delegate) SynchronizedByteSet(MutableByteSet set, Object newLock) -
Uses of MutableByteSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return 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