| Changed Methods | 
  
  
  String getDisplayName()  
   | 
  
Changed from abstract to non-abstract.
   | 
  Get the display name of the counter. | 
  
  
  String getName()  
   | 
  
Changed from abstract to non-abstract.
   | 
  @return the name of the counter | 
  
  
  long getValue()  
   | 
  
Changed from abstract to non-abstract.
   | 
  What is the current value of this counter  | 
  
  
  void increment(long)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Increment this counter by the given value  | 
  
  
  void setDisplayName(String)  
   | 
  
Changed from abstract to non-abstract.
   | 
  (and no-op by default) | 
  
  
  void setValue(long)  
   | 
  
Changed from abstract to non-abstract.
   | 
  Set this counter by the given value  |