public class TermCatKey
extends java.lang.Object
History:
| Constructor and Description |
|---|
TermCatKey(java.lang.String term,
int category)
Create a key object, using a specified term and category
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject) |
int |
GetCategory()
Get the category value of this object
|
java.lang.String |
GetTerm()
Get the term of this object
|
int |
hashCode() |
public TermCatKey(java.lang.String term,
int category)
term - in String formatcategory - valuepublic java.lang.String GetTerm()
public int GetCategory()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object