com.flaptor.hist4j
Class Cell

java.lang.Object
  extended by com.flaptor.hist4j.Cell
All Implemented Interfaces:
java.io.Serializable

public class Cell
extends java.lang.Object
implements java.io.Serializable

Contains the data of a histogram node.

Author:
jorge
See Also:
Serialized Form

Field Summary
 long count
           
 float maxValue
           
 float minValue
           
 
Constructor Summary
Cell()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public long count

minValue

public float minValue

maxValue

public float maxValue
Constructor Detail

Cell

public Cell()