Class CollectionUtils

java.lang.Object
panda.utilities.CollectionUtils

public final class CollectionUtils extends Object
  • Method Details

    • listOf

      @SafeVarargs public static <T> List<T> listOf(Collection<? extends T>... collections)
      Join collections into the list
      Type Parameters:
      T - generic type of the collections
      Parameters:
      collections - collections to merge
      Returns:
      the list with the specified collections