OSMQ
v2.0.1

osmq.util
Class Stats

java.lang.Object
  extended byosmq.util.Stats

public class Stats
extends java.lang.Object


Constructor Summary
Stats()
           
 
Method Summary
 void add(int value)
           
 int getAvg()
           
 int getCount()
           
 int getMax()
           
 int getMin()
           
 boolean isMultipleOfCount(int value)
           
 void showStats()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stats

public Stats()
Method Detail

add

public void add(int value)

getMax

public int getMax()

getMin

public int getMin()

getAvg

public int getAvg()

getCount

public int getCount()

isMultipleOfCount

public boolean isMultipleOfCount(int value)

showStats

public void showStats()

(c) 2000 - 2003 MQue Systems
All Rights Reserved