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. | 
| COSBase | getItem()This will get the value for this entry. | 
| COSBase | getValue()This will get the value for this entry. | 
| void | setIndex(int i)This will set the index value. | 
| void | setItem(COSBase val)This will set the value for this entry. | 
| void | setValue(COSBase val)This will set the value for this entry. | 
public COSBase getValue()
public COSBase getItem()
public void setValue(COSBase val)
val - the new value for this entry.public void setItem(COSBase val)
val - the new value for this entry.public int getIndex()
public void setIndex(int i)
i - The new index value.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.