< prev index next >

src/java.management/share/classes/sun/management/counter/Counter.java

Print this page

        

*** 61,71 **** * Returns an Object that encapsulates the data value of this counter */ public Object getValue(); /** ! * Returns <tt>true</tt> if this counter is an internal counter. */ public boolean isInternal(); /** * Return the flags associated with the counter. --- 61,71 ---- * Returns an Object that encapsulates the data value of this counter */ public Object getValue(); /** ! * Returns {@code true} if this counter is an internal counter. */ public boolean isInternal(); /** * Return the flags associated with the counter.
< prev index next >