|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.os.dtrace.SumValue
public final class SumValue
A long
value aggregated by the DTrace sum()
action.
Immutable. Supports persistence using XMLEncoder
.
Aggregation
,
Serialized FormConstructor Summary | |
---|---|
SumValue(long v)
Creates a value aggregated by the DTrace sum() action. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compares the specified object with this aggregation value for equality. |
java.lang.Long |
getValue()
Gets the sum total of the aggregated values. |
int |
hashCode()
Overridden to ensure that equal instances have equal hash codes. |
java.lang.String |
toString()
Gets the string representation of getValue() . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SumValue(long v)
sum()
action.
Supports XML persistence.
v
- sum total of the aggregated valuesMethod Detail |
---|
public java.lang.Long getValue()
getValue
in interface AggregationValue
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
true
if and only if the specified object is an
aggregation value of the same Class
as this value, and
both values return equal numbers from getValue()
.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
getValue()
.
toString
in class java.lang.Object
getValue()
returned
by Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |