edu.stanford.nlp.mt
Class DoubleIntHolder

java.lang.Object
  |
  +--edu.stanford.nlp.mt.DoubleIntHolder

public class DoubleIntHolder
extends Object


Constructor Summary
DoubleIntHolder()
           
DoubleIntHolder(double val, int cnt)
           
 
Method Summary
 int getCount()
           
 double getValue()
           
 void incCnt(int val)
           
 void incVal(double val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleIntHolder

public DoubleIntHolder(double val,
                       int cnt)

DoubleIntHolder

public DoubleIntHolder()
Method Detail

incVal

public void incVal(double val)

incCnt

public void incCnt(int val)

getValue

public double getValue()

getCount

public int getCount()


Stanford NLP Group