Uses of Class
org.eclipse.collections.impl.string.immutable.CodePointAdapter
Packages that use CodePointAdapter
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 CodePointAdapter in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return CodePointAdapterModifier and TypeMethodDescriptionstatic CodePointAdapter
Strings.asCodePoints
(String string) static CodePointAdapter
Strings.toCodePoints
(int... array) -
Uses of CodePointAdapter in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return CodePointAdapterModifier and TypeMethodDescriptionstatic CodePointAdapter
CodePointAdapter.collectInt
(IntToIntFunction function) CodePointAdapter.distinct()
static CodePointAdapter
CodePointAdapter.from
(int... codePoints) static CodePointAdapter
CodePointAdapter.from
(IntIterable iterable) CodePointAdapter.newWith
(int element) CodePointAdapter.newWithAll
(IntIterable elements) CodePointAdapter.newWithout
(int element) CodePointAdapter.newWithoutAll
(IntIterable elements) CodePointAdapter.reject
(IntPredicate predicate) CodePointAdapter.select
(IntPredicate predicate) CodePointAdapter.toReversed()
-
Uses of CodePointAdapter in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return CodePointAdapterModifier and TypeMethodDescriptionstatic CodePointAdapter
StringIterate.asCodePointAdapter
(String string)