Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableByteBag
| Package | Description |
|---|---|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| 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.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| org.eclipse.collections.impl.bimap.immutable | |
| org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
-
Uses of ImmutableByteBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableByteBag. newWith(byte element)ImmutableByteBagImmutableByteBag. newWithAll(ByteIterable elements)ImmutableByteBagImmutableByteBag. newWithout(byte element)ImmutableByteBagImmutableByteBag. newWithoutAll(ByteIterable elements)ImmutableByteBagImmutableByteBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableByteBagImmutableByteBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableByteBagImmutableByteBag. tap(ByteProcedure procedure)ImmutableByteBagByteBag. toImmutable()Returns an immutable copy of this bag.ImmutableByteBagMutableByteBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableByteBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableByteBagFactory. empty()ImmutableByteBagImmutableByteBagFactory. of()Same asImmutableByteBagFactory.empty().ImmutableByteBagImmutableByteBagFactory. of(byte one)Same asImmutableByteBagFactory.with(byte).ImmutableByteBagImmutableByteBagFactory. of(byte... items)Same asImmutableByteBagFactory.with(byte[]).ImmutableByteBagImmutableByteBagFactory. ofAll(Iterable<Byte> iterable)ImmutableByteBagImmutableByteBagFactory. ofAll(ByteIterable items)ImmutableByteBagImmutableByteBagFactory. with()Same asImmutableByteBagFactory.empty().ImmutableByteBagImmutableByteBagFactory. with(byte one)ImmutableByteBagImmutableByteBagFactory. with(byte... items)ImmutableByteBagImmutableByteBagFactory. withAll(Iterable<Byte> iterable)ImmutableByteBagImmutableByteBagFactory. withAll(ByteIterable items) -
Uses of ImmutableByteBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutablePrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableByteByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteMap. select(BytePredicate predicate) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagAbstractImmutableBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableByteBagFactoryImpl. empty()ImmutableByteBagImmutableByteBagFactoryImpl. of()ImmutableByteBagImmutableByteBagFactoryImpl. of(byte one)ImmutableByteBagImmutableByteBagFactoryImpl. of(byte... items)ImmutableByteBagImmutableByteBagFactoryImpl. ofAll(Iterable<Byte> iterable)ImmutableByteBagImmutableByteBagFactoryImpl. ofAll(ByteIterable items)ImmutableByteBagImmutableByteBagFactoryImpl. with()ImmutableByteBagImmutableByteBagFactoryImpl. with(byte one)ImmutableByteBagImmutableByteBagFactoryImpl. with(byte... items)ImmutableByteBagImmutableByteBagFactoryImpl. withAll(Iterable<Byte> iterable)ImmutableByteBagImmutableByteBagFactoryImpl. withAll(ByteIterable items) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagByteHashBag. toImmutable()ImmutableByteBagSynchronizedByteBag. toImmutable()ImmutableByteBagUnmodifiableByteBag. toImmutable() -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagAbstractImmutableBiMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagAbstractImmutableMap. collectByte(ByteFunction<? super V> byteFunction)