com.lordofthejars.nosqlunit.redis.embedded
Class ByteBufferAsString2DoubleConverter
java.lang.Object
com.lordofthejars.nosqlunit.redis.embedded.ByteBufferAsString2DoubleConverter
- All Implemented Interfaces:
- ch.lambdaj.function.convert.Converter<ByteBuffer,Double>
public class ByteBufferAsString2DoubleConverter
- extends Object
- implements ch.lambdaj.function.convert.Converter<ByteBuffer,Double>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBufferAsString2DoubleConverter
public ByteBufferAsString2DoubleConverter()
createByteBufferAsStringToDoubleConverter
public static ByteBufferAsString2DoubleConverter createByteBufferAsStringToDoubleConverter()
convert
public Double convert(ByteBuffer from)
- Specified by:
convert in interface ch.lambdaj.function.convert.Converter<ByteBuffer,Double>
Copyright © 2012. All Rights Reserved.