Package com.itextpdf.text.xml.xmp
Class XmpArray
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<String>
,Collection<String>
,List<String>
,RandomAccess
Deprecated.
StringBuffer to construct an XMP array.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.An array with alternatives.static final String
Deprecated.An array that is ordered.private static final long
Deprecated.protected String
Deprecated.the type of array.static final String
Deprecated.An array that is unordered.Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
UNORDERED
Deprecated.An array that is unordered.- See Also:
-
ORDERED
Deprecated.An array that is ordered.- See Also:
-
ALTERNATIVE
Deprecated.An array with alternatives.- See Also:
-
type
Deprecated.the type of array.
-
-
Constructor Details
-
XmpArray
Deprecated.Creates an XmpArray.- Parameters:
type
- the type of array: UNORDERED, ORDERED or ALTERNATIVE.
-
-
Method Details
-
toString
Deprecated.Returns the String representation of the XmpArray.- Overrides:
toString
in classAbstractCollection<String>
- Returns:
- a String representation
-