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 classprivate static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
iteratorin interfaceCollection<Map.Entry<PdfName,PdfObject>> - Specified by:
iteratorin interfaceIterable<Map.Entry<PdfName,PdfObject>> - Specified by:
iteratorin interfaceSet<Map.Entry<PdfName,PdfObject>> - Specified by:
iteratorin classAbstractCollection<Map.Entry<PdfName,PdfObject>>
-
size
public int size() -
clear
public void clear()
-