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.
Type | Name and description |
---|---|
static void |
_idx(char[] buffer, int location, byte[] chars) |
static void |
_idx(char[] array, int startIndex, char[] input) |
static void |
_idx(char[] array, int startIndex, char[] input, int inputLength) |
static void |
_idx(char[] buffer, int location, byte[] chars, int start, int end) |
static char[] |
add(char[] array, char v) |
static char[] |
add(char[] array, String str) |
static char[] |
add(char[] array, StringBuilder stringBuilder) |
static char[] |
add(char[] array, char[] array2) |
static char[] |
add(char[]... strings) |
static char[] |
array(char... array) |
static char[] |
chars(String array) |
static boolean |
contains(char[] chars, char c, int start, int length) |
static char[] |
copy(char[] array) |
static char[] |
copy(char[] array, int offset, int length) |
static char[] |
grow(char[] array, int size) |
static char[] |
grow(char[] array) |
static boolean |
in(char value, char[] array) |
static boolean |
in(int value, char[] array) |
static boolean |
in(char value, int offset, char[] array) |
static boolean |
in(char value, int offset, int end, char[] array) |
static char[] |
lpad(char[] in, int size, char pad) |