MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / toString

Method toString

src/main/java/core/packetproxy/http/QueryString.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public String toString() {
35 return params.stream().map(QueryParameter::toString).collect(Collectors.joining("&"));
36 }
37
38 public Optional<QueryParameter> getParam(String name) {
39 return params.stream().filter(p -> p.getName().equals(name)).findFirst();

Callers

nothing calls this directly

Calls 2

mapMethod · 0.45
streamMethod · 0.45

Tested by

no test coverage detected