Interface ArrayUtils


  • public interface ArrayUtils
    Since:
    2.0.0
    Author:
    Martin Schumacher
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <T> List<T> toList​(T value, T[] furtherValues)  
    • Method Detail

      • toList

        static <T> List<T> toList​(T value,
                                  T[] furtherValues)