public final class CollectionInstanceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Collection<?> |
getCollection(Class<?> collectionType)
Given any of the known collection types, this method will return an instance of the collection.
|
public static Collection<?> getCollection(Class<?> collectionType)
collectionType - the type of the collectionCopyright © 2014–2016. All rights reserved.