public class CollectionUtil extends Object
Title: Collection Utilities
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
CollectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
asSet(T... a) |
static <T> List<T> |
copy(List<? extends T> a) |
static <T> Set<T> |
copy(Set<? extends T> a) |
static <T> List<T> |
makeList() |
static <K,V> Map<K,V> |
makeMap() |
static <T> Set<T> |
makeSet() |
Copyright © 2019. All rights reserved.