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

Method IterableAt

api/src/main/java/io/grpc/Metadata.java:261–264  ·  view source on GitHub ↗
(Key<T> key, int startIdx)

Source from the content-addressed store, hash-verified

259 private int startIdx;
260
261 private IterableAt(Key<T> key, int startIdx) {
262 this.key = key;
263 this.startIdx = startIdx;
264 }
265
266 @Override
267 public Iterator<T> iterator() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected