Package de.goldmensch.commanddispatcher
Class ArrayUtil
java.lang.Object
de.goldmensch.commanddispatcher.ArrayUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull String
buildString(@NotNull String[] a)
static <T> boolean
startWith(@NotNull T[] r, @NotNull T[] s)
static @NotNull String[]
toLowerCase(@NotNull String[] a)
-
Method Details
-
startWith
public static <T> boolean startWith(@NotNull @NotNull T[] r, @NotNull @NotNull T[] s) -
toLowerCase
-
buildString
-