public class TermCatCatKey
extends java.lang.Object
History:
| Constructor and Description |
|---|
TermCatCatKey(java.lang.String term,
int inCat,
int outCat)
Create a key object, using a specified term and categories
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject) |
int |
GetInCat()
Get the category value of this object
|
int |
GetOutCat()
Get the category value of this object
|
java.lang.String |
GetTerm()
Get the term of this object
|
int |
hashCode() |
java.lang.String |
ToString() |
public TermCatCatKey(java.lang.String term,
int inCat,
int outCat)
term - input String formatinCat - input categoryoutCat - output categorypublic java.lang.String GetTerm()
public int GetInCat()
public int GetOutCat()
public java.lang.String ToString()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object