hep.analysis.partition
Class FillableTee

java.lang.Object
  |
  +--hep.analysis.partition.FillableTee
All Implemented Interfaces:
OneDFillable, java.io.Serializable

public final class FillableTee
extends java.lang.Object
implements OneDFillable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FillableTee(OneDFillable f1, OneDFillable f2)
           
 
Method Summary
 void clear()
           
 void fill(java.util.Date d)
           
 void fill(double d)
           
 void fill(int i)
           
 void fill(java.lang.String s)
           
 void fillW(java.util.Date d, double weight)
           
 void fillW(double d, double weight)
           
 void fillW(int i, double weight)
           
 void fillW(java.lang.String s, double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillableTee

public FillableTee(OneDFillable f1,
                   OneDFillable f2)
Method Detail

fill

public void fill(double d)
Specified by:
fill in interface OneDFillable

fillW

public void fillW(double d,
                  double weight)
Specified by:
fillW in interface OneDFillable

fill

public void fill(int i)
Specified by:
fill in interface OneDFillable

fillW

public void fillW(int i,
                  double weight)
Specified by:
fillW in interface OneDFillable

fill

public void fill(java.lang.String s)
Specified by:
fill in interface OneDFillable

fillW

public void fillW(java.lang.String s,
                  double weight)
Specified by:
fillW in interface OneDFillable

fill

public void fill(java.util.Date d)
Specified by:
fill in interface OneDFillable

fillW

public void fillW(java.util.Date d,
                  double weight)
Specified by:
fillW in interface OneDFillable

clear

public void clear()
Specified by:
clear in interface OneDFillable