org.openware.loadsim.stats
Class Bin
java.lang.Object
|
+--org.openware.loadsim.stats.Bin
- public class Bin
- extends java.lang.Object
Constructor Summary |
Bin(long startValue,
long endValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Bin
public Bin(long startValue,
long endValue)
getStartValue
public long getStartValue()
getEndValue
public long getEndValue()
getNumInBin
public int getNumInBin()
setNumInBin
public void setNumInBin(int numInBin)
isSampleInBin
public boolean isSampleInBin(long sample)
incrementBinCount
public void incrementBinCount()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.