CodePointList |
CodePointList.collectInt(org.eclipse.collections.api.block.function.primitive.IntToIntFunction function) |
CodePointList |
CodePointList.distinct() |
static CodePointList |
CodePointList.from(int... codePoints) |
static CodePointList |
CodePointList.from(org.eclipse.collections.api.IntIterable iterable) |
static CodePointList |
CodePointList.from(String value) |
CodePointList |
CodePointList.newWith(int element) |
CodePointList |
CodePointList.newWithAll(org.eclipse.collections.api.IntIterable elements) |
CodePointList |
CodePointList.newWithout(int element) |
CodePointList |
CodePointList.newWithoutAll(org.eclipse.collections.api.IntIterable elements) |
CodePointList |
CodePointList.reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
CodePointList |
CodePointList.select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
CodePointList |
CodePointList.toReversed() |