|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.knowledgebooks.nlp_utils.IPair
public class IPair
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
| 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 |
|---|
public IPair(int o1,
int o2)
| Method Detail |
|---|
public int getFirst()
public int getSecond()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||