Uses of Class
net.spy.stat.Stat

Packages that use Stat
net.spy.stat Tools for gathering and reporting on statistics 
 

Uses of Stat in net.spy.stat
 

Subclasses of Stat in net.spy.stat
 class ComputingStat
          Stat implementation that keeps averages and standard deviation and stuff.
 class CounterStat
          Simple counter stat.
 

Methods in net.spy.stat that return Stat
static Stat Stats.getStat(String name)
          Get the stat with the given name.
static Stat Stats.getStat(String name, Class<? extends Stat> kind)
          Get a stat by name.
 

Methods in net.spy.stat that return types with arguments of type Stat
 Map<String,Stat> Stats.getStats()
          Get all known stats.
 

Method parameters in net.spy.stat with type arguments of type Stat
static Stat Stats.getStat(String name, Class<? extends Stat> kind)
          Get a stat by name.
 



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.