public class DataFactory extends Object
| Constructor and Description |
|---|
DataFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
createList() |
static <K,V> Map<K,V> |
createMap() |
static <K,V> Map<K,V> |
createMap(int initCapacity) |
static <T> Set<T> |
createSet() |
static <T> Set<T> |
createSet(int initCapacity) |
Copyright © 2024 Soot OSS. All rights reserved.