java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_string.ToCharBuffer
All Implemented Interfaces:
java.util.function.Function<java.lang.String,​java.nio.CharBuffer>

public class ToCharBuffer
extends java.lang.Object
implements java.util.function.Function<java.lang.String,​java.nio.CharBuffer>
  • Constructor Summary

    Constructors
    Constructor Description
    ToCharBuffer()  
  • Method Summary

    Modifier and Type Method Description
    java.nio.CharBuffer apply​(java.lang.String s)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • ToCharBuffer

      public ToCharBuffer()
  • Method Details

    • apply

      public java.nio.CharBuffer apply​(java.lang.String s)
      Specified by:
      apply in interface java.util.function.Function<java.lang.String,​java.nio.CharBuffer>