Class ListUtils


  • public class ListUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T[] array​(T... args)  
      static <T> java.util.ArrayList<T> concat​(java.util.Collection<T> a, java.util.Collection<T> b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListUtils

        public ListUtils()
    • Method Detail

      • concat

        public static <T> java.util.ArrayList<T> concat​(java.util.Collection<T> a,
                                                        java.util.Collection<T> b)
      • array

        public static <T> T[] array​(T... args)