public final class CollectionsUtils extends Object
| Constructor and Description |
|---|
CollectionsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <V> List<V> |
flatten(List<List<V>> lists)
Flattens the provided list into a single list.
|
static <GPOutput> boolean |
isMapComplete(Map<Integer,GPOutput> map,
int size) |
static <GOutput> List<GOutput> |
toOrderedList(Map<Integer,GOutput> responseMap) |
Copyright © 2017. All rights reserved.