public class CombinationGenerator<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
IGenerator<List<T>> |
multi(int length) |
IGenerator<List<T>> |
simple(int length) |
public IGenerator<List<T>> simple(int length)
public IGenerator<List<T>> multi(int length)
Copyright © 2016–2018. All rights reserved.