public class CharArrayExtensions extends Object
| Constructor and Description |
|---|
CharArrayExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
getAt(char[] array,
IntRange range) |
static char[] |
newPrimitiveCharArray(String string) |
static char[] |
plus(char[] one,
char c) |
static char[] |
plus(char[] one,
char[] other) |
static String |
plus(char[] one,
CharSequence other) |
static char[] |
plus(char c,
char[] one) |
static String |
plus(CharSequence other,
char[] one) |
static char[] |
setAt(char[] array,
int[] indices,
char[] other) |
static char[] |
setAt(char[] array,
IntPredicate predicate,
char[] other) |
static char[] |
setAt(char[] array,
IntRange range,
int[] other) |
static int |
upperBound(char[] s) |
public static int upperBound(char[] s)
public static char[] plus(char[] one,
char[] other)
public static char[] plus(char[] one,
char c)
public static char[] plus(char c,
char[] one)
public static String plus(char[] one, CharSequence other)
public static String plus(CharSequence other, char[] one)
public static char[] getAt(char[] array,
IntRange range)
public static char[] setAt(char[] array,
IntRange range,
int[] other)
public static char[] setAt(char[] array,
IntPredicate predicate,
char[] other)
public static char[] setAt(char[] array,
int[] indices,
char[] other)
public static char[] newPrimitiveCharArray(String string)
Copyright © 2021 vpc open source initiative. All rights reserved.