Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Modifiers | Name | Description |
---|---|---|
protected enum |
FastStringUtils.StringImplementation |
@author Stéphane Landelle |
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 | 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.