Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableCharBag
-
Packages that use MutableCharBag 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.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 org.eclipse.collections.impl.string.immutable -
-
Uses of MutableCharBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableCharBag Modifier and Type Method Description MutableCharBagCharIterable. toBag()Converts the CharIterable to a new MutableCharBag. -
Uses of MutableCharBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableCharBag Modifier and Type Method Description default MutableCharBagMutableBag. collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagMutableCharBag. asSynchronized()MutableCharBagMutableCharBag. asUnmodifiable()default MutableCharBagMutableCharBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableCharBagMutableCharBag. reject(CharPredicate predicate)MutableCharBagMutableCharBag. select(CharPredicate predicate)MutableCharBagMutableCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableCharBagMutableCharBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableCharBagMutableCharBag. tap(CharProcedure procedure)MutableCharBagMutableCharBag. with(char element)MutableCharBagMutableCharBag. withAll(CharIterable elements)MutableCharBagMutableCharBag. without(char element)MutableCharBagMutableCharBag. withoutAll(CharIterable elements) -
Uses of MutableCharBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagMutableCharBagFactory. empty()MutableCharBagMutableCharBagFactory. of()Same asMutableCharBagFactory.empty().MutableCharBagMutableCharBagFactory. of(char... items)Same asMutableCharBagFactory.with(char[]).MutableCharBagMutableCharBagFactory. ofAll(java.lang.Iterable<java.lang.Character> iterable)MutableCharBagMutableCharBagFactory. ofAll(CharIterable items)MutableCharBagMutableCharBagFactory. with()Same asMutableCharBagFactory.empty().MutableCharBagMutableCharBagFactory. with(char... items)MutableCharBagMutableCharBagFactory. withAll(java.lang.Iterable<java.lang.Character> iterable)MutableCharBagMutableCharBagFactory. withAll(CharIterable items) -
Uses of MutableCharBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableCharBag Modifier and Type Method Description MutableCharBagMutableMap. collectChar(CharFunction<? super V> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagMutablePrimitiveObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagMutableCharValuesMap. reject(CharPredicate predicate)MutableCharBagMutableCharValuesMap. select(CharPredicate predicate) -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableCharBag Modifier and Type Field Description private MutableCharBagImmutableCharHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagImmutableCharEmptyBag. toBag()MutableCharBagImmutableCharHashBag. toBag()MutableCharBagImmutableCharSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableCharBag Modifier and Type Method Description static ImmutableCharHashBagImmutableCharHashBag. newBagWith(MutableCharBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableCharBag Constructor Description ImmutableCharHashBag(MutableCharBag delegate) -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableCharBag Modifier and Type Method Description MutableCharBagMultiReaderHashBag. collectChar(CharFunction<? super T> charFunction)MutableCharBagMultiReaderHashBag.UntouchableMutableBag. collectChar(CharFunction<? super T> charFunction)MutableCharBagSynchronizedBag. collectChar(CharFunction<? super T> charFunction)MutableCharBagUnmodifiableBag. collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableCharBag Modifier and Type Class Description classCharHashBagCharHashBag is similar toHashBag, and is memory-optimized for char primitives.classSynchronizedCharBagA synchronized view of aMutableCharBag.classUnmodifiableCharBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagCharHashBag. asSynchronized()MutableCharBagSynchronizedCharBag. asSynchronized()MutableCharBagUnmodifiableCharBag. asSynchronized()MutableCharBagCharHashBag. asUnmodifiable()MutableCharBagSynchronizedCharBag. asUnmodifiable()MutableCharBagUnmodifiableCharBag. asUnmodifiable()MutableCharBagMutableCharBagFactoryImpl. empty()private MutableCharBagSynchronizedCharBag. getMutableCharBag()private MutableCharBagUnmodifiableCharBag. getMutableCharBag()MutableCharBagSynchronizedCharBag. newEmpty()MutableCharBagUnmodifiableCharBag. newEmpty()MutableCharBagMutableCharBagFactoryImpl. of()MutableCharBagMutableCharBagFactoryImpl. of(char... items)MutableCharBagMutableCharBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Character> iterable)MutableCharBagMutableCharBagFactoryImpl. ofAll(CharIterable items)MutableCharBagSynchronizedCharBag. reject(CharPredicate predicate)MutableCharBagUnmodifiableCharBag. reject(CharPredicate predicate)MutableCharBagSynchronizedCharBag. select(CharPredicate predicate)MutableCharBagUnmodifiableCharBag. select(CharPredicate predicate)MutableCharBagSynchronizedCharBag. selectByOccurrences(IntPredicate predicate)MutableCharBagUnmodifiableCharBag. selectByOccurrences(IntPredicate predicate)MutableCharBagMutableCharBagFactoryImpl. with()MutableCharBagMutableCharBagFactoryImpl. with(char... items)MutableCharBagMutableCharBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Character> iterable)MutableCharBagMutableCharBagFactoryImpl. withAll(CharIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableCharBag Constructor Description SynchronizedCharBag(MutableCharBag bag)SynchronizedCharBag(MutableCharBag bag, java.lang.Object newLock)UnmodifiableCharBag(MutableCharBag bag) -
Uses of MutableCharBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractMutableBiMap. collectChar(CharFunction<? super V> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractSynchronizedCharCollection. toBag()MutableCharBagAbstractUnmodifiableCharCollection. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractLazyCharIterable. toBag()MutableCharBagCollectCharIterable. toBag()MutableCharBagLazyCharIterableAdapter. toBag()MutableCharBagReverseCharIterable. toBag()MutableCharBagSelectCharIterable. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagImmutableCharArrayList. toBag()MutableCharBagImmutableCharEmptyList. toBag()MutableCharBagImmutableCharSingletonList. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagImmutableByteCharEmptyMap. toBag()MutableCharBagImmutableByteCharHashMap. toBag()MutableCharBagImmutableByteCharSingletonMap. toBag()MutableCharBagImmutableCharCharEmptyMap. toBag()MutableCharBagImmutableCharCharHashMap. toBag()MutableCharBagImmutableCharCharSingletonMap. toBag()MutableCharBagImmutableDoubleCharEmptyMap. toBag()MutableCharBagImmutableDoubleCharHashMap. toBag()MutableCharBagImmutableDoubleCharSingletonMap. toBag()MutableCharBagImmutableFloatCharEmptyMap. toBag()MutableCharBagImmutableFloatCharHashMap. toBag()MutableCharBagImmutableFloatCharSingletonMap. toBag()MutableCharBagImmutableIntCharEmptyMap. toBag()MutableCharBagImmutableIntCharHashMap. toBag()MutableCharBagImmutableIntCharSingletonMap. toBag()MutableCharBagImmutableLongCharEmptyMap. toBag()MutableCharBagImmutableLongCharHashMap. toBag()MutableCharBagImmutableLongCharSingletonMap. toBag()MutableCharBagImmutableObjectCharEmptyMap. toBag()MutableCharBagImmutableObjectCharHashMap. toBag()MutableCharBagImmutableObjectCharSingletonMap. toBag()MutableCharBagImmutableShortCharEmptyMap. toBag()MutableCharBagImmutableShortCharHashMap. toBag()MutableCharBagImmutableShortCharSingletonMap. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractMutableMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedMutableMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableMutableMap. collectChar(CharFunction<? super V> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagByteObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagCharObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagDoubleObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagFloatObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagIntObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagLongObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagShortObjectHashMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedByteObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedCharObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedDoubleObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedFloatObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedIntObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedLongObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagSynchronizedShortObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableByteObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableCharObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableDoubleObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableFloatObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableIntObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableLongObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagUnmodifiableShortObjectMap. collectChar(CharFunction<? super V> charFunction)MutableCharBagAbstractMutableCharValuesMap. reject(CharPredicate predicate)MutableCharBagSynchronizedByteCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedCharCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedDoubleCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedFloatCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedIntCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedLongCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedShortCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableByteCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableCharCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableDoubleCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableFloatCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableIntCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableLongCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableShortCharMap. reject(CharPredicate predicate)MutableCharBagAbstractMutableCharValuesMap. select(CharPredicate predicate)MutableCharBagSynchronizedByteCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedCharCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedDoubleCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedFloatCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedIntCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedLongCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedShortCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableByteCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableCharCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableDoubleCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableFloatCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableIntCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableLongCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableShortCharMap. select(CharPredicate predicate)MutableCharBagAbstractMutableCharKeySet. toBag()MutableCharBagAbstractMutableCharValuesMap.AbstractCharValuesCollection. toBag()MutableCharBagCharBooleanHashMap.KeysView. toBag()MutableCharBagObjectCharHashMap. toBag()MutableCharBagObjectCharHashMap.ValuesCollection. toBag()MutableCharBagObjectCharHashMapWithHashingStrategy. toBag()MutableCharBagObjectCharHashMapWithHashingStrategy.ValuesCollection. toBag()MutableCharBagSynchronizedByteCharMap. toBag()MutableCharBagSynchronizedCharCharMap. toBag()MutableCharBagSynchronizedDoubleCharMap. toBag()MutableCharBagSynchronizedFloatCharMap. toBag()MutableCharBagSynchronizedIntCharMap. toBag()MutableCharBagSynchronizedLongCharMap. toBag()MutableCharBagSynchronizedObjectCharMap. toBag()MutableCharBagSynchronizedShortCharMap. toBag()MutableCharBagUnmodifiableByteCharMap. toBag()MutableCharBagUnmodifiableCharCharMap. toBag()MutableCharBagUnmodifiableDoubleCharMap. toBag()MutableCharBagUnmodifiableFloatCharMap. toBag()MutableCharBagUnmodifiableIntCharMap. toBag()MutableCharBagUnmodifiableLongCharMap. toBag()MutableCharBagUnmodifiableObjectCharMap. toBag()MutableCharBagUnmodifiableShortCharMap. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractCharIterable. toBag()MutableCharBagSynchronizedCharIterable. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagImmutableCharEmptySet. toBag()MutableCharBagImmutableCharSingletonSet. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagImmutableCharEmptyStack. toBag()MutableCharBagImmutableCharSingletonStack. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagSynchronizedCharStack. toBag()MutableCharBagUnmodifiableCharStack. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractCharStack. toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableCharBag Modifier and Type Method Description MutableCharBagCharAdapter. toBag()
-