intarsys PDF library API

de.intarsys.pdf.cos
Class COSDictionary.Entry

java.lang.Object
  extended by de.intarsys.pdf.cos.COSDictionary.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
COSDictionary

public static class COSDictionary.Entry
extends Object
implements Map.Entry


Constructor Summary
COSDictionary.Entry(COSName key, COSDocumentElement value)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object newValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

COSDictionary.Entry

public COSDictionary.Entry(COSName key,
                           COSDocumentElement value)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object newValue)
Specified by:
setValue in interface Map.Entry

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.