Parallel Colt 0.7.2

cern.jet.stat
Class BufferSet

java.lang.Object
  extended by cern.colt.PersistentObject
      extended by cern.jet.stat.BufferSet
All Implemented Interfaces:
Serializable, Cloneable

public abstract class BufferSet
extends PersistentObject

An abstract set of buffers; internally used for computing approximate quantiles.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cern.colt.PersistentObject
serialVersionUID
 
Constructor Summary
BufferSet()
           
 
Method Summary
 
Methods inherited from class cern.colt.PersistentObject
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferSet

public BufferSet()

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage