Class BigLists
java.lang.Object
org.magicwerk.brownies.collections.helper.BigLists
Helper class to create wrapper list objects wrapping primitive BigLists.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IList
<?> createWrapperList
(Class<?> type) Create a BigList wrapping a primitive BigList, e.g.
-
Constructor Details
-
BigLists
public BigLists()
-
-
Method Details
-
createWrapperList
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
-