Class CharArrayExtensions
java.lang.Object
net.hl.lang.ext.CharArrayExtensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic char[]static char[]newPrimitiveCharArray(String string) static char[]plus(char[] one, char c) static char[]plus(char[] one, char[] other) static Stringplus(char[] one, CharSequence other) static char[]plus(char c, char[] one) static Stringplus(CharSequence other, char[] one) static char[]setAt(char[] array, int[] indices, char[] other) static char[]setAt(char[] array, IntPredicate predicate, char[] other) static char[]static intupperBound(char[] s)
-
Constructor Details
-
CharArrayExtensions
public CharArrayExtensions()
-
-
Method Details
-
upperBound
public static int upperBound(char[] s) -
plus
public static char[] plus(char[] one, char[] other) -
plus
public static char[] plus(char[] one, char c) -
plus
public static char[] plus(char c, char[] one) -
plus
-
plus
-
getAt
-
setAt
-
setAt
-
setAt
public static char[] setAt(char[] array, int[] indices, char[] other) -
newPrimitiveCharArray
-