Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableCharBag
-
Packages that use ImmutableCharBag 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 ImmutableCharBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutableBag. collectChar(CharFunction<? super T> charFunction) -
Uses of ImmutableCharBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutableCharBag. newWith(char element)ImmutableCharBagImmutableCharBag. newWithAll(CharIterable elements)ImmutableCharBagImmutableCharBag. newWithout(char element)ImmutableCharBagImmutableCharBag. newWithoutAll(CharIterable elements)ImmutableCharBagImmutableCharBag. reject(CharPredicate predicate)ImmutableCharBagImmutableCharBag. select(CharPredicate predicate)ImmutableCharBagImmutableCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableCharBagImmutableCharBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableCharBagImmutableCharBag. tap(CharProcedure procedure)ImmutableCharBagCharBag. toImmutable()Returns an immutable copy of this bag.ImmutableCharBagMutableCharBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableCharBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutableCharBagFactory. empty()ImmutableCharBagImmutableCharBagFactory. of()Same asImmutableCharBagFactory.empty().ImmutableCharBagImmutableCharBagFactory. of(char one)Same asImmutableCharBagFactory.with(char).ImmutableCharBagImmutableCharBagFactory. of(char... items)Same asImmutableCharBagFactory.with(char[]).ImmutableCharBagImmutableCharBagFactory. ofAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharBagImmutableCharBagFactory. ofAll(CharIterable items)ImmutableCharBagImmutableCharBagFactory. with()Same asImmutableCharBagFactory.empty().ImmutableCharBagImmutableCharBagFactory. with(char one)ImmutableCharBagImmutableCharBagFactory. with(char... items)ImmutableCharBagImmutableCharBagFactory. withAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharBagImmutableCharBagFactory. withAll(CharIterable items) -
Uses of ImmutableCharBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutableMap. collectChar(CharFunction<? super V> charFunction) -
Uses of ImmutableCharBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutablePrimitiveObjectMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableByteCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableCharCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableFloatCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableIntCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableLongCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableShortCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableByteCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableCharCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableFloatCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableIntCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableLongCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableShortCharMap. select(CharPredicate predicate) -
Uses of ImmutableCharBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagAbstractImmutableBag. collectChar(CharFunction<? super T> charFunction)ImmutableCharBagImmutableEmptyBag. collectChar(CharFunction<? super T> charFunction) -
Uses of ImmutableCharBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableCharBag Modifier and Type Class Description (package private) classImmutableCharEmptyBagImmutableCharEmptyBag is an optimization forImmutableCharBagof size 0.(package private) classImmutableCharHashBagImmutableCharHashBag is the non-modifiable equivalent ofCharHashBag.(package private) classImmutableCharSingletonBagImmutableCharSingletonBag is an optimization forImmutableCharBagof size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableCharBag Modifier and Type Field Description (package private) static ImmutableCharBagImmutableCharEmptyBag. INSTANCEMethods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutableCharBagFactoryImpl. empty()ImmutableCharBagImmutableCharEmptyBag. newWith(char element)ImmutableCharBagImmutableCharHashBag. newWith(char element)ImmutableCharBagImmutableCharSingletonBag. newWith(char element)ImmutableCharBagImmutableCharEmptyBag. newWithAll(CharIterable elements)ImmutableCharBagImmutableCharHashBag. newWithAll(CharIterable elements)ImmutableCharBagImmutableCharSingletonBag. newWithAll(CharIterable elements)ImmutableCharBagImmutableCharEmptyBag. newWithout(char element)ImmutableCharBagImmutableCharHashBag. newWithout(char element)ImmutableCharBagImmutableCharSingletonBag. newWithout(char element)ImmutableCharBagImmutableCharEmptyBag. newWithoutAll(CharIterable elements)ImmutableCharBagImmutableCharHashBag. newWithoutAll(CharIterable elements)ImmutableCharBagImmutableCharSingletonBag. newWithoutAll(CharIterable elements)ImmutableCharBagImmutableCharBagFactoryImpl. of()ImmutableCharBagImmutableCharBagFactoryImpl. of(char one)ImmutableCharBagImmutableCharBagFactoryImpl. of(char... items)ImmutableCharBagImmutableCharBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharBagImmutableCharBagFactoryImpl. ofAll(CharIterable items)ImmutableCharBagImmutableCharEmptyBag. reject(CharPredicate predicate)ImmutableCharBagImmutableCharHashBag. reject(CharPredicate predicate)ImmutableCharBagImmutableCharSingletonBag. reject(CharPredicate predicate)ImmutableCharBagImmutableCharEmptyBag. select(CharPredicate predicate)ImmutableCharBagImmutableCharHashBag. select(CharPredicate predicate)ImmutableCharBagImmutableCharSingletonBag. select(CharPredicate predicate)ImmutableCharBagImmutableCharEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableCharBagImmutableCharHashBag. selectByOccurrences(IntPredicate predicate)ImmutableCharBagImmutableCharSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableCharBagImmutableCharEmptyBag. toImmutable()ImmutableCharBagImmutableCharHashBag. toImmutable()ImmutableCharBagImmutableCharSingletonBag. toImmutable()ImmutableCharBagImmutableCharBagFactoryImpl. with()ImmutableCharBagImmutableCharBagFactoryImpl. with(char one)ImmutableCharBagImmutableCharBagFactoryImpl. with(char... items)ImmutableCharBagImmutableCharBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharBagImmutableCharBagFactoryImpl. withAll(CharIterable items) -
Uses of ImmutableCharBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagCharHashBag. toImmutable()ImmutableCharBagSynchronizedCharBag. toImmutable()ImmutableCharBagUnmodifiableCharBag. toImmutable() -
Uses of ImmutableCharBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagAbstractImmutableBiMap. collectChar(CharFunction<? super V> charFunction) -
Uses of ImmutableCharBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagAbstractImmutableMap. collectChar(CharFunction<? super V> charFunction) -
Uses of ImmutableCharBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharBag Modifier and Type Method Description ImmutableCharBagImmutableByteObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableByteObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableByteObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableCharObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableCharObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableCharObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableDoubleObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableDoubleObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableDoubleObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableFloatObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableFloatObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableFloatObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableIntObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableIntObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableIntObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableLongObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableLongObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableLongObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableShortObjectEmptyMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableShortObjectHashMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableShortObjectSingletonMap. collectChar(CharFunction<? super V> charFunction)ImmutableCharBagImmutableByteCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableByteCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableByteCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableCharCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableCharCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableCharCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableFloatCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableFloatCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableFloatCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableIntCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableIntCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableIntCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableLongCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableLongCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableLongCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableShortCharEmptyMap. reject(CharPredicate predicate)ImmutableCharBagImmutableShortCharHashMap. reject(CharPredicate predicate)ImmutableCharBagImmutableShortCharSingletonMap. reject(CharPredicate predicate)ImmutableCharBagImmutableByteCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableByteCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableByteCharSingletonMap. select(CharPredicate predicate)ImmutableCharBagImmutableCharCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableCharCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableCharCharSingletonMap. select(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharSingletonMap. select(CharPredicate predicate)ImmutableCharBagImmutableFloatCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableFloatCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableFloatCharSingletonMap. select(CharPredicate predicate)ImmutableCharBagImmutableIntCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableIntCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableIntCharSingletonMap. select(CharPredicate predicate)ImmutableCharBagImmutableLongCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableLongCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableLongCharSingletonMap. select(CharPredicate predicate)ImmutableCharBagImmutableShortCharEmptyMap. select(CharPredicate predicate)ImmutableCharBagImmutableShortCharHashMap. select(CharPredicate predicate)ImmutableCharBagImmutableShortCharSingletonMap. select(CharPredicate predicate)
-