class okhttp3.Cache$2 implements java.util.Iterator<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: okhttp3.Cache$2
  super_class: java.lang.Object
{
  final java.util.Iterator<okhttp3.internal.cache.DiskLruCache$Snapshot> delegate;
    descriptor: Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Iterator<Lokhttp3/internal/cache/DiskLruCache$Snapshot;>;

  java.lang.String nextUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 
    RuntimeInvisibleAnnotations: 
      Nullable()

  boolean canRemove;
    descriptor: Z
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.Cache$2 this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.Cache$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/Cache$2;

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

  public java.lang.String next();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.Cache$2 this
         0: .line 358
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.Cache$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/Cache$2;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.Cache$2 this
         0: .line 366
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.Cache$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/Cache$2;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/String;>;
SourceFile: "Cache.java"
EnclosingMethod: okhttp3.Cache.urls:()Ljava/util/Iterator;
NestHost: okhttp3.Cache
InnerClasses:
  okhttp3.Cache$2
  public final Snapshot = okhttp3.internal.cache.DiskLruCache$Snapshot of okhttp3.internal.cache.DiskLruCache