public abstract class CosContainerValuesIterator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CosContainerValuesIterator.Entry
This class contains CosObject and the key or index at which it is stored
in the parent CosContainer.
|
| Modifier and Type | Method and Description |
|---|---|
CosContainerValuesIterator.Entry |
createEntry(ASName key,
int ind,
CosObject value)
Creates new Entry object.
|
abstract boolean |
hasNext() |
abstract CosContainerValuesIterator.Entry |
next() |
public CosContainerValuesIterator.Entry createEntry(ASName key, int ind, CosObject value)
key - May be nullind - May be -1value - May not be nullpublic abstract boolean hasNext()
public abstract CosContainerValuesIterator.Entry next() throws PDFCosParseException, PDFIOException, PDFSecurityException
Copyright © 2010 - 2020 Adobe. All Rights Reserved