final class mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet extends java.util.AbstractSet<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet
  super_class: java.util.AbstractSet
{
  final mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<K, V> map;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
    flags: (0x0010) ACC_FINAL
    Signature: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap<TK;TV;>;

  final mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap this$0;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
         0: .line 1157
            aload 0 /* this */
            aload 1
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 1158
            aload 0 /* this */
            aload 1
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.map:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
         2: .line 1157
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;
    MethodParameters:
        Name  Flags
      this$0  final

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
         0: .line 1162
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.map:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.size:()I
            ireturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
         0: .line 1167
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.map:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.clear:()V
         1: .line 1168
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;

  public java.util.Iterator<K> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
         0: .line 1172
            new mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeyIterator
            dup
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            invokespecial mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeyIterator.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;)V
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;
    Signature: ()Ljava/util/Iterator<TK;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 1177
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 1 /* obj */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 1182
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.map:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 1 /* obj */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
         0: .line 1187
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.map:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.data:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
        start local 1 // java.lang.Object[] array
         0: .line 1192
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet.map:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.data:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            aload 1 /* array */
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$KeySet;
            0    1     1  array  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
       Name  Flags
      array  
}
Signature: Ljava/util/AbstractSet<TK;>;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
InnerClasses:
  final KeyIterator = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeyIterator of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  final KeySet = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$KeySet of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap