com.knowledgebooks.nlp_utils
Class IPair

java.lang.Object
  extended by com.knowledgebooks.nlp_utils.IPair

public class IPair
extends java.lang.Object

Utility class that holds 2 integers.

Copyright 2002-2008 by Mark Watson. All rights reserved.

This software is not public domain. It can be legally used under either of the following licenses:

1. KnowledgeBooks.com Non Commercial Royality Free License
2. KnowledgeBooks.com Commercial Use License

see www.knowledgebooks.com for details


Constructor Summary
IPair(int o1, int o2)
           
 
Method Summary
 int getFirst()
           
 int getSecond()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPair

public IPair(int o1,
             int o2)
Method Detail

getFirst

public int getFirst()

getSecond

public int getSecond()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object