final class mssql.googlecode.concurrentlinkedhashmap.LinkedDeque<E extends mssql.googlecode.concurrentlinkedhashmap.Linked<E>> extends java.util.AbstractCollection<E> implements java.util.Deque<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.LinkedDeque
  super_class: java.util.AbstractCollection
{
  E first;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0000) 
    Signature: TE;

  E last;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0000) 
    Signature: TE;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 46
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;

  void linkFirst();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 76
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* f */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked f
         1: .line 77
            aload 0 /* this */
            aload 1 /* e */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         2: .line 79
            aload 2 /* f */
            ifnonnull 5
         3: .line 80
            aload 0 /* this */
            aload 1 /* e */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         4: .line 81
            goto 7
         5: .line 82
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            aload 2 /* f */
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         6: .line 83
            aload 1 /* e */
            aload 2 /* f */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         7: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked f
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    8     1     e  TE;
            1    8     2     f  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     final

  void linkLast();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 94
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* l */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked l
         1: .line 95
            aload 0 /* this */
            aload 1 /* e */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         2: .line 97
            aload 2 /* l */
            ifnonnull 5
         3: .line 98
            aload 0 /* this */
            aload 1 /* e */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         4: .line 99
            goto 7
         5: .line 100
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            aload 2 /* l */
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         6: .line 101
            aload 1 /* e */
            aload 2 /* l */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         7: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked l
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    8     1     e  TE;
            1    8     2     l  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     final

  E unlinkFirst();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 107
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 1 /* f */
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked f
         1: .line 108
            aload 1 /* f */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getNext:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* next */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked next
         2: .line 109
            aload 1 /* f */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         3: .line 111
            aload 0 /* this */
            aload 2 /* next */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         4: .line 112
            aload 2 /* next */
            ifnonnull 7
         5: .line 113
            aload 0 /* this */
            aconst_null
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         6: .line 114
            goto 8
         7: .line 115
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.Linked mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            aload 2 /* next */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         8: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* f */
            areturn
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked next
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked f
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            1    9     1     f  TE;
            2    9     2  next  TE;
    Signature: ()TE;

  E unlinkLast();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 122
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 1 /* l */
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked l
         1: .line 123
            aload 1 /* l */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getPrevious:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* prev */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked prev
         2: .line 124
            aload 1 /* l */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         3: .line 125
            aload 0 /* this */
            aload 2 /* prev */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         4: .line 126
            aload 2 /* prev */
            ifnonnull 7
         5: .line 127
            aload 0 /* this */
            aconst_null
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         6: .line 128
            goto 8
         7: .line 129
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.Linked mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            aload 2 /* prev */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         8: .line 131
      StackMap locals:
      StackMap stack:
            aload 1 /* l */
            areturn
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked prev
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked l
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            1    9     1     l  TE;
            2    9     2  prev  TE;
    Signature: ()TE;

  void unlink();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 136
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getPrevious:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* prev */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked prev
         1: .line 137
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getNext:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 3 /* next */
        start local 3 // mssql.googlecode.concurrentlinkedhashmap.Linked next
         2: .line 139
            aload 2 /* prev */
            ifnonnull 5
         3: .line 140
            aload 0 /* this */
            aload 3 /* next */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         4: .line 141
            goto 7
         5: .line 142
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.Linked mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            aload 2 /* prev */
            aload 3 /* next */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         6: .line 143
            aload 1 /* e */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         7: .line 146
      StackMap locals:
      StackMap stack:
            aload 3 /* next */
            ifnonnull 10
         8: .line 147
            aload 0 /* this */
            aload 2 /* prev */
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         9: .line 148
            goto 12
        10: .line 149
      StackMap locals:
      StackMap stack:
            aload 3 /* next */
            aload 2 /* prev */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
        11: .line 150
            aload 1 /* e */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
        12: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 3 // mssql.googlecode.concurrentlinkedhashmap.Linked next
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked prev
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0   13     1     e  TE;
            1   13     2  prev  TE;
            2   13     3  next  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 156
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;

  void checkNotEmpty();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 160
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.isEmpty:()Z
            ifeq 2
         1: .line 161
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 173
            iconst_0
            istore 1 /* size */
        start local 1 // int size
         1: .line 174
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* e */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         2: goto 5
         3: .line 175
      StackMap locals: int mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            iinc 1 /* size */ 1
         4: .line 174
            aload 2 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getNext:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* e */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* e */
            ifnonnull 3
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         6: .line 177
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            1    7     1  size  I
            2    6     2     e  TE;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 182
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 1 /* e */
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         1: goto 6
         2: .line 183
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.Linked
      StackMap stack:
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getNext:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            astore 2 /* next */
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked next
         3: .line 184
            aload 1 /* e */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setPrevious:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         4: .line 185
            aload 1 /* e */
            aconst_null
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.setNext:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         5: .line 186
            aload 2 /* next */
            astore 1 /* e */
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.Linked next
         6: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            ifnonnull 2
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         7: .line 188
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
         8: .line 189
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            1    7     1     e  TE;
            3    6     2  next  TE;

  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.LinkedDeque this
        start local 1 // java.lang.Object o
         0: .line 193
            aload 1 /* o */
            instanceof mssql.googlecode.concurrentlinkedhashmap.Linked
            ifeq 1
            aload 0 /* this */
            aload 1 /* o */
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.contains:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  boolean contains(mssql.googlecode.concurrentlinkedhashmap.Linked<?>);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 198
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getPrevious:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            ifnonnull 4
         1: .line 199
            aload 1 /* e */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getNext:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            ifnonnull 4
         2: .line 200
            aload 1 /* e */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            if_acmpeq 4
         3: .line 198
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    5     1     e  Lmssql/googlecode/concurrentlinkedhashmap/Linked<*>;
    Signature: (Lmssql/googlecode/concurrentlinkedhashmap/Linked<*>;)Z
    MethodParameters:
      Name  Flags
      e     

  public void moveToFront();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 210
            aload 1 /* e */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            if_acmpeq 3
         1: .line 211
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.unlink:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         2: .line 212
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.linkFirst:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         3: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    4     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public void moveToBack();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 223
            aload 1 /* e */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            if_acmpeq 3
         1: .line 224
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.unlink:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         2: .line 225
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.linkLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         3: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    4     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public E peek();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 231
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.peekFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E peekFirst();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 236
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E peekLast();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 241
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E getFirst();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 246
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.checkNotEmpty:()V
         1: .line 247
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.peekFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E getLast();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 252
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.checkNotEmpty:()V
         1: .line 253
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.peekLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E element();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 258
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.getFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public boolean offer();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 263
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offerLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ireturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      e     

  public boolean offerFirst();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 268
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.contains:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifeq 2
         1: .line 269
            iconst_0
            ireturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.linkFirst:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         3: .line 272
            iconst_1
            ireturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    4     1     e  TE;
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      e     

  public boolean offerLast();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 277
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.contains:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifeq 2
         1: .line 278
            iconst_0
            ireturn
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.linkLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         3: .line 281
            iconst_1
            ireturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    4     1     e  TE;
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      e     

  public boolean add();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 286
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offerLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ireturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      e     

  public void addFirst();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 292
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offerFirst:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifne 2
         1: .line 293
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 295
      StackMap locals:
      StackMap stack:
            return
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    3     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public void addLast();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 299
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offerLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifne 2
         1: .line 300
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 302
      StackMap locals:
      StackMap stack:
            return
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    3     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public E poll();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 306
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.pollFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E pollFirst();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 311
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.unlinkFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
      StackMap locals:
      StackMap stack: mssql.googlecode.concurrentlinkedhashmap.Linked
         2: areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E pollLast();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 316
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.unlinkLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
      StackMap locals:
      StackMap stack: mssql.googlecode.concurrentlinkedhashmap.Linked
         2: areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public E remove();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 321
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.removeFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  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.LinkedDeque this
        start local 1 // java.lang.Object o
         0: .line 327
            aload 1 /* o */
            instanceof mssql.googlecode.concurrentlinkedhashmap.Linked
            ifeq 1
            aload 0 /* this */
            aload 1 /* o */
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.remove:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  boolean remove();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 332
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.contains:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ifeq 3
         1: .line 333
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.unlink:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         2: .line 334
            iconst_1
            ireturn
         3: .line 336
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    4     1     e  TE;
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      e     

  public E removeFirst();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 341
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.checkNotEmpty:()V
         1: .line 342
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.pollFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public boolean removeFirstOccurrence(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.LinkedDeque this
        start local 1 // java.lang.Object o
         0: .line 347
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public E removeLast();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 352
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.checkNotEmpty:()V
         1: .line 353
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.pollLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public boolean removeLastOccurrence(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.LinkedDeque this
        start local 1 // java.lang.Object o
         0: .line 358
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // java.util.Collection c
         0: .line 363
            iconst_0
            istore 2 /* modified */
        start local 2 // boolean modified
         1: .line 364
            aload 1 /* c */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.LinkedDeque java.util.Collection int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         3: .line 365
            iload 2 /* modified */
            aload 0 /* this */
            aload 3 /* o */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.remove:(Ljava/lang/Object;)Z
            ior
            istore 2 /* modified */
        end local 3 // java.lang.Object o
         4: .line 364
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 367
            iload 2 /* modified */
            ireturn
        end local 2 // boolean modified
        end local 1 // java.util.Collection c
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    6     1         c  Ljava/util/Collection<*>;
            1    6     2  modified  Z
            3    4     3         o  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public void push();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
         0: .line 372
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.addFirst:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
         1: .line 373
            return
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Linked e
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
            0    2     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public E pop();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 377
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.removeFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()TE;

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 382
            new mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.first:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            invokespecial mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.util.Iterator<E> descendingIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
         0: .line 391
            new mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.last:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            invokespecial mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$2.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.lang.Object getFirst();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.getFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object peekFirst();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.peekFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean offerLast(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offerLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object element();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.element:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getLast();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.getLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object poll();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.poll:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object removeLast();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.removeLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object pollFirst();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.pollFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addFirst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.addFirst:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean offerFirst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offerFirst:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object removeFirst();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.removeFirst:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object pollLast();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.pollLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addLast(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.addLast:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object peek();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.peek:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean offer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.offer:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object peekLast();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.peekLast:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object remove();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.remove:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.add:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object pop();
    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 mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.pop:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void push(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast mssql.googlecode.concurrentlinkedhashmap.Linked
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.push:(Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E::Lmssql/googlecode/concurrentlinkedhashmap/Linked<TE;>;>Ljava/util/AbstractCollection<TE;>;Ljava/util/Deque<TE;>;
SourceFile: "LinkedDeque.java"
NestMembers:
  mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1  mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$2  mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$AbstractLinkedIterator
InnerClasses:
  mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1
  mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$2
  abstract AbstractLinkedIterator = mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$AbstractLinkedIterator of mssql.googlecode.concurrentlinkedhashmap.LinkedDeque