edu.stanford.nlp.redwoods
Class IntTuple

java.lang.Object
  |
  +--edu.stanford.nlp.redwoods.IntTuple
All Implemented Interfaces:
Serializable

public class IntTuple
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IntTuple()
           
IntTuple(int num)
           
 
Method Summary
 int get(int num)
           
 IntTuple getCopy()
           
static IntTuple getIntTuple(int num)
           
 void print()
           
 void set(int num, int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntTuple

public IntTuple(int num)

IntTuple

public IntTuple()
Method Detail

getIntTuple

public static IntTuple getIntTuple(int num)

getCopy

public IntTuple getCopy()

set

public void set(int num,
                int val)

get

public int get(int num)

print

public void print()


Stanford NLP Group