Uses of Class
org.eclipse.collections.impl.string.immutable.CodePointAdapter
-
Packages that use CodePointAdapter 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 CodePointAdapter in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return CodePointAdapter Modifier and Type Method Description static CodePointAdapter
Strings. asCodePoints(java.lang.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 CodePointAdapter Modifier and Type Method Description static CodePointAdapter
CodePointAdapter. adapt(java.lang.String value)
CodePointAdapter
CodePointAdapter. collectInt(IntToIntFunction function)
CodePointAdapter
CodePointAdapter. distinct()
static CodePointAdapter
CodePointAdapter. from(int... codePoints)
static CodePointAdapter
CodePointAdapter. from(IntIterable iterable)
CodePointAdapter
CodePointAdapter. newWith(int element)
CodePointAdapter
CodePointAdapter. newWithAll(IntIterable elements)
CodePointAdapter
CodePointAdapter. newWithout(int element)
CodePointAdapter
CodePointAdapter. newWithoutAll(IntIterable elements)
CodePointAdapter
CodePointAdapter. reject(IntPredicate predicate)
CodePointAdapter
CodePointAdapter. select(IntPredicate predicate)
CodePointAdapter
CodePointAdapter. toReversed()
Methods in org.eclipse.collections.impl.string.immutable with parameters of type CodePointAdapter Modifier and Type Method Description private boolean
CodePointAdapter. equalsCodePointAdapter(CodePointAdapter adapter)
-
Uses of CodePointAdapter in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return CodePointAdapter Modifier and Type Method Description static CodePointAdapter
StringIterate. asCodePointAdapter(java.lang.String string)
-