Class CosContainerValuesIterator
java.lang.Object
com.adobe.internal.pdftoolkit.core.cos.CosContainerValuesIterator
- Direct Known Subclasses:
CosArrayValuesIterator,CosDictionaryValuesIterator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class contains CosObject and the key or index at which it is stored in the parent CosContainer. -
Method Summary
Modifier and TypeMethodDescriptioncreateEntry(ASName key, int ind, CosObject value) Creates new Entry object.abstract booleanhasNext()abstract CosContainerValuesIterator.Entrynext()
-
Method Details
-
createEntry
Creates new Entry object. @see CosContainerValuesIterator.Entry- Parameters:
key- May benullind- May be -1value- May not be null- Returns:
- new Entry object with specified content.
-
hasNext
public abstract boolean hasNext() -
next
public abstract CosContainerValuesIterator.Entry next() throws PDFCosParseException, PDFIOException, PDFSecurityException
-