Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ character
Method
character
src/main/java/com/github/javafaker/Lorem.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
public
char character() {
19
return
character(false);
20
}
21
22
public
char character(boolean includeUppercase) {
23
return
characters(1, includeUppercase).charAt(0);
Callers
nothing calls this directly
Calls
1
characters
Method · 0.95
Tested by
no test coverage detected