@InterfaceAudience.Private public abstract class AbstractCounter extends java.lang.Object implements Counter
Constructor and Description |
---|
AbstractCounter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object genericRight) |
int |
hashCode() |
void |
setDisplayName(java.lang.String name)
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getName, getUnderlyingCounter, getValue, increment, setValue
@Deprecated public void setDisplayName(java.lang.String name)
Counter
setDisplayName
in interface Counter
name
- of the counterpublic boolean equals(java.lang.Object genericRight)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2009 The Apache Software Foundation