public class AttributeValue extends ArrayList
modCount
Constructor and Description |
---|
AttributeValue() |
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
valueOf(String valuesString)
Returns an
AttributeValue object holding the
value of the specified String . |
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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static AttributeValue valueOf(String valuesString)
AttributeValue
object holding the
value of the specified String
.valuesString
- the value to be parsedAttributeValue
object holding the value
represented by the string argument.Copyright © 2025 Apache Software Foundation. All rights reserved.