-
Notifications
You must be signed in to change notification settings - Fork 0
MutableCharArray
illa4257 edited this page Mar 3, 2025
·
2 revisions
package illa4257.i4Utils.lists
Retrieves a character at a specific index.
@param index index
@return char
Returns the text contained in this MutableCharArray.
For stronger security, it is recommended that the returned character array be cleared after use by setting each character to zero.
-
String getString()
Returns the text contained in this MutableCharArray.
Note: Not recommended for sensitive information because you can’t clear String.
For sensitive information, use the {@link #getChars()} method.
@return String
-
String toString()