Class CommonUtil


  • public class CommonUtil
    extends Object
    • Method Detail

      • isNullOrEmpty

        public boolean isNullOrEmpty​(Object[] array)
      • isNullOrEmpty

        public boolean isNullOrEmpty​(List<?> list)
      • isNullOrEmpty

        public boolean isNullOrEmpty​(String text)
      • matches

        public boolean matches​(String text,
                               String regex)
      • concatArrays

        public <T> T[] concatArrays​(T[] array1,
                                    T[] array2)