Uses of Class
org.jtheque.utils.count.Counter

Packages that use Counter
org.jtheque.utils.count Contains classes for count something. 
 

Uses of Counter in org.jtheque.utils.count
 

Methods in org.jtheque.utils.count that return Counter
 Counter Counters.getCounter(String name)
          Return the counter named with the specific name.
 Counter Counters.getCounterOrAdd(String name)
          Return the named counter or a new if the counter doesn't exist.
 

Methods in org.jtheque.utils.count that return types with arguments of type Counter
 Iterator<Map.Entry<String,Counter>> Counters.iterator()
           
 



Copyright © 2010 JTheque. All Rights Reserved.