public class CollectionFactory extends Object
Constructor and Description |
---|
CollectionFactory() |
Modifier and Type | Method and Description |
---|---|
static <V> LightArray<V> |
constructArray()
Construct a
LightArray |
static LightArrayInt |
constructIntegerArray()
Construct an array of integers
|
static <V> LightMap<V> |
constructMap()
Construct a LightMap
|
public static <V> LightMap<V> constructMap()
V
- the type of the mappublic static <V> LightArray<V> constructArray()
LightArray
V
- the type of objects that go into the arraypublic static LightArrayInt constructIntegerArray()
Copyright © 2016 Magnolia International Ltd.. All rights reserved.