Uses of Interface
org.eclipse.collections.api.set.primitive.MutableByteSet
-
Packages that use MutableByteSet Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps 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 MutableByteSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableByteSet Modifier and Type Method Description MutableByteSetByteIterable. 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 MutableByteSet Modifier and Type Method Description MutableByteSetMutableByteBag. 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 MutableByteSet Modifier and Type Method Description MutableByteSetMutableByteSetFactory. empty()MutableByteSetMutableByteSetFactory. of()Same asMutableByteSetFactory.empty().MutableByteSetMutableByteSetFactory. of(byte... items)Same asMutableByteSetFactory.with(byte[]).MutableByteSetMutableByteSetFactory. ofAll(Iterable<Byte> iterable)MutableByteSetMutableByteSetFactory. ofAll(ByteIterable items)MutableByteSetMutableByteSetFactory. with()Same asMutableByteSetFactory.empty().MutableByteSetMutableByteSetFactory. with(byte... items)MutableByteSetMutableByteSetFactory. withAll(Iterable<Byte> iterable)MutableByteSetMutableByteSetFactory. withAll(ByteIterable items) -
Uses of MutableByteSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteSet Modifier and Type Method Description MutableByteSetByteBooleanMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteByteMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteCharMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteDoubleMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteFloatMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteIntMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteLongMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteObjectMap. keySet()Returns a set containing all the keys in this map.MutableByteSetByteShortMap. 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 MutableByteSet Modifier and Type Method Description default 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 MutableByteSet Modifier and Type Method Description MutableByteSetMutableByteSet. asSynchronized()MutableByteSetMutableByteSet. asUnmodifiable()default MutableByteSetMutableByteSet. difference(ByteSet set)Returns the set of all members ofthisthat are not members ofset.default MutableByteSetMutableByteSet. intersect(ByteSet set)Returns the set of all objects that are members of boththisandset.default MutableByteSetMutableByteSet. newEmpty()Creates a new empty mutable version of the same Set type.MutableByteSetMutableByteSet. reject(BytePredicate predicate)MutableByteSetMutableByteSet. 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. union(ByteSet set)MutableByteSetMutableByteSet. with(byte element)MutableByteSetMutableByteSet. withAll(ByteIterable elements)MutableByteSetMutableByteSet. without(byte element)MutableByteSetMutableByteSet. withoutAll(ByteIterable elements)
-