| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
CodePointList |
CodePointList.collectInt(IntToIntFunction function) |
|
CodePointList |
CodePointList.distinct() |
|
static CodePointList |
CodePointList.from(int... codePoints) |
|
static CodePointList |
CodePointList.from(String value) |
|
static CodePointList |
CodePointList.from(IntIterable iterable) |
|
CodePointList |
CodePointList.newWith(int element) |
|
CodePointList |
CodePointList.newWithAll(IntIterable elements) |
|
CodePointList |
CodePointList.newWithout(int element) |
|
CodePointList |
CodePointList.newWithoutAll(IntIterable elements) |
|
CodePointList |
CodePointList.reject(IntPredicate predicate) |
|
CodePointList |
CodePointList.select(IntPredicate predicate) |
|
CodePointList |
CodePointList.toReversed() |
| Modifier and Type | Method | Description |
|---|---|---|
static CodePointList |
StringIterate.toCodePointList(String string) |
Copyright © 2004–2019. All rights reserved.