public class BigLists
extends java.lang.Object
| Constructor and Description |
|---|
BigLists() |
| Modifier and Type | Method and Description |
|---|---|
static IList<?> |
createWrapperList(java.lang.Class<?> type)
Create a BigList wrapping a primitive BigList, e.g. an IntObjBigList wrapping an IntBigList.
|
public static IList<?> createWrapperList(java.lang.Class<?> type)
type - primitive type for BigListjava.lang.IllegalArgumentException - if no primitive type is specified