701702703704705706707
* @return * @throws IllegalArgumentException */ private PathSegment createPathSegment(final String pathSegmentEnc) throws IllegalArgumentException { return new PathSegmentImpl(pathSegmentEnc, this.decoding(), -1); }