edu.stanford.nlp.maxent.iis
Class HoldDouble

java.lang.Object
  |
  +--edu.stanford.nlp.maxent.iis.HoldDouble

public class HoldDouble
extends Object

This class is used hold one double value.


Method Summary
 void set(double val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

set

public void set(double val)


Stanford NLP Group