Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableByteBag
-
Packages that use 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 ofMaporg.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 theImmutableBaginterface.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 theImmutableMapinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
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(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteBagImmutableByteBagFactory. ofAll(ByteIterable items)ImmutableByteBagImmutableByteBagFactory. with()Same asImmutableByteBagFactory.empty().ImmutableByteBagImmutableByteBagFactory. with(byte one)ImmutableByteBagImmutableByteBagFactory. with(byte... items)ImmutableByteBagImmutableByteBagFactory. withAll(java.lang.Iterable<java.lang.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)ImmutableByteBagImmutableEmptyBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableByteBag Modifier and Type Class Description (package private) classImmutableByteEmptyBagImmutableByteEmptyBag is an optimization forImmutableByteBagof size 0.(package private) classImmutableByteHashBagImmutableByteHashBag is the non-modifiable equivalent ofByteHashBag.(package private) classImmutableByteSingletonBagImmutableByteSingletonBag is an optimization forImmutableByteBagof size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableByteBag Modifier and Type Field Description (package private) static ImmutableByteBagImmutableByteEmptyBag. INSTANCEMethods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableByteBagFactoryImpl. empty()ImmutableByteBagImmutableByteEmptyBag. newWith(byte element)ImmutableByteBagImmutableByteHashBag. newWith(byte element)ImmutableByteBagImmutableByteSingletonBag. newWith(byte element)ImmutableByteBagImmutableByteEmptyBag. newWithAll(ByteIterable elements)ImmutableByteBagImmutableByteHashBag. newWithAll(ByteIterable elements)ImmutableByteBagImmutableByteSingletonBag. newWithAll(ByteIterable elements)ImmutableByteBagImmutableByteEmptyBag. newWithout(byte element)ImmutableByteBagImmutableByteHashBag. newWithout(byte element)ImmutableByteBagImmutableByteSingletonBag. newWithout(byte element)ImmutableByteBagImmutableByteEmptyBag. newWithoutAll(ByteIterable elements)ImmutableByteBagImmutableByteHashBag. newWithoutAll(ByteIterable elements)ImmutableByteBagImmutableByteSingletonBag. newWithoutAll(ByteIterable elements)ImmutableByteBagImmutableByteBagFactoryImpl. of()ImmutableByteBagImmutableByteBagFactoryImpl. of(byte one)ImmutableByteBagImmutableByteBagFactoryImpl. of(byte... items)ImmutableByteBagImmutableByteBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteBagImmutableByteBagFactoryImpl. ofAll(ByteIterable items)ImmutableByteBagImmutableByteEmptyBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteHashBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteSingletonBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteEmptyBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteHashBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteSingletonBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableByteBagImmutableByteHashBag. selectByOccurrences(IntPredicate predicate)ImmutableByteBagImmutableByteSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableByteBagImmutableByteEmptyBag. toImmutable()ImmutableByteBagImmutableByteHashBag. toImmutable()ImmutableByteBagImmutableByteSingletonBag. toImmutable()ImmutableByteBagImmutableByteBagFactoryImpl. with()ImmutableByteBagImmutableByteBagFactoryImpl. with(byte one)ImmutableByteBagImmutableByteBagFactoryImpl. with(byte... items)ImmutableByteBagImmutableByteBagFactoryImpl. withAll(java.lang.Iterable<java.lang.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) -
Uses of ImmutableByteBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableByteBag Modifier and Type Method Description ImmutableByteBagImmutableByteObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableByteObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableByteObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableCharObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableCharObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableCharObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableDoubleObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableDoubleObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableDoubleObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableFloatObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableFloatObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableFloatObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableIntObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableIntObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableIntObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableLongObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableLongObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableLongObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableShortObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableShortObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableShortObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteBagImmutableByteByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableByteByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableByteByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteSingletonMap. select(BytePredicate predicate)
-