Class MD5HexString

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.MD5HexString
All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>

public class MD5HexString
extends java.lang.Object
implements java.util.function.LongFunction<java.lang.String>
Computes the MD5 digest of the byte image of the input long, and returns it in hexadecimal String form.
  • Constructor Summary

    Constructors 
    Constructor Description
    MD5HexString()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String apply​(long value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • apply

      public java.lang.String apply​(long value)
      Specified by:
      apply in interface java.util.function.LongFunction<java.lang.String>