public class CollectionUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
map(Object... objects)
Helper method to easily create a map.
|
static Map<String,Object> |
singletonMap(String key,
Object value)
Helper method that creates a singleton map.
|
Copyright © 2016 Alfresco. All rights reserved.