Class HashedLineToString
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_string.HashedLineToString
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>
public class HashedLineToString extends java.lang.Object implements java.util.function.LongFunction<java.lang.String>Return a pseudo-randomly selected String value from a single line of the specified file.
-
-
Constructor Summary
Constructors Constructor Description HashedLineToString(java.lang.String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(long operand)java.lang.StringtoString()
-