public interface

LongArrayCounter

implements Counter
sun.management.counter.LongArrayCounter
Known Indirect Subclasses

Class Overview

Interface for performance counter wrapping long[] objects.

Summary

Public Methods
abstract long[] longArrayValue()
Get a copy of the elements of the LongArrayCounter.
abstract long longAt(int index)
Get the value of an element of the LongArrayCounter object.
[Expand]
Inherited Methods
From interface sun.management.counter.Counter

Public Methods

public abstract long[] longArrayValue ()

Get a copy of the elements of the LongArrayCounter.

public abstract long longAt (int index)

Get the value of an element of the LongArrayCounter object.