clone method

PathHelper clone()

Implementation

PathHelper clone() {
  return PathHelper.builder(build());
}