Searched defs:AbstractAggregationValue (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ | ||
H A D | AbstractAggregationValue.java | 41 abstract class AbstractAggregationValue class in inherits:AggregationValue,Serializable 50 AbstractAggregationValue(long v) method in class:AbstractAggregationValue 56 AbstractAggregationValue(double v) method in class:AbstractAggregationValue 79 if (o instanceof AbstractAggregationValue) { 80 AbstractAggregationValue v = (AbstractAggregationValue)o; |
Completed in 56 milliseconds