Class FlexBuffersBuilder.Value

  • Enclosing class:
    FlexBuffersBuilder

    private static class FlexBuffersBuilder.Value
    extends java.lang.Object
    • Field Detail

      • type

        final int type
      • minBitWidth

        final int minBitWidth
      • dValue

        final double dValue
      • iValue

        long iValue
      • key

        int key
    • Constructor Detail

      • Value

        Value​(int key,
              int type,
              int bitWidth,
              long iValue)
      • Value

        Value​(int key,
              int type,
              int bitWidth,
              double dValue)