Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableByteSet
| Package | Description |
|---|---|
| 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 | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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 |
This package package contains the implementations of
ImmutableSet. |
| 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.
|
-
Uses of ImmutableByteSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetImmutableByteBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableByteSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetImmutableByteSetFactory. empty()ImmutableByteSetImmutableByteSetFactory. of()Same asImmutableByteSetFactory.empty().ImmutableByteSetImmutableByteSetFactory. of(byte one)Same asImmutableByteSetFactory.with(byte).ImmutableByteSetImmutableByteSetFactory. of(byte... items)Same asImmutableByteSetFactory.with(byte[]).ImmutableByteSetImmutableByteSetFactory. ofAll(Iterable<Byte> iterable)ImmutableByteSetImmutableByteSetFactory. ofAll(ByteIterable items)ImmutableByteSetImmutableByteSetFactory. with()Same asImmutableByteSetFactory.empty().ImmutableByteSetImmutableByteSetFactory. with(byte one)ImmutableByteSetImmutableByteSetFactory. with(byte... items)ImmutableByteSetImmutableByteSetFactory. withAll(Iterable<Byte> iterable)ImmutableByteSetImmutableByteSetFactory. withAll(ByteIterable items) -
Uses of ImmutableByteSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetImmutableSet. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetImmutableByteSet. newWith(byte element)ImmutableByteSetImmutableByteSet. newWithAll(ByteIterable elements)ImmutableByteSetImmutableByteSet. newWithout(byte element)ImmutableByteSetImmutableByteSet. newWithoutAll(ByteIterable elements)ImmutableByteSetImmutableByteSet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteSet. select(BytePredicate predicate)default ImmutableByteSetImmutableByteSet. tap(ByteProcedure procedure)ImmutableByteSetByteSet. toImmutable()Returns an immutable copy of this set.ImmutableByteSetMutableByteSet. toImmutable()Returns an immutable copy of this set. -
Uses of ImmutableByteSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetAbstractMutableByteKeySet. toImmutable() -
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetAbstractImmutableSet. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableByteSet Modifier and Type Class Description classAbstractImmutableByteSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetImmutableByteSetFactoryImpl. empty()ImmutableByteSetAbstractImmutableByteSet. newWith(byte element)ImmutableByteSetAbstractImmutableByteSet. newWithAll(ByteIterable elements)ImmutableByteSetAbstractImmutableByteSet. newWithout(byte element)ImmutableByteSetAbstractImmutableByteSet. newWithoutAll(ByteIterable elements)ImmutableByteSetImmutableByteSetFactoryImpl. of()ImmutableByteSetImmutableByteSetFactoryImpl. of(byte one)ImmutableByteSetImmutableByteSetFactoryImpl. of(byte... items)ImmutableByteSetImmutableByteSetFactoryImpl. ofAll(Iterable<Byte> iterable)ImmutableByteSetImmutableByteSetFactoryImpl. ofAll(ByteIterable items)ImmutableByteSetAbstractImmutableByteSet. toImmutable()ImmutableByteSetImmutableByteSetFactoryImpl. with()ImmutableByteSetImmutableByteSetFactoryImpl. with(byte one)ImmutableByteSetImmutableByteSetFactoryImpl. with(byte... items)ImmutableByteSetImmutableByteSetFactoryImpl. withAll(Iterable<Byte> iterable)ImmutableByteSetImmutableByteSetFactoryImpl. withAll(ByteIterable items) -
Uses of ImmutableByteSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableByteSet Modifier and Type Method Description ImmutableByteSetByteHashSet. toImmutable()ImmutableByteSetSynchronizedByteSet. toImmutable()ImmutableByteSetUnmodifiableByteSet. toImmutable()