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 CharAdapter
static CharAdapter
Strings.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 CharAdapter
CharAdapter.collectChar
(CharToCharFunction function) CharAdapter.distinct()
static CharAdapter
CharAdapter.from
(char... chars) static CharAdapter
CharAdapter.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