|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Strings.Builder | |
| com.lonniepryor.blues.util | Common utility classes used throughout the Blues Framework. |
| Uses of Strings.Builder in com.lonniepryor.blues.util |
| Methods in com.lonniepryor.blues.util that return Strings.Builder | |
static Strings.Builder |
Strings.startingWithAny()
Returns a Builder whose resulting Strings specification will allow any number of inital characters. |
static Strings.Builder |
Strings.startingWithAtLeastNumChars(int minChars)
Returns a Builder whose resulting Strings specification will require at least the supplied number of inital characters. |
static Strings.Builder |
Strings.startingWith(Characters specification)
Returns a Builder whose resulting Strings specification will require the supplied character at the beginning of canidate strings. |
static Strings.Builder |
Strings.startingWith(java.lang.String characters)
Returns a Builder whose resulting Strings specification will require the supplied text at the beginning of canidate strings. |
Strings.Builder |
Strings.Builder.followedByAny()
Returns a Builder whose resulting Strings specification will accept any number of characters at this point in canidate strings. |
Strings.Builder |
Strings.Builder.followedByAtLeastNumChars(int minChars)
Returns a Builder whose resulting Strings specification will require the at least the specified number of characters at this point in canidate strings. |
Strings.Builder |
Strings.Builder.followedBy(Characters specification)
Returns a Builder whose resulting Strings specification will require the supplied character at this point in canidate strings. |
Strings.Builder |
Strings.Builder.followedBy(java.lang.String characters)
Returns a Builder whose resulting Strings specification will require the supplied text at this point in canidate strings. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||