public final class UnsafeString extends Object
Modifier and Type | Method and Description |
---|---|
static char[] |
steal(String str)
Steal the underlying character array of a String.
|
static String |
wrap(char[] chars)
Create a String based on the provided character array.
|
Copyright © 2021 SPF4J. All rights reserved.