Class BigLists


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

      Constructors 
      Constructor Description
      BigLists()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IList<?> createWrapperList​(java.lang.Class<?> type)
      Create a BigList wrapping a primitive BigList, e.g.
      • Methods inherited from class java.lang.Object

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

      • BigLists

        public BigLists()
    • Method Detail

      • createWrapperList

        public static IList<?> createWrapperList​(java.lang.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:
        java.lang.IllegalArgumentException - if no primitive type is specified