public class MapTemplate extends Object implements LongFunction<Map<String,String>>
Map<String,String> from a set of input functions
which determine the size of the map, the value of each key, and
the value for that key. In between calling the key and value functions,
the input value is incremented.| Constructor and Description |
|---|
MapTemplate(LongToIntFunction sizeFunc,
LongFunction<String> keyFunc,
LongFunction<String> valueFunc) |
public MapTemplate(LongToIntFunction sizeFunc, LongFunction<String> keyFunc, LongFunction<String> valueFunc)
Copyright © 2018. All rights reserved.