class io.vertx.core.http.impl.Http2HeadersAdaptor$2 extends java.util.AbstractSet<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.Http2HeadersAdaptor$2
  super_class: java.util.AbstractSet
{
  final io.vertx.core.http.impl.Http2HeadersAdaptor this$0;
    descriptor: Lio/vertx/core/http/impl/Http2HeadersAdaptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.Http2HeadersAdaptor);
    descriptor: (Lio/vertx/core/http/impl/Http2HeadersAdaptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2HeadersAdaptor$2 this
         0: .line 116
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http2HeadersAdaptor$2.this$0:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.Http2HeadersAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<java.lang.String> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2HeadersAdaptor$2 this
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2HeadersAdaptor$2.this$0:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
            getfield io.vertx.core.http.impl.Http2HeadersAdaptor.headers:Lio/netty/handler/codec/http2/Http2Headers;
            invokeinterface io.netty.handler.codec.http2.Http2Headers.names:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         1: .line 120
            new io.vertx.core.http.impl.Http2HeadersAdaptor$2$1
            dup
            aload 0 /* this */
            aload 1 /* it */
            invokespecial io.vertx.core.http.impl.Http2HeadersAdaptor$2$1.<init>:(Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;Ljava/util/Iterator;)V
            areturn
        end local 1 // java.util.Iterator it
        end local 0 // io.vertx.core.http.impl.Http2HeadersAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;
            1    2     1    it  Ljava/util/Iterator<Ljava/lang/CharSequence;>;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2HeadersAdaptor$2 this
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2HeadersAdaptor$2.this$0:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
            getfield io.vertx.core.http.impl.Http2HeadersAdaptor.headers:Lio/netty/handler/codec/http2/Http2Headers;
            invokeinterface io.netty.handler.codec.http2.Http2Headers.size:()I
            ireturn
        end local 0 // io.vertx.core.http.impl.Http2HeadersAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;
}
Signature: Ljava/util/AbstractSet<Ljava/lang/String;>;
SourceFile: "Http2HeadersAdaptor.java"
EnclosingMethod: io.vertx.core.http.impl.Http2HeadersAdaptor.names:()Ljava/util/Set;
NestHost: io.vertx.core.http.impl.Http2HeadersAdaptor
InnerClasses:
  io.vertx.core.http.impl.Http2HeadersAdaptor$2
  io.vertx.core.http.impl.Http2HeadersAdaptor$2$1