Class StringFunctions
java.lang.Object
org.eclipse.collections.impl.block.factory.StringFunctions
public final class StringFunctions extends Object
-
Method Summary
-
Method Details
-
toUpperCase
-
toLowerCase
-
toInteger
-
toPrimitiveBoolean
-
toPrimitiveByte
-
toPrimitiveChar
-
toFirstChar
- Throws:
StringIndexOutOfBoundsException
- if the String is empty
-
toPrimitiveDouble
-
toPrimitiveFloat
-
toPrimitiveInt
-
toPrimitiveLong
-
toPrimitiveShort
-
length
-
firstLetter
-
subString
-
trim
Returns a function that returns a copy of aString
, with leading and trailing whitespace omitted.- See Also:
String.trim()
-
append
-
prepend
-