final class android.util.jar.StrictJarFile$EntryIterator implements java.util.Iterator<java.util.zip.ZipEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.util.jar.StrictJarFile$EntryIterator
  super_class: java.lang.Object
{
  private final long iterationHandle;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.zip.ZipEntry nextEntry;
    descriptor: Ljava/util/zip/ZipEntry;
    flags: (0x0002) ACC_PRIVATE

  void <init>(long, java.lang.String);
    descriptor: (JLjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.util.jar.StrictJarFile$EntryIterator this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tIoBridge cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tStreams cannot be resolved\n\tStreams cannot be resolved\n\tCannot make a static reference to the non-static field closed\n\tStreams cannot be resolved\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoBridge cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$EntryIterator;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      nativeHandle  
      prefix        

  public java.util.zip.ZipEntry next();
    descriptor: ()Ljava/util/zip/ZipEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.jar.StrictJarFile$EntryIterator this
         0: .line 267
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$EntryIterator;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.jar.StrictJarFile$EntryIterator this
         0: .line 277
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$EntryIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.jar.StrictJarFile$EntryIterator this
         0: .line 291
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$EntryIterator;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/zip/ZipEntry;>;
SourceFile: "StrictJarFile.java"
NestHost: android.util.jar.StrictJarFile
InnerClasses:
  final EntryIterator = android.util.jar.StrictJarFile$EntryIterator of android.util.jar.StrictJarFile