- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>, java.util.List<java.lang.Object>, java.util.RandomAccess
- Enclosing class:
- ParameterList
private static class ParameterList.MultiValue
extends java.util.ArrayList<java.lang.Object>
A struct for a multi-segment parameter. Each entry in the
List is either a String or a Value object. When all the
segments are present and combined in the combineMultisegmentNames
method, the value field contains the combined and decoded value.
Until then the value field contains an empty string as a placeholder.