Uses of Interface
org.eclipse.collections.api.bag.primitive.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 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.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| 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.map.mutable |
This package contains implementations of the
MutableMap interface. |
| 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.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 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(Iterable<Character> iterable)MutableCharBagMutableCharBagFactory. ofAll(CharIterable items)MutableCharBagMutableCharBagFactory. with()Same asMutableCharBagFactory.empty().MutableCharBagMutableCharBagFactory. with(char... items)MutableCharBagMutableCharBagFactory. withAll(Iterable<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.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableCharBag Modifier and Type Method Description MutableCharBagAbstractMutableBag. collectChar(CharFunction<? super T> charFunction)MutableCharBagMultiReaderHashBag. 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()MutableCharBagSynchronizedCharBag. newEmpty()MutableCharBagUnmodifiableCharBag. newEmpty()MutableCharBagMutableCharBagFactoryImpl. of()MutableCharBagMutableCharBagFactoryImpl. of(char... items)MutableCharBagMutableCharBagFactoryImpl. ofAll(Iterable<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(Iterable<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, Object newLock)UnmodifiableCharBag(MutableCharBag bag) -
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.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()MutableCharBagObjectCharHashMap. toBag()MutableCharBagObjectCharHashMapWithHashingStrategy. 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.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()