public class CollectionFactory extends Object
| Constructor and Description |
|---|
CollectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Array<E> |
createArray() |
static <E> Array<E> |
createArray(int size) |
static <E> Array<E> |
createArray(int size,
E fillValue) |
static <V> Map<V> |
createMap() |
Copyright © 2015. All rights reserved.