464465466467468469470471
return convertParamValue(firstCookieValue); } return convertParamValues(new ParamValueIter( (Series) cookies.subList(cookieName))); } catch (ConvertParameterException e) { throw new ConvertCookieParamException(e); } }