Class XmpArray
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess, SequencedCollection<String>
Deprecated.
StringBuffer to construct an XMP array.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.An array with alternatives.static final StringDeprecated.An array that is ordered.private static final longDeprecated.protected StringDeprecated.the type of array.static final StringDeprecated.An array that is unordered.Fields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, trimToSizeMethods inherited from class AbstractCollection
containsAllMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
UNORDERED
-
ORDERED
-
ALTERNATIVE
-
type
-
-
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:
toStringin classAbstractCollection<String>- Returns:
- a String representation
-