public class ArrayEntry extends Object
Constructor and Description |
---|
ArrayEntry() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
This will get the index of the array entry.
|
Object |
getValue()
This will get the value for this entry.
|
void |
setIndex(int i)
This will set the index value.
|
void |
setValue(Object val)
This will set the value for this entry.
|
public Object getValue()
public void setValue(Object val)
val
- the new value for this entry.public int getIndex()
public void setIndex(int i)
i
- The new index value.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.