public class SingleElementUtil extends Object
| Constructor and Description |
|---|
SingleElementUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
createList(E initialElement) |
static <K,V> Map<K,V> |
createMap(K initialKey,
V initialValue) |
static <E> Set<E> |
createSet(E initialElement) |
Copyright © 2018. All rights reserved.