Uses of Class
org.eclipse.collections.impl.string.immutable.CharAdapter
Packages that use CharAdapter
Package
Description
This package contains static utilities for creating mutable and immutable collection factories.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of CharAdapter in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return CharAdapterModifier and TypeMethodDescriptionstatic CharAdapterstatic CharAdapterStrings.toChars(char... array) -
Uses of CharAdapter in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return CharAdapterModifier and TypeMethodDescriptionstatic CharAdapterCharAdapter.collectChar(CharToCharFunction function) CharAdapter.distinct()static CharAdapterCharAdapter.from(char... chars) static CharAdapterCharAdapter.from(CharIterable iterable) CharAdapter.newWith(char element) CharAdapter.newWithAll(CharIterable elements) CharAdapter.newWithout(char element) CharAdapter.newWithoutAll(CharIterable elements) CharAdapter.reject(CharPredicate predicate) CharAdapter.select(CharPredicate predicate) CharAdapter.toReversed() -
Uses of CharAdapter in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return CharAdapter