public class ListTemplate extends Object implements LongFunction<List<String>>
List<String> based on two functions, the first to
determine the list size, and the second to populate the list with
string values. The input fed to the second function is incremented
between elements.| Constructor and Description |
|---|
ListTemplate(LongToIntFunction sizeFunc,
LongFunction<String> valueFunc) |
public ListTemplate(LongToIntFunction sizeFunc, LongFunction<String> valueFunc)
Copyright © 2018. All rights reserved.