T - the type of the value(s) in this Attributepublic class Attribute<T> extends ArrayList<T>
Record,
Serialized FormmodCount| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
String |
toString(String delim)
Uses the argument delimiter to separate multiple values in the list.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic String toString()
toString in class AbstractCollection<T>public String toString(String delim)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.