Package com.sun.tools.corba.se.logutil
Class StringUtil
java.lang.Object
com.sun.tools.corba.se.logutil.StringUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic StringtoMixedCase(String str) Take a string containing underscores, and return a string with the underscore removed, and all characters exception in lower case except the characters after the underscores.
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
toMixedCase
Take a string containing underscores, and return a string with the underscore removed, and all characters exception in lower case except the characters after the underscores. -
countArgs
-