-
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
public String |
noCopyStringFromChars(char[] chars) - Parameters:
chars - to shove array into.
|
|
public char[] |
toCharArray(String string) - Parameters:
string - string to grab array from.
|
-
-
Method Detail
-
public String noCopyStringFromChars(char[] chars)
- Parameters:
chars
- to shove array into.
- Returns:
- new string with chars copied into it
-
public char[] toCharArray(String string)
- Parameters:
string
- string to grab array from.
- Returns:
- char array from string
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.