public class CollectionsFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionsFactory.CollectionsFramework |
| Modifier and Type | Field and Description |
|---|---|
static CollectionsFactory.CollectionsFramework |
mode |
| Constructor and Description |
|---|
CollectionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> java.util.Map<K,V> |
getMap() |
static <E> java.util.Set<E> |
getSet() |
static <E> java.util.Set<E> |
getSet(java.util.Collection<E> initial) |
public static CollectionsFactory.CollectionsFramework mode