Uses of Class
gnu.lists.FString
Packages that use FString
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
-
Uses of FString in gnu.kawa.functions
Methods in gnu.kawa.functions that return FStringModifier and TypeMethodDescriptionstatic FString
Format.formatToFString
(char style, Object fmt, Object[] args) Apply format and argument, yielding an FString. -
Uses of FString in gnu.lists
Modifier and TypeClassDescriptionclass
Editable character sequence using a buffer-gap implementation and self-adjusting position.Modifier and TypeMethodDescriptionstatic FString
FString.alloc
(int sz) Create a empty string, but with a given initial buffer size.FString.append
(char c) FString.append
(CharSequence csq) FString.append
(CharSequence csq, int start, int end) FString.appendCharacter
(int c) Append a Unicode code point.FString.copy
(int start, int end) protected FString
FString.newInstance
(int newLength) FString.prepend
(CharSequence str, int start, int end) FString.prependCharacter
(int c)