@Deprecated public class XmpArray extends ArrayList<String>
Modifier and Type | Field and Description |
---|---|
static String |
ALTERNATIVE
Deprecated.
An array with alternatives.
|
static String |
ORDERED
Deprecated.
An array that is ordered.
|
protected String |
type
Deprecated.
the type of array.
|
static String |
UNORDERED
Deprecated.
An array that is unordered.
|
modCount
Constructor and Description |
---|
XmpArray(String type)
Deprecated.
Creates an XmpArray.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
Returns the String representation of the XmpArray.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final String UNORDERED
public static final String ORDERED
public static final String ALTERNATIVE
protected String type
public XmpArray(String type)
type
- the type of array: UNORDERED, ORDERED or ALTERNATIVE.
public String toString()
toString
in class AbstractCollection<String>
Copyright © 2016. All rights reserved.