Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableByteBag
-
Packages that use MutableByteBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.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.primitive 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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
Uses of MutableByteBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableByteBag Modifier and Type Method Description MutableByteBagByteIterable. toBag()Converts the ByteIterable to a new MutableByteBag. -
Uses of MutableByteBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableByteBag Modifier and Type Method Description default MutableByteBagMutableBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagMutableByteBag. asSynchronized()MutableByteBagMutableByteBag. asUnmodifiable()default MutableByteBagMutableByteBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableByteBagMutableByteBag. reject(BytePredicate predicate)MutableByteBagMutableByteBag. select(BytePredicate predicate)MutableByteBagMutableByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableByteBagMutableByteBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableByteBagMutableByteBag. tap(ByteProcedure procedure)MutableByteBagMutableByteBag. with(byte element)MutableByteBagMutableByteBag. withAll(ByteIterable elements)MutableByteBagMutableByteBag. without(byte element)MutableByteBagMutableByteBag. withoutAll(ByteIterable elements) -
Uses of MutableByteBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagMutableByteBagFactory. empty()MutableByteBagMutableByteBagFactory. of()Same asMutableByteBagFactory.empty().MutableByteBagMutableByteBagFactory. of(byte... items)Same asMutableByteBagFactory.with(byte[]).MutableByteBagMutableByteBagFactory. ofAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteBagMutableByteBagFactory. ofAll(ByteIterable items)MutableByteBagMutableByteBagFactory. with()Same asMutableByteBagFactory.empty().MutableByteBagMutableByteBagFactory. with(byte... items)MutableByteBagMutableByteBagFactory. withAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteBagMutableByteBagFactory. withAll(ByteIterable items) -
Uses of MutableByteBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableByteBag Modifier and Type Method Description MutableByteBagMutableMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagMutablePrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagMutableByteValuesMap. reject(BytePredicate predicate)MutableByteBagMutableByteValuesMap. select(BytePredicate predicate) -
Uses of MutableByteBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableByteBag Modifier and Type Field Description private MutableByteBagImmutableByteHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagImmutableByteEmptyBag. toBag()MutableByteBagImmutableByteHashBag. toBag()MutableByteBagImmutableByteSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableByteBag Modifier and Type Method Description static ImmutableByteHashBagImmutableByteHashBag. newBagWith(MutableByteBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableByteBag Constructor Description ImmutableByteHashBag(MutableByteBag delegate) -
Uses of MutableByteBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableByteBag Modifier and Type Method Description MutableByteBagMultiReaderHashBag. collectByte(ByteFunction<? super T> byteFunction)MutableByteBagMultiReaderHashBag.UntouchableMutableBag. collectByte(ByteFunction<? super T> byteFunction)MutableByteBagSynchronizedBag. collectByte(ByteFunction<? super T> byteFunction)MutableByteBagUnmodifiableBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableByteBag Modifier and Type Class Description classByteHashBagByteHashBag is similar toHashBag, and is memory-optimized for byte primitives.classSynchronizedByteBagA synchronized view of aMutableByteBag.classUnmodifiableByteBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagByteHashBag. asSynchronized()MutableByteBagSynchronizedByteBag. asSynchronized()MutableByteBagUnmodifiableByteBag. asSynchronized()MutableByteBagByteHashBag. asUnmodifiable()MutableByteBagSynchronizedByteBag. asUnmodifiable()MutableByteBagUnmodifiableByteBag. asUnmodifiable()MutableByteBagMutableByteBagFactoryImpl. empty()private MutableByteBagSynchronizedByteBag. getMutableByteBag()private MutableByteBagUnmodifiableByteBag. getMutableByteBag()MutableByteBagSynchronizedByteBag. newEmpty()MutableByteBagUnmodifiableByteBag. newEmpty()MutableByteBagMutableByteBagFactoryImpl. of()MutableByteBagMutableByteBagFactoryImpl. of(byte... items)MutableByteBagMutableByteBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteBagMutableByteBagFactoryImpl. ofAll(ByteIterable items)MutableByteBagSynchronizedByteBag. reject(BytePredicate predicate)MutableByteBagUnmodifiableByteBag. reject(BytePredicate predicate)MutableByteBagSynchronizedByteBag. select(BytePredicate predicate)MutableByteBagUnmodifiableByteBag. select(BytePredicate predicate)MutableByteBagSynchronizedByteBag. selectByOccurrences(IntPredicate predicate)MutableByteBagUnmodifiableByteBag. selectByOccurrences(IntPredicate predicate)MutableByteBagMutableByteBagFactoryImpl. with()MutableByteBagMutableByteBagFactoryImpl. with(byte... items)MutableByteBagMutableByteBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteBagMutableByteBagFactoryImpl. withAll(ByteIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableByteBag Constructor Description SynchronizedByteBag(MutableByteBag bag)SynchronizedByteBag(MutableByteBag bag, java.lang.Object newLock)UnmodifiableByteBag(MutableByteBag bag) -
Uses of MutableByteBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableByteBag Modifier and Type Method Description MutableByteBagAbstractMutableBiMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagAbstractSynchronizedByteCollection. toBag()MutableByteBagAbstractUnmodifiableByteCollection. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagAbstractLazyByteIterable. toBag()MutableByteBagCollectByteIterable. toBag()MutableByteBagLazyByteIterableAdapter. toBag()MutableByteBagReverseByteIterable. toBag()MutableByteBagSelectByteIterable. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagImmutableByteArrayList. toBag()MutableByteBagImmutableByteEmptyList. toBag()MutableByteBagImmutableByteSingletonList. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagImmutableByteByteEmptyMap. toBag()MutableByteBagImmutableByteByteHashMap. toBag()MutableByteBagImmutableByteByteSingletonMap. toBag()MutableByteBagImmutableCharByteEmptyMap. toBag()MutableByteBagImmutableCharByteHashMap. toBag()MutableByteBagImmutableCharByteSingletonMap. toBag()MutableByteBagImmutableDoubleByteEmptyMap. toBag()MutableByteBagImmutableDoubleByteHashMap. toBag()MutableByteBagImmutableDoubleByteSingletonMap. toBag()MutableByteBagImmutableFloatByteEmptyMap. toBag()MutableByteBagImmutableFloatByteHashMap. toBag()MutableByteBagImmutableFloatByteSingletonMap. toBag()MutableByteBagImmutableIntByteEmptyMap. toBag()MutableByteBagImmutableIntByteHashMap. toBag()MutableByteBagImmutableIntByteSingletonMap. toBag()MutableByteBagImmutableLongByteEmptyMap. toBag()MutableByteBagImmutableLongByteHashMap. toBag()MutableByteBagImmutableLongByteSingletonMap. toBag()MutableByteBagImmutableObjectByteEmptyMap. toBag()MutableByteBagImmutableObjectByteHashMap. toBag()MutableByteBagImmutableObjectByteSingletonMap. toBag()MutableByteBagImmutableShortByteEmptyMap. toBag()MutableByteBagImmutableShortByteHashMap. toBag()MutableByteBagImmutableShortByteSingletonMap. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableByteBag Modifier and Type Method Description MutableByteBagAbstractMutableMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedMutableMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableMutableMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of MutableByteBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagByteObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagCharObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagDoubleObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagFloatObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagIntObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagLongObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagShortObjectHashMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedByteObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedCharObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedDoubleObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedFloatObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedIntObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedLongObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagSynchronizedShortObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableByteObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableCharObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableDoubleObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableFloatObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableIntObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableLongObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagUnmodifiableShortObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagAbstractMutableByteValuesMap. reject(BytePredicate predicate)MutableByteBagSynchronizedByteByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedCharByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedDoubleByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedFloatByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedIntByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedLongByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedShortByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableByteByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableCharByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableDoubleByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableFloatByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableIntByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableLongByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableShortByteMap. reject(BytePredicate predicate)MutableByteBagAbstractMutableByteValuesMap. select(BytePredicate predicate)MutableByteBagSynchronizedByteByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedCharByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedDoubleByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedFloatByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedIntByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedLongByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedShortByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableByteByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableCharByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableDoubleByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableFloatByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableIntByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableLongByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableShortByteMap. select(BytePredicate predicate)MutableByteBagAbstractMutableByteKeySet. toBag()MutableByteBagAbstractMutableByteValuesMap.AbstractByteValuesCollection. toBag()MutableByteBagByteBooleanHashMap.KeysView. toBag()MutableByteBagObjectByteHashMap. toBag()MutableByteBagObjectByteHashMap.ValuesCollection. toBag()MutableByteBagObjectByteHashMapWithHashingStrategy. toBag()MutableByteBagObjectByteHashMapWithHashingStrategy.ValuesCollection. toBag()MutableByteBagSynchronizedByteByteMap. toBag()MutableByteBagSynchronizedCharByteMap. toBag()MutableByteBagSynchronizedDoubleByteMap. toBag()MutableByteBagSynchronizedFloatByteMap. toBag()MutableByteBagSynchronizedIntByteMap. toBag()MutableByteBagSynchronizedLongByteMap. toBag()MutableByteBagSynchronizedObjectByteMap. toBag()MutableByteBagSynchronizedShortByteMap. toBag()MutableByteBagUnmodifiableByteByteMap. toBag()MutableByteBagUnmodifiableCharByteMap. toBag()MutableByteBagUnmodifiableDoubleByteMap. toBag()MutableByteBagUnmodifiableFloatByteMap. toBag()MutableByteBagUnmodifiableIntByteMap. toBag()MutableByteBagUnmodifiableLongByteMap. toBag()MutableByteBagUnmodifiableObjectByteMap. toBag()MutableByteBagUnmodifiableShortByteMap. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagAbstractByteIterable. toBag()MutableByteBagSynchronizedByteIterable. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagImmutableByteEmptySet. toBag()MutableByteBagImmutableByteSingletonSet. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagByteHashSet.ImmutableByteHashSet. toBag()MutableByteBagByteHashSet. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagImmutableByteEmptyStack. toBag()MutableByteBagImmutableByteSingletonStack. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagSynchronizedByteStack. toBag()MutableByteBagUnmodifiableByteStack. toBag() -
Uses of MutableByteBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableByteBag Modifier and Type Method Description MutableByteBagAbstractByteStack. toBag()
-