Class HashedLinesToKeyValueString
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_string.HashedLinesToKeyValueString
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>
public class HashedLinesToKeyValueString extends java.lang.Object implements java.util.function.LongFunction<java.lang.String>Generate a string in the format key1:value1;key2:value2;... from the words in the specified file, ranging in size between zero and the specified maximum.
-
-
Constructor Summary
Constructors Constructor Description HashedLinesToKeyValueString(java.lang.String paramFile, int maxsize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(long input)
-