Uses of Class
org.eclipse.collections.impl.string.immutable.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 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 CodePointAdapter Modifier and Type Method Description static CodePointAdapterCodePointAdapter. adapt(String value)CodePointAdapterCodePointAdapter. collectInt(IntToIntFunction function)CodePointAdapterCodePointAdapter. distinct()static CodePointAdapterCodePointAdapter. from(int... codePoints)static CodePointAdapterCodePointAdapter. from(IntIterable iterable)CodePointAdapterCodePointAdapter. newWith(int element)CodePointAdapterCodePointAdapter. newWithAll(IntIterable elements)CodePointAdapterCodePointAdapter. newWithout(int element)CodePointAdapterCodePointAdapter. newWithoutAll(IntIterable elements)CodePointAdapterCodePointAdapter. reject(IntPredicate predicate)CodePointAdapterCodePointAdapter. select(IntPredicate predicate)CodePointAdapterCodePointAdapter. toReversed() - 
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 CodePointAdapterStringIterate. asCodePointAdapter(String string)