Package com.itextpdf.kernel.pdf
Class PdfDictionaryEntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<PdfName,
,PdfObject>> Collection<Map.Entry<PdfName,
,PdfObject>> Set<Map.Entry<PdfName,
PdfObject>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Field Details
-
set
-
-
Constructor Details
-
PdfDictionaryEntrySet
-
-
Method Details
-
contains
-
remove
-
iterator
- Specified by:
iterator
in interfaceCollection<Map.Entry<PdfName,
PdfObject>> - Specified by:
iterator
in interfaceIterable<Map.Entry<PdfName,
PdfObject>> - Specified by:
iterator
in interfaceSet<Map.Entry<PdfName,
PdfObject>> - Specified by:
iterator
in classAbstractCollection<Map.Entry<PdfName,
PdfObject>>
-
size
public int size() -
clear
public void clear()
-