public class OkkamCollections extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
toList(Collection<T> coll)
Return a list from a collection.
|
public static <T> List<T> toList(Collection<T> coll)
T - The collection typecoll - The input collectionCopyright © 2018 Okkam srl. All rights reserved.