Uses of Class
org.eclipse.collections.impl.string.immutable.CodePointList
-
Packages that use CodePointList Package Description 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 CodePointList in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return CodePointList Modifier and Type Method Description CodePointListCodePointList. collectInt(IntToIntFunction function)CodePointListCodePointList. distinct()static CodePointListCodePointList. from(int... codePoints)static CodePointListCodePointList. from(String value)static CodePointListCodePointList. from(IntIterable iterable)CodePointListCodePointList. newWith(int element)CodePointListCodePointList. newWithAll(IntIterable elements)CodePointListCodePointList. newWithout(int element)CodePointListCodePointList. newWithoutAll(IntIterable elements)CodePointListCodePointList. reject(IntPredicate predicate)CodePointListCodePointList. select(IntPredicate predicate)CodePointListCodePointList. toReversed() -
Uses of CodePointList in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return CodePointList Modifier and Type Method Description static CodePointListStringIterate. toCodePointList(String string)
-