Package com.lowagie.text.xml.xmp
Class XmpArray
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<String>
,Collection<String>
,List<String>
,RandomAccess
,SequencedCollection<String>
StringBuffer to construct an XMP array.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
An array with alternatives.static final String
An array that is ordered.private static final long
protected String
the type of array.static final String
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, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, 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, reversed
-
Field Details
-
UNORDERED
An array that is unordered.- See Also:
-
ORDERED
An array that is ordered.- See Also:
-
ALTERNATIVE
An array with alternatives.- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
the type of array.
-
-
Constructor Details
-
XmpArray
Creates an XmpArray.- Parameters:
type
- the type of array: UNORDERED, ORDERED or ALTERNATIVE.
-
-
Method Details
-
toString
Returns the String representation of the XmpArray.- Overrides:
toString
in classAbstractCollection<String>
- Returns:
- a String representation
-