static CharAdapter |
CharAdapter.adapt(String value) |
CharAdapter |
CharAdapter.collectChar(org.eclipse.collections.api.block.function.primitive.CharToCharFunction function) |
CharAdapter |
CharAdapter.distinct() |
static CharAdapter |
CharAdapter.from(char... chars) |
static CharAdapter |
CharAdapter.from(org.eclipse.collections.api.CharIterable iterable) |
CharAdapter |
CharAdapter.newWith(char element) |
CharAdapter |
CharAdapter.newWithAll(org.eclipse.collections.api.CharIterable elements) |
CharAdapter |
CharAdapter.newWithout(char element) |
CharAdapter |
CharAdapter.newWithoutAll(org.eclipse.collections.api.CharIterable elements) |
CharAdapter |
CharAdapter.reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
CharAdapter |
CharAdapter.select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
CharAdapter |
CharAdapter.toReversed() |