class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator<V> implements java.util.Iterator<java.util.Map$Entry<java.lang.String, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.util.Map$Entry<org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key, V>> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;>;

  public void <init>(java.util.Iterator<java.util.Map$Entry<org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key, V>>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
        start local 1 // java.util.Iterator iterator
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 120
            aload 0 /* this */
            aload 1 /* iterator */
            putfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator.iterator:Ljava/util/Iterator;
         2: .line 121
            return
        end local 1 // java.util.Iterator iterator
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryIterator<TV;>;
            0    3     1  iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;>;
    Signature: (Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;>;)V
    MethodParameters:
          Name  Flags
      iterator  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryIterator<TV;>;

  public java.util.Map$Entry<java.lang.String, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* entry */
        start local 1 // java.util.Map$Entry entry
         1: .line 131
            new org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl
            dup
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key
            invokevirtual org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key.getKey:()Ljava/lang/String;
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokespecial org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            areturn
        end local 1 // java.util.Map$Entry entry
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryIterator<TV;>;
            1    2     1  entry  Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/String;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
         0: .line 136
            aload 0 /* this */
            getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 137
            return
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryIterator<TV;>;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;
SourceFile: "CaseInsensitiveKeyMap.java"
NestHost: org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntryImpl = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
  private EntryIterator = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
  private Key = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap