public class MapEntry extends Object
| Constructor and Description | 
|---|
| MapEntry() | 
| Modifier and Type | Method and Description | 
|---|---|
| COSBase | getItem()This will get the value for this entry. | 
| COSName | getKey()Get the key for this entry. | 
| COSBase | getValue()This will get the value for this entry. | 
| void | setItem(COSBase val)This will set the value for this entry. | 
| void | setKey(COSName k)This will set the key for this entry. | 
| void | setValue(COSBase val)This will set the value for this entry. | 
| String | toString()This will output a string representation of this class. | 
public COSName getKey()
public void setKey(COSName k)
k - the new key 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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.