Class TypedCollectionUtil

java.lang.Object
com.aquima.interactions.foundation.collections.TypedCollectionUtil

public final class TypedCollectionUtil extends Object
Factory for typed collections.
Since:
11.3
Author:
Petru Galanton
  • Method Details

    • newArrayList

      public static <T> ArrayList<T> newArrayList()
      Creates a new generic array list with the given element type.
      Type Parameters:
      T - the type of the array list
      Returns:
      a new array list