Package io.grpc

Class Metadata.IterableAt<T>

  • All Implemented Interfaces:
    java.lang.Iterable<T>
    Enclosing class:
    Metadata

    private final class Metadata.IterableAt<T>
    extends java.lang.Object
    implements java.lang.Iterable<T>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IterableAt​(Metadata.Key<T> key, int startIdx)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<T> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • startIdx

        private int startIdx
    • Constructor Detail

      • IterableAt

        private IterableAt​(Metadata.Key<T> key,
                           int startIdx)
    • Method Detail

      • iterator

        public java.util.Iterator<T> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T>