Uses of Class
org.eclipse.collections.impl.string.immutable.CharAdapter
-
Packages that use CharAdapter Package Description org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility 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 CharAdapter Modifier and Type Method Description static CharAdapterStrings. asChars(String string)static CharAdapterStrings. toChars(char... array) -
Uses of CharAdapter in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return CharAdapter Modifier and Type Method Description static CharAdapterCharAdapter. adapt(String value)CharAdapterCharAdapter. collectChar(CharToCharFunction function)CharAdapterCharAdapter. distinct()static CharAdapterCharAdapter. from(char... chars)static CharAdapterCharAdapter. from(CharIterable iterable)CharAdapterCharAdapter. newWith(char element)CharAdapterCharAdapter. newWithAll(CharIterable elements)CharAdapterCharAdapter. newWithout(char element)CharAdapterCharAdapter. newWithoutAll(CharIterable elements)CharAdapterCharAdapter. reject(CharPredicate predicate)CharAdapterCharAdapter. select(CharPredicate predicate)CharAdapterCharAdapter. toReversed() -
Uses of CharAdapter in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return CharAdapter Modifier and Type Method Description static CharAdapterStringIterate. asCharAdapter(String string)
-