Searched refs:getDoubleValue (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java70 public Double getDoubleValue(); method in interface:Statistic
197 public abstract Double getDoubleValue(); method in class:AbstractStatistic
249 public Double getDoubleValue() method in class:DoubleStatistic
267 Double v1 = getDoubleValue();
268 Double v2 = o.getDoubleValue();
277 Double v1 = getDoubleValue();
278 Double v2 = o.getDoubleValue();
305 total += s.getDoubleValue().doubleValue();
337 public Double getDoubleValue() method in class:LongStatistic
425 public Double getDoubleValue() method in class:UnsignedInt64Statistic
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java365 return (getDoubleValue(_this));
407 private final static native double getDoubleValue(long pointer); method in class:Value

Completed in 73 milliseconds