Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableCharSet
| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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.set.immutable |
This package package contains the implementations of
ImmutableSet. |
| 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.
|
-
Uses of ImmutableCharSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableCharSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharSetFactory. empty()ImmutableCharSetImmutableCharSetFactory. of()Same asImmutableCharSetFactory.empty().ImmutableCharSetImmutableCharSetFactory. of(char one)Same asImmutableCharSetFactory.with(char).ImmutableCharSetImmutableCharSetFactory. of(char... items)Same asImmutableCharSetFactory.with(char[]).ImmutableCharSetImmutableCharSetFactory. ofAll(Iterable<Character> iterable)ImmutableCharSetImmutableCharSetFactory. ofAll(CharIterable items)ImmutableCharSetImmutableCharSetFactory. with()Same asImmutableCharSetFactory.empty().ImmutableCharSetImmutableCharSetFactory. with(char one)ImmutableCharSetImmutableCharSetFactory. with(char... items)ImmutableCharSetImmutableCharSetFactory. withAll(Iterable<Character> iterable)ImmutableCharSetImmutableCharSetFactory. withAll(CharIterable items) -
Uses of ImmutableCharSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableSet. collectChar(CharFunction<? super T> charFunction) -
Uses of ImmutableCharSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharSet. newWith(char element)ImmutableCharSetImmutableCharSet. newWithAll(CharIterable elements)ImmutableCharSetImmutableCharSet. newWithout(char element)ImmutableCharSetImmutableCharSet. newWithoutAll(CharIterable elements)ImmutableCharSetImmutableCharSet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharSet. select(CharPredicate predicate)default ImmutableCharSetImmutableCharSet. tap(CharProcedure procedure)ImmutableCharSetCharSet. toImmutable()Returns an immutable copy of this set.ImmutableCharSetMutableCharSet. toImmutable()Returns an immutable copy of this set. -
Uses of ImmutableCharSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetAbstractMutableCharKeySet. toImmutable() -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetAbstractImmutableSet. collectChar(CharFunction<? super T> charFunction) -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableCharSet Modifier and Type Class Description classAbstractImmutableCharSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharSetFactoryImpl. empty()ImmutableCharSetAbstractImmutableCharSet. newWith(char element)ImmutableCharSetAbstractImmutableCharSet. newWithAll(CharIterable elements)ImmutableCharSetAbstractImmutableCharSet. newWithout(char element)ImmutableCharSetAbstractImmutableCharSet. newWithoutAll(CharIterable elements)ImmutableCharSetImmutableCharSetFactoryImpl. of()ImmutableCharSetImmutableCharSetFactoryImpl. of(char one)ImmutableCharSetImmutableCharSetFactoryImpl. of(char... items)ImmutableCharSetImmutableCharSetFactoryImpl. ofAll(Iterable<Character> iterable)ImmutableCharSetImmutableCharSetFactoryImpl. ofAll(CharIterable items)ImmutableCharSetAbstractImmutableCharSet. toImmutable()ImmutableCharSetImmutableCharSetFactoryImpl. with()ImmutableCharSetImmutableCharSetFactoryImpl. with(char one)ImmutableCharSetImmutableCharSetFactoryImpl. with(char... items)ImmutableCharSetImmutableCharSetFactoryImpl. withAll(Iterable<Character> iterable)ImmutableCharSetImmutableCharSetFactoryImpl. withAll(CharIterable items) -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetCharHashSet. toImmutable()ImmutableCharSetSynchronizedCharSet. toImmutable()ImmutableCharSetUnmodifiableCharSet. toImmutable()