|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.os.dtrace.MinValue
public final class MinValue
A long
value aggregated by the DTrace min()
action.
Immutable. Supports persistence using XMLEncoder
.
Aggregation
,
Serialized FormConstructor Summary | |
---|---|
MinValue(long v)
Creates a value aggregated by the DTrace min() 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 minimum 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 MinValue(long v)
min()
action.
Supports XML persistence.
v
- minimum 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 |