public class LangUtil extends Object
Constructor and Description |
---|
LangUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
arrayConcat(T[] a,
T[] b) |
static RuntimeException |
mkAssert(String messagePrefix,
Throwable cause) |
public static RuntimeException mkAssert(String messagePrefix, Throwable cause)
public static <T> T[] arrayConcat(T[] a, T[] b)
Copyright © 2013. All rights reserved.