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.
-
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)