Class Join<T>

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.Join<T>
All Implemented Interfaces:
Function<Collection<T>,String>

public class Join<T> extends Object implements Function<Collection<T>,String>
This takes any collection and concatenates the String representation with a specified delimiter.