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.
|
Modifier and Type | Method | Description |
---|---|---|
static CodePointAdapter |
Strings.asCodePoints(String string) |
|
static CodePointAdapter |
Strings.toCodePoints(int... array) |
Modifier and Type | Method | Description |
---|---|---|
static CodePointAdapter |
CodePointAdapter.adapt(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() |
Modifier and Type | Method | Description |
---|---|---|
static CodePointAdapter |
StringIterate.asCodePointAdapter(String string) |
Copyright © 2004–2019. All rights reserved.