Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableCharSet
-
Packages that use 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 This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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 contains the implementations ofImmutableSet.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(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharSetImmutableCharSetFactory. ofAll(CharIterable items)ImmutableCharSetImmutableCharSetFactory. with()Same asImmutableCharSetFactory.empty().ImmutableCharSetImmutableCharSetFactory. with(char one)ImmutableCharSetImmutableCharSetFactory. with(char... items)ImmutableCharSetImmutableCharSetFactory. withAll(java.lang.Iterable<java.lang.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 default ImmutableCharSetImmutableCharSet. difference(CharSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableCharSetImmutableCharSet. intersect(CharSet set)Returns the set of all objects that are members of boththisandset.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. symmetricDifference(CharSet set)Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableCharSetImmutableCharSet. tap(CharProcedure procedure)ImmutableCharSetCharSet. toImmutable()Returns an immutable copy of this set.ImmutableCharSetMutableCharSet. toImmutable()Returns an immutable copy of this set.default ImmutableCharSetImmutableCharSet. union(CharSet set) -
Uses of ImmutableCharSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharEmptyBag. selectUnique()ImmutableCharSetImmutableCharHashBag. selectUnique()ImmutableCharSetImmutableCharSingletonBag. selectUnique() -
Uses of ImmutableCharSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableCharSet Modifier and Type Class Description (package private) classImmutableCharCharMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableCharMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharCharMapKeySet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharMapKeySet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharCharMapKeySet. select(CharPredicate predicate)ImmutableCharSetImmutableCharMapKeySet. select(CharPredicate predicate)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.(package private) classImmutableCharEmptySetImmutableCharEmptySet is an optimization forImmutableCharSetof size 0.(package private) classImmutableCharSingletonSetImmutableCharSingletonSet is an optimization forImmutableCharSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableCharSet Modifier and Type Field Description (package private) static ImmutableCharSetImmutableCharEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSetImmutableCharSetFactoryImpl. empty()ImmutableCharSetAbstractImmutableCharSet. newWith(char element)ImmutableCharSetImmutableCharEmptySet. newWith(char element)ImmutableCharSetImmutableCharSingletonSet. newWith(char element)ImmutableCharSetAbstractImmutableCharSet. newWithAll(CharIterable elements)ImmutableCharSetImmutableCharEmptySet. newWithAll(CharIterable elements)ImmutableCharSetImmutableCharSingletonSet. newWithAll(CharIterable elements)ImmutableCharSetAbstractImmutableCharSet. newWithout(char element)ImmutableCharSetImmutableCharEmptySet. newWithout(char element)ImmutableCharSetImmutableCharSingletonSet. newWithout(char element)ImmutableCharSetAbstractImmutableCharSet. newWithoutAll(CharIterable elements)ImmutableCharSetImmutableCharEmptySet. newWithoutAll(CharIterable elements)ImmutableCharSetImmutableCharSingletonSet. newWithoutAll(CharIterable elements)ImmutableCharSetImmutableCharSetFactoryImpl. of()ImmutableCharSetImmutableCharSetFactoryImpl. of(char one)ImmutableCharSetImmutableCharSetFactoryImpl. of(char... items)ImmutableCharSetImmutableCharSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharSetImmutableCharSetFactoryImpl. ofAll(CharIterable items)ImmutableCharSetImmutableCharEmptySet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharSingletonSet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharEmptySet. select(CharPredicate predicate)ImmutableCharSetImmutableCharSingletonSet. select(CharPredicate predicate)ImmutableCharSetAbstractImmutableCharSet. toImmutable()ImmutableCharSetImmutableCharEmptySet. toImmutable()ImmutableCharSetImmutableCharSingletonSet. toImmutable()ImmutableCharSetImmutableCharSetFactoryImpl. with()ImmutableCharSetImmutableCharSetFactoryImpl. with(char one)ImmutableCharSetImmutableCharSetFactoryImpl. with(char... items)ImmutableCharSetImmutableCharSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharSetImmutableCharSetFactoryImpl. withAll(CharIterable items) -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableCharSet Modifier and Type Class Description private static classCharHashSet.ImmutableCharHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableCharSet Modifier and Type Method Description static ImmutableCharSetCharHashSet.ImmutableCharHashSet. newSetWith(char... elements)ImmutableCharSetCharHashSet.ImmutableCharHashSet. reject(CharPredicate predicate)ImmutableCharSetCharHashSet.ImmutableCharHashSet. select(CharPredicate predicate)ImmutableCharSetCharHashSet. toImmutable()ImmutableCharSetSynchronizedCharSet. toImmutable()ImmutableCharSetUnmodifiableCharSet. toImmutable()
-