endrov.typeNetwork
Class DoubleHistogram

java.lang.Object
  extended by endrov.typeNetwork.DoubleHistogram

public class DoubleHistogram
extends java.lang.Object


Field Summary
 java.util.Map<java.lang.Double,java.lang.Integer> hist
           
 
Constructor Summary
DoubleHistogram()
           
 
Method Summary
 void count(double val)
           
 void count(double val, int c)
           
 void createEmptyIntegerBins(int from, int to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hist

public java.util.Map<java.lang.Double,java.lang.Integer> hist
Constructor Detail

DoubleHistogram

public DoubleHistogram()
Method Detail

count

public void count(double val)

count

public void count(double val,
                  int c)

createEmptyIntegerBins

public void createEmptyIntegerBins(int from,
                                   int to)