public class XmpArray<E> extends ArrayList<E>
| Modifier and Type | Field and Description |
|---|---|
static String |
ORDERED
An array that is ordered.
|
static String |
UNORDERED
An array that is unordered.
|
modCount| Constructor and Description |
|---|
XmpArray(String type)
Creates an XmpArray.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final String UNORDERED
public static final String ORDERED
public XmpArray(String type)
type - the type of array: UNORDERED, ORDERED or ALTERNATIVE.public String toString()
toString in class AbstractCollection<E>Copyright © 2021. All rights reserved.