T - the parameter classpublic abstract class VCardParameters.EnumParameterList<T extends VCardParameter> extends VCardParameters.VCardParameterList<T>
A list that converts the raw string values of a parameter to the
appropriate VCardParameter object that some parameters use.
This list is backed by the VCardParameters object. Any changes
made to the list will affect the VCardParameters object and vice
versa.
parameterName, parameterValuesmodCount| Constructor and Description |
|---|
EnumParameterList(String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_asString(T value)
Converts the object to a String value for storing in the
VCardParameters object. |
_asObject, _exception, add, get, remove, set, sizeadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic EnumParameterList(String parameterName)
protected String _asString(T value)
VCardParameters.VCardParameterListVCardParameters object._asString in class VCardParameters.VCardParameterList<T extends VCardParameter>value - the valueCopyright © 2012–2023 Michael Angstadt. All rights reserved.