public class RecognitionIndex
extends java.lang.Number
int value; this is a container class. Index values are zero-based indices that
are significant, relative to a particular component.| Constructor and Description |
|---|
RecognitionIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue()
Implements
Number.byteValue with a class-specific definition. |
double |
doubleValue()
Implements
Number.doubleValue with a class-specific definition. |
boolean |
equals(java.lang.Object index)
Overrides
Object.equals with a class-specific comparison. |
float |
floatValue()
Implements
Number.floatValue with a class-specific definition. |
int |
getRecognitionIndex()
Accesses the index value.
|
int |
hashCode()
Overrides
Object.hashcode with class-specific code. |
int |
intValue()
Implements
Number.intValue with a class-specific definition. |
long |
longValue()
Implements
Number.longValue with a class-specific definition. |
void |
setRecognitionIndex(int index)
Accesses the index value.
|
short |
shortValue()
Implements
Number.shortValue with a class-specific definition. |
java.lang.String |
toString()
Sets
toString to the value that this class represents. |
public int getRecognitionIndex()
public void setRecognitionIndex(int index)
public java.lang.String toString()
toString to the value that this class represents.toString in class java.lang.Objectpublic int hashCode()
Object.hashcode with class-specific code.hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object index)
Object.equals with a class-specific comparison.equals in class java.lang.Objectindex - the right side of the comparisonpublic int intValue()
Number.intValue with a class-specific definition.intValue in class java.lang.Numberpublic long longValue()
Number.longValue with a class-specific definition.longValue in class java.lang.Numberpublic short shortValue()
Number.shortValue with a class-specific definition.shortValue in class java.lang.Numberpublic byte byteValue()
Number.byteValue with a class-specific definition.byteValue in class java.lang.Numberpublic double doubleValue()
Number.doubleValue with a class-specific definition.doubleValue in class java.lang.Numberpublic float floatValue()
Number.floatValue with a class-specific definition.floatValue in class java.lang.Number