MCPcopy Create free account
hub / github.com/grpc/grpc-java / asList

Method asList

api/src/main/java/io/grpc/QueryParams.java:117–119  ·  view source on GitHub ↗

Returns a mutable list view of the query parameters. @return the mutable list of entries

()

Source from the content-addressed store, hash-verified

115 * @return the mutable list of entries
116 */
117 public List<Entry> asList() {
118 return entries;
119 }
120
121 /**
122 * Returns the "raw" query string representation of these parameters, suitable for passing to the

Calls

no outgoing calls