Uses of Class
org.eclipse.collections.impl.string.immutable.CodePointList
Packages that use CodePointList
Package
Description
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of CodePointList in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return CodePointListModifier and TypeMethodDescriptionCodePointList.collectInt
(IntToIntFunction function) CodePointList.distinct()
static CodePointList
CodePointList.from
(int... codePoints) static CodePointList
static CodePointList
CodePointList.from
(IntIterable iterable) CodePointList.newWith
(int element) CodePointList.newWithAll
(IntIterable elements) CodePointList.newWithout
(int element) CodePointList.newWithoutAll
(IntIterable elements) CodePointList.reject
(IntPredicate predicate) CodePointList.select
(IntPredicate predicate) CodePointList.toReversed()
-
Uses of CodePointList in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return CodePointListModifier and TypeMethodDescriptionstatic CodePointList
StringIterate.toCodePointList
(String string)