T
- the type of the value(s) in this Attribute
public 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, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public String toString()
toString
in class AbstractCollection<T>
public String toString(String delim)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.