java.lang.Object
org.magicwerk.brownies.collections.helper.BigLists

public class BigLists extends Object
Helper class to create wrapper list objects wrapping primitive BigLists.
  • Constructor Details

    • BigLists

      public BigLists()
  • Method Details

    • createWrapperList

      public static IList<?> createWrapperList(Class<?> type)
      Create a BigList wrapping a primitive BigList, e.g. an IntObjBigList wrapping an IntBigList.
      Parameters:
      type - primitive type for BigList
      Returns:
      created wrapping BigList
      Throws:
      IllegalArgumentException - if no primitive type is specified