public class CharacterUtils extends Object
| Constructor and Description |
|---|
CharacterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Character> |
collectPrintableCharactersOf(Charset charset)
Returns a list of all printable charaters of the given charset.
|
static List<Character> |
filterLetters(List<Character> characters)
Keep only letters from a list of characters.
|
Copyright © 2017. All Rights Reserved.