org.gridkit.jvmtool.stacktrace
Interface CounterCollection

All Superinterfaces:
Iterable<String>
All Known Implementing Classes:
CounterArray, SimpleCounterCollection

public interface CounterCollection
extends Iterable<String>


Method Summary
 CounterCollection clone()
           
 long getValue(String key)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getValue

long getValue(String key)

clone

CounterCollection clone()


Copyright © 2019. All Rights Reserved.