public class Addables extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Addables.Addable<T> |
| Constructor and Description |
|---|
Addables() |
| Modifier and Type | Method and Description |
|---|---|
static Addables.Addable |
newAddable(Class<?> type,
int size) |
static Collection |
newCollection(Class<?> type,
Collection initCollection) |
static Map |
newMap(Class<?> type,
Map initMap) |
public static Addables.Addable newAddable(Class<?> type, int size)
public static Collection newCollection(Class<?> type, Collection initCollection)
Copyright © 2019. All rights reserved.