public static double getDouble()

in hbase-unsafe/src/main/java/org/apache/hadoop/hbase/unsafe/HBaseUnsafeInternal.java [120:122]


  public static double getDouble(Object o, long offset) {
    return UNSAFE.getDouble(o, offset);
  }