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 CodePointAdapterStrings.asCodePoints(String string) static CodePointAdapterStrings.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 CodePointAdapterCodePointAdapter.collectInt(IntToIntFunction function) CodePointAdapter.distinct()static CodePointAdapterCodePointAdapter.from(int... codePoints) static CodePointAdapterCodePointAdapter.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 CodePointAdapterStringIterate.asCodePointAdapter(String string)