Package com.plantuml.ubrex
Class ChallengeCharSet
java.lang.Object
com.plantuml.ubrex.ChallengeCharSet
- All Implemented Interfaces:
Challenge
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChar
(char ch) void
addRange
(char start, char end) static ChallengeCharSet
build
(CharSequence pattern) runChallenge
(TextNavigator string, int position) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.plantuml.ubrex.Challenge
runChallenge
-
Constructor Details
-
ChallengeCharSet
public ChallengeCharSet()
-
-
Method Details
-
build
-
addChar
public void addChar(char ch) -
addRange
public void addRange(char start, char end)
-