Class BufferedValue.FloatValue

java.lang.Object
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue.FloatValue
Enclosing class:
BufferedValue

protected static final class BufferedValue.FloatValue extends BufferedValue
  • Field Details

    • _value

      private final float _value
  • Constructor Details

    • FloatValue

      public FloatValue(float v)
  • Method Details