|
sharkysoft.com | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sharkysoft.string.StringToolbox
Miscellaneous string functions.
Details: StringToolbox is a miscellaneous collection
of functions for manipulating strings.
| Method Summary | |
static java.lang.String |
repeat(char icChar,
int inCount)
Creates string by repeating character. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String repeat(char icChar,
int inCount)
Details: repeat creates a new string by repeating a
character. For example, the call
repeat('#', 3)
produces the string "###". A zero-
icChar - the character to repeatinCount - the repeat count
|
sharkysoft.com | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997-2004 Sharkysoft (sharkysoft.com). All rights reserved.