类 DictValue


  • public class DictValue
    extends java.lang.Object
    此结构体存储以下类型之一的标量值(或数组):double、cv::String 或 int64。待办事项:int64 可能没用,因为 double 类型可以精确存储至少 2^52 个整数。
    • 字段详情

      • nativeObj

        protected final long nativeObj
    • 构造函数详情

      • DictValue

        protected DictValue​(long addr)
      • DictValue

        public DictValue​(int i)
      • DictValue

        public DictValue​(double p)
      • DictValue

        public DictValue​(java.lang.String s)
    • 方法详情

      • getNativeObjAddr

        public long getNativeObjAddr()
      • __fromPtr__

        public static DictValue __fromPtr__​(long addr)
      • isInt

        public boolean isInt()
      • isString

        public boolean isString()
      • isReal

        public boolean isReal()
      • getIntValue

        public int getIntValue​(int idx)
      • getIntValue

        public int getIntValue()
      • getRealValue

        public double getRealValue​(int idx)
      • getRealValue

        public double getRealValue()
      • getStringValue

        public java.lang.String getStringValue​(int idx)
      • getStringValue

        public java.lang.String getStringValue()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        覆盖
        finalize 在类 java.lang.Object 中
        抛出
        java.lang.Throwable