Chars

API

Chars.java
class Chars {
  Chars(final FakeDataService fakeDataService)
  char upper()
  char lower()
  char any()
  char digit()
}