public class ArrayEntry
extends java.lang.Object
Constructor | Description |
---|---|
ArrayEntry() |
Modifier and Type | Method | Description |
---|---|---|
int |
getIndex() |
This will get the index of the array entry.
|
java.lang.Object |
getValue() |
This will get the value for this entry.
|
void |
setIndex(int i) |
This will set the index value.
|
void |
setValue(java.lang.Object val) |
This will set the value for this entry.
|
public java.lang.Object getValue()
public void setValue(java.lang.Object val)
val
- the new value for this entry.public int getIndex()
public void setIndex(int i)
i
- The new index value.