| Modifiers | Name | Description | 
|---|---|---|
protected enum  | 
                            FastStringUtils.StringImplementation | 
                            
| Modifiers | Name | Description | 
|---|---|---|
static boolean  | 
                            ENABLED | 
                            |
static long  | 
                            STRING_COUNT_FIELD_OFFSET | 
                            |
static FastStringUtils.StringImplementation  | 
                            STRING_IMPLEMENTATION | 
                            |
static long  | 
                            STRING_OFFSET_FIELD_OFFSET | 
                            |
static long  | 
                            STRING_VALUE_FIELD_OFFSET | 
                            |
static sun.misc.Unsafe  | 
                            UNSAFE | 
                            
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            static String | 
                            noCopyStringFromChars(char[] chars)@param chars to shove array into.  | 
                        
 | 
                            static char[] | 
                            toCharArray(String string)@param string string to grab array from.  | 
                        
 | 
                            static char[] | 
                            toCharArray(CharSequence charSequence)@param charSequence to grab array from.  | 
                        
chars -  to shove array into.
string -  string to grab array from.
charSequence -  to grab array from.