- 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.protected StringDeprecated.the type of array.static final StringDeprecated.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, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Field Details
-
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:
toStringin classAbstractCollection<String>- Returns:
- a String representation
-