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