edu.stanford.nlp.mt
Class IntHolder

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

public class IntHolder
extends Object


Constructor Summary
IntHolder()
           
IntHolder(int value)
           
 
Method Summary
 int getValue()
           
 void incValue(int val)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHolder

public IntHolder(int value)

IntHolder

public IntHolder()
Method Detail

getValue

public int getValue()

incValue

public void incValue(int val)

setValue

public void setValue(int value)


Stanford NLP Group