abstract class org.apache.commons.collections.FastHashMap$CollectionView implements java.util.Collection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.collections.FastHashMap$CollectionView
  super_class: java.lang.Object
{
  final org.apache.commons.collections.FastHashMap this$0;
    descriptor: Lorg/apache/commons/collections/FastHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.commons.collections.FastHashMap);
    descriptor: (Lorg/apache/commons/collections/FastHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 465
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 466
            return
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
    MethodParameters:
        Name  Flags
      this$0  final

  protected abstract java.util.Collection get(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/util/Collection;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      map   

  protected abstract java.lang.Object iteratorNext(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      entry  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 473
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 7
         1: .line 474
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            dup
            astore 1
            monitorenter
         2: .line 475
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
         3: .line 474
            aload 1
            monitorexit
         4: goto 13
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView org.apache.commons.collections.FastHashMap
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         8: .line 479
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.clear:()V
         9: .line 478
            aload 1
            monitorexit
        10: goto 13
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.HashMap
      StackMap stack: java.lang.Throwable
        11: aload 1
            monitorexit
        12: athrow
        13: .line 482
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
           8    10      11  any
          11    12      11  any

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.lang.Object o
         0: .line 485
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 9
         1: .line 486
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            dup
            astore 2
            monitorenter
         2: .line 487
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clone:()Ljava/lang/Object;
            checkcast java.util.HashMap
            astore 3 /* temp */
        start local 3 // java.util.HashMap temp
         3: .line 488
            aload 0 /* this */
            aload 3 /* temp */
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.remove:(Ljava/lang/Object;)Z
            istore 4 /* r */
        start local 4 // boolean r
         4: .line 489
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            aload 3 /* temp */
            putfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
         5: .line 490
            iload 4 /* r */
            aload 2
            monitorexit
         6: ireturn
        end local 4 // boolean r
        end local 3 // java.util.HashMap temp
         7: .line 486
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.lang.Object org.apache.commons.collections.FastHashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         8: athrow
         9: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
        10: .line 494
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.remove:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
        11: ireturn
        12: .line 493
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.lang.Object java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        13: athrow
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0   14     1     o  Ljava/lang/Object;
            3    7     3  temp  Ljava/util/HashMap;
            4    7     4     r  Z
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
          10    11      12  any
          12    13      12  any
    MethodParameters:
      Name  Flags
      o     

  public boolean removeAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.util.Collection o
         0: .line 500
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 9
         1: .line 501
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            dup
            astore 2
            monitorenter
         2: .line 502
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clone:()Ljava/lang/Object;
            checkcast java.util.HashMap
            astore 3 /* temp */
        start local 3 // java.util.HashMap temp
         3: .line 503
            aload 0 /* this */
            aload 3 /* temp */
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.removeAll:(Ljava/util/Collection;)Z
            istore 4 /* r */
        start local 4 // boolean r
         4: .line 504
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            aload 3 /* temp */
            putfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
         5: .line 505
            iload 4 /* r */
            aload 2
            monitorexit
         6: ireturn
        end local 4 // boolean r
        end local 3 // java.util.HashMap temp
         7: .line 501
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.Collection org.apache.commons.collections.FastHashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         8: athrow
         9: .line 508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
        10: .line 509
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.removeAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
        11: ireturn
        12: .line 508
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.Collection java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        13: athrow
        end local 1 // java.util.Collection o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0   14     1     o  Ljava/util/Collection;
            3    7     3  temp  Ljava/util/HashMap;
            4    7     4     r  Z
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
          10    11      12  any
          12    13      12  any
    MethodParameters:
      Name  Flags
      o     

  public boolean retainAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.util.Collection o
         0: .line 515
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 9
         1: .line 516
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            dup
            astore 2
            monitorenter
         2: .line 517
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clone:()Ljava/lang/Object;
            checkcast java.util.HashMap
            astore 3 /* temp */
        start local 3 // java.util.HashMap temp
         3: .line 518
            aload 0 /* this */
            aload 3 /* temp */
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.retainAll:(Ljava/util/Collection;)Z
            istore 4 /* r */
        start local 4 // boolean r
         4: .line 519
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            aload 3 /* temp */
            putfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
         5: .line 520
            iload 4 /* r */
            aload 2
            monitorexit
         6: ireturn
        end local 4 // boolean r
        end local 3 // java.util.HashMap temp
         7: .line 516
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.Collection org.apache.commons.collections.FastHashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         8: athrow
         9: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
        10: .line 524
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.retainAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
        11: ireturn
        12: .line 523
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.Collection java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        13: athrow
        end local 1 // java.util.Collection o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0   14     1     o  Ljava/util/Collection;
            3    7     3  temp  Ljava/util/HashMap;
            4    7     4     r  Z
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
          10    11      12  any
          12    13      12  any
    MethodParameters:
      Name  Flags
      o     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 530
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 531
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            ireturn
         2: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 534
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            aload 1
            monitorexit
         4: ireturn
         5: .line 533
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 541
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 542
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ireturn
         2: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 545
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            aload 1
            monitorexit
         4: ireturn
         5: .line 544
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.lang.Object o
         0: .line 551
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 552
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ireturn
         2: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
         3: .line 555
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         4: ireturn
         5: .line 554
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.lang.Object java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         6: athrow
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0    7     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.util.Collection o
         0: .line 561
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 562
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.containsAll:(Ljava/util/Collection;)Z
            ireturn
         2: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
         3: .line 565
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.containsAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
         4: ireturn
         5: .line 564
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.Collection java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         6: athrow
        end local 1 // java.util.Collection o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0    7     1     o  Ljava/util/Collection;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object[] toArray(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.lang.Object[] o
         0: .line 571
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 572
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
         2: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
         3: .line 575
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            aload 2
            monitorexit
         4: areturn
         5: .line 574
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.lang.Object[] java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         6: athrow
        end local 1 // java.lang.Object[] o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0    7     1     o  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 581
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 582
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            areturn
         2: .line 584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 585
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            aload 1
            monitorexit
         4: areturn
         5: .line 584
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.lang.Object o
         0: .line 592
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 3
         2: .line 594
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.equals:(Ljava/lang/Object;)Z
            ireturn
         3: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 2
            monitorenter
         4: .line 597
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.equals:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         5: ireturn
         6: .line 596
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.lang.Object java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0    8     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           4     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 603
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.fast:Z
            ifeq 2
         1: .line 604
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.hashCode:()I
            ireturn
         2: .line 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 607
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            getfield org.apache.commons.collections.FastHashMap.map:Ljava/util/HashMap;
            invokevirtual org.apache.commons.collections.FastHashMap$CollectionView.get:(Ljava/util/Map;)Ljava/util/Collection;
            invokeinterface java.util.Collection.hashCode:()I
            aload 1
            monitorexit
         4: ireturn
         5: .line 606
      StackMap locals: org.apache.commons.collections.FastHashMap$CollectionView java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.lang.Object o
         0: .line 613
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean addAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
        start local 1 // java.util.Collection c
         0: .line 617
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection c
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;
            0    1     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
         0: .line 621
            new org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator.<init>:(Lorg/apache/commons/collections/FastHashMap$CollectionView;)V
            areturn
        end local 0 // org.apache.commons.collections.FastHashMap$CollectionView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FastHashMap$CollectionView;

  static org.apache.commons.collections.FastHashMap access$0(org.apache.commons.collections.FastHashMap$CollectionView);
    descriptor: (Lorg/apache/commons/collections/FastHashMap$CollectionView;)Lorg/apache/commons/collections/FastHashMap;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 463
            aload 0
            getfield org.apache.commons.collections.FastHashMap$CollectionView.this$0:Lorg/apache/commons/collections/FastHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FastHashMap.java"
NestHost: org.apache.commons.collections.FastHashMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private abstract CollectionView = org.apache.commons.collections.FastHashMap$CollectionView of org.apache.commons.collections.FastHashMap
  private CollectionViewIterator = org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator of org.apache.commons.collections.FastHashMap$CollectionView