Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess@Deprecated public class XmpArray extends ArrayList<String>
| Modifier and Type | Field | 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 | Description |
|---|---|
XmpArray(String type) |
Deprecated.
Creates an XmpArray.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
Deprecated.
Returns the String representation of the XmpArray.
|
containsAllequals, hashCodeadd, 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, trimToSizeparallelStream, streampublic 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 © 2018. All rights reserved.