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