Class CharArrayExtensions

java.lang.Object
net.hl.lang.ext.CharArrayExtensions

public class CharArrayExtensions extends Object
  • 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

      public static String plus(char[] one, CharSequence other)
    • plus

      public static String plus(CharSequence other, char[] one)
    • getAt

      public static char[] getAt(char[] array, IntRange range)
    • setAt

      public static char[] setAt(char[] array, IntRange range, int[] other)
    • setAt

      public static char[] setAt(char[] array, IntPredicate predicate, char[] other)
    • setAt

      public static char[] setAt(char[] array, int[] indices, char[] other)
    • newPrimitiveCharArray

      public static char[] newPrimitiveCharArray(String string)