|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdfviewer.ArrayEntry
public class ArrayEntry
This is a simple class that will contain an index and a value.
| Constructor Summary | |
|---|---|
ArrayEntry()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayEntry()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||