public class org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet implements java.util.Set<java.util.Map$Entry<K, V>>, java.io.Serializable, org.eclipse.collections.impl.parallel.BatchIterable<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private transient java.lang.ref.WeakReference<org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V>> holder;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/lang/ref/WeakReference<Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;>;

  final org.eclipse.collections.impl.map.mutable.UnifiedMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.eclipse.collections.impl.map.mutable.UnifiedMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2550
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2553
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 1
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.holder:Ljava/lang/ref/WeakReference;
         2: .line 2550
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean add(java.util.Map$Entry<K, V>);
    descriptor: (Ljava/util/Map$Entry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Map$Entry entry
         0: .line 2558
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call add() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Map$Entry entry
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    1     1  entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: (Ljava/util/Map$Entry<TK;TV;>;)Z
    MethodParameters:
       Name  Flags
      entry  

  public boolean addAll(java.util.Collection<? extends java.util.Map$Entry<K, V>>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Collection collection
         0: .line 2564
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    1     1  collection  Ljava/util/Collection<+Ljava/util/Map$Entry<TK;TV;>;>;
    Signature: (Ljava/util/Collection<+Ljava/util/Map$Entry<TK;TV;>;>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2570
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.clear:()V
         1: .line 2571
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;

  public boolean containsEntry(java.util.Map$Entry<?, ?>);
    descriptor: (Ljava/util/Map$Entry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Map$Entry entry
         0: .line 2575
            aload 0 /* this */
            aload 1 /* entry */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.getEntry:(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.util.Map$Entry entry
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    2     1  entry  Ljava/util/Map$Entry<**>;
    Signature: (Ljava/util/Map$Entry<**>;)Z
    MethodParameters:
       Name  Flags
      entry  

  private java.util.Map$Entry<K, V> getEntry(java.util.Map$Entry<?, ?>);
    descriptor: (Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Map$Entry entry
         0: .line 2580
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         1: .line 2581
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         2: .line 2582
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.index:(Ljava/lang/Object;)I
            istore 4 /* index */
        start local 4 // int index
         3: .line 2584
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 4 /* index */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         4: .line 2585
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 4 /* index */
            iconst_1
            iadd
            aaload
            astore 6 /* curValue */
        start local 6 // java.lang.Object curValue
         5: .line 2586
            aload 5 /* cur */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 7
         6: .line 2588
            aload 0 /* this */
            aload 6 /* curValue */
            checkcast java.lang.Object[]
            aload 2 /* key */
            aload 3 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.chainGetEntry:([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
            areturn
         7: .line 2590
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet java.util.Map$Entry java.lang.Object java.lang.Object int java.lang.Object java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnonnull 9
         8: .line 2592
            aconst_null
            areturn
         9: .line 2594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 5 /* cur */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        10: .line 2596
            aload 3 /* value */
            aload 6 /* curValue */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 2598
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 6 /* curValue */
            invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
            areturn
        12: .line 2601
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // java.lang.Object curValue
        end local 5 // java.lang.Object cur
        end local 4 // int index
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // java.util.Map$Entry entry
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   13     1     entry  Ljava/util/Map$Entry<**>;
            1   13     2       key  TK;
            2   13     3     value  TV;
            3   13     4     index  I
            4   13     5       cur  Ljava/lang/Object;
            5   13     6  curValue  Ljava/lang/Object;
    Signature: (Ljava/util/Map$Entry<**>;)Ljava/util/Map$Entry<TK;TV;>;
    MethodParameters:
       Name  Flags
      entry  

  private java.util.Map$Entry<K, V> chainGetEntry([], K, V);
    descriptor: ([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object[] chain
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 2606
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 10
         2: .line 2608
      StackMap locals: int
      StackMap stack:
            aload 1 /* chain */
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         3: .line 2609
            aload 5 /* cur */
            ifnonnull 5
         4: .line 2611
            aconst_null
            areturn
         5: .line 2613
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 5 /* cur */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         6: .line 2615
            aload 1 /* chain */
            iload 4 /* i */
            iconst_1
            iadd
            aaload
            astore 6 /* curValue */
        start local 6 // java.lang.Object curValue
         7: .line 2616
            aload 3 /* value */
            aload 6 /* curValue */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 2618
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 6 /* curValue */
            invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
            areturn
        end local 6 // java.lang.Object curValue
        end local 5 // java.lang.Object cur
         9: .line 2606
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 2
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 1 /* chain */
            arraylength
            if_icmplt 2
        end local 4 // int i
        11: .line 2622
            aconst_null
            areturn
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object[] chain
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   12     1     chain  [Ljava/lang/Object;
            0   12     2       key  TK;
            0   12     3     value  TV;
            1   11     4         i  I
            3    9     5       cur  Ljava/lang/Object;
            7    9     6  curValue  Ljava/lang/Object;
    Signature: ([Ljava/lang/Object;TK;TV;)Ljava/util/Map$Entry<TK;TV;>;
    MethodParameters:
       Name  Flags
      chain  
      key    
      value  

  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 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 2628
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifeq 1
            aload 0 /* this */
            aload 1 /* o */
            checkcast java.util.Map$Entry
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.containsEntry:(Ljava/util/Map$Entry;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Collection collection
         0: .line 2634
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* obj */
        start local 2 // java.lang.Object obj
         2: .line 2636
            aload 0 /* this */
            aload 2 /* obj */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.contains:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 2638
            iconst_0
            ireturn
        end local 2 // java.lang.Object obj
         4: .line 2634
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 2641
            iconst_1
            ireturn
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    6     1  collection  Ljava/util/Collection<*>;
            2    4     2         obj  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2647
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;

  public java.util.Iterator<java.util.Map$Entry<K, V>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2653
            new org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.holder:Ljava/lang/ref/WeakReference;
            invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;Ljava/lang/ref/WeakReference;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object e
         0: .line 2659
            aload 1 /* e */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 2661
            iconst_0
            ireturn
         2: .line 2663
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 2664
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         4: .line 2665
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         5: .line 2667
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 3 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.index:(Ljava/lang/Object;)I
            istore 5 /* index */
        start local 5 // int index
         6: .line 2669
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 5 /* index */
            aaload
            astore 6 /* cur */
        start local 6 // java.lang.Object cur
         7: .line 2670
            aload 6 /* cur */
            ifnull 16
         8: .line 2672
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 5 /* index */
            iconst_1
            iadd
            aaload
            astore 7 /* val */
        start local 7 // java.lang.Object val
         9: .line 2673
            aload 6 /* cur */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 11
        10: .line 2675
            aload 0 /* this */
            aload 7 /* val */
            checkcast java.lang.Object[]
            aload 3 /* key */
            aload 4 /* value */
            iload 5 /* index */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.removeFromChain:([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;I)Z
            ireturn
        11: .line 2677
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet java.lang.Object java.util.Map$Entry java.lang.Object java.lang.Object int java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 6 /* cur */
            aload 3 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 16
            aload 4 /* value */
            aload 7 /* val */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 16
        12: .line 2679
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 5 /* index */
            aconst_null
            aastore
        13: .line 2680
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 5 /* index */
            iconst_1
            iadd
            aconst_null
            aastore
        14: .line 2681
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            dup
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap.occupied:I
        15: .line 2682
            iconst_1
            ireturn
        end local 7 // java.lang.Object val
        16: .line 2685
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // java.lang.Object cur
        end local 5 // int index
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object key
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object e
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   17     1      e  Ljava/lang/Object;
            3   17     2  entry  Ljava/util/Map$Entry<**>;
            4   17     3    key  TK;
            5   17     4  value  TV;
            6   17     5  index  I
            7   17     6    cur  Ljava/lang/Object;
            9   16     7    val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      e     

  private boolean removeFromChain([], K, V, );
    descriptor: ([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object[] chain
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
        start local 4 // int index
         0: .line 2690
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         1: goto 11
         2: .line 2692
      StackMap locals: int
      StackMap stack:
            aload 1 /* chain */
            iload 5 /* i */
            aaload
            astore 6 /* k */
        start local 6 // java.lang.Object k
         3: .line 2693
            aload 6 /* k */
            ifnonnull 5
         4: .line 2695
            iconst_0
            ireturn
         5: .line 2697
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 6 /* k */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         6: .line 2699
            aload 1 /* chain */
            iload 5 /* i */
            iconst_1
            iadd
            aaload
            astore 7 /* val */
        start local 7 // java.lang.Object val
         7: .line 2700
            aload 7 /* val */
            aload 3 /* value */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         8: .line 2702
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* chain */
            iload 4 /* index */
            iload 5 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.overwriteWithLastElementFromChain:([Ljava/lang/Object;II)V
         9: .line 2703
            iconst_1
            ireturn
        end local 7 // java.lang.Object val
        end local 6 // java.lang.Object k
        10: .line 2690
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 2
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            aload 1 /* chain */
            arraylength
            if_icmplt 2
        end local 5 // int i
        12: .line 2707
            iconst_0
            ireturn
        end local 4 // int index
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object[] chain
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   13     1  chain  [Ljava/lang/Object;
            0   13     2    key  TK;
            0   13     3  value  TV;
            0   13     4  index  I
            1   12     5      i  I
            3   10     6      k  Ljava/lang/Object;
            7   10     7    val  TV;
    Signature: ([Ljava/lang/Object;TK;TV;I)Z
    MethodParameters:
       Name  Flags
      chain  
      key    
      value  
      index  

  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.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Collection collection
         0: .line 2713
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 2714
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet java.util.Collection int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         3: .line 2716
            aload 0 /* this */
            aload 3 /* obj */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.remove:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 2718
            iconst_1
            istore 2 /* changed */
        end local 3 // java.lang.Object obj
         5: .line 2714
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 2721
            iload 2 /* changed */
            ireturn
        end local 2 // boolean changed
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    7     1  collection  Ljava/util/Collection<*>;
            1    7     2     changed  Z
            3    5     3         obj  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.util.Collection collection
         0: .line 2727
            aload 1 /* collection */
            invokeinterface java.util.Collection.size:()I
            istore 2 /* retainedSize */
        start local 2 // int retainedSize
         1: .line 2728
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            iload 2 /* retainedSize */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.newEmpty:(I)Lorg/eclipse/collections/api/map/MutableMap;
            checkcast org.eclipse.collections.impl.map.mutable.UnifiedMap
            astore 3 /* retainedCopy */
        start local 3 // org.eclipse.collections.impl.map.mutable.UnifiedMap retainedCopy
         2: .line 2730
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet java.util.Collection int org.eclipse.collections.impl.map.mutable.UnifiedMap top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* obj */
        start local 4 // java.lang.Object obj
         4: .line 2732
            aload 4 /* obj */
            instanceof java.util.Map$Entry
            ifeq 9
         5: .line 2734
            aload 4 /* obj */
            checkcast java.util.Map$Entry
            astore 6 /* otherEntry */
        start local 6 // java.util.Map$Entry otherEntry
         6: .line 2735
            aload 0 /* this */
            aload 6 /* otherEntry */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.getEntry:(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
            astore 7 /* thisEntry */
        start local 7 // java.util.Map$Entry thisEntry
         7: .line 2736
            aload 7 /* thisEntry */
            ifnull 9
         8: .line 2738
            aload 3 /* retainedCopy */
            aload 7 /* thisEntry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 7 /* thisEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // java.util.Map$Entry thisEntry
        end local 6 // java.util.Map$Entry otherEntry
        end local 4 // java.lang.Object obj
         9: .line 2730
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 2742
            aload 3 /* retainedCopy */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.size:()I
            if_icmpge 15
        11: .line 2744
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.maxSize:I
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap.maxSize:I
        12: .line 2745
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.occupied:I
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap.occupied:I
        13: .line 2746
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
        14: .line 2747
            iconst_1
            ireturn
        15: .line 2749
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet java.util.Collection int org.eclipse.collections.impl.map.mutable.UnifiedMap
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.collections.impl.map.mutable.UnifiedMap retainedCopy
        end local 2 // int retainedSize
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   16     1    collection  Ljava/util/Collection<*>;
            1   16     2  retainedSize  I
            2   16     3  retainedCopy  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;
            4    9     4           obj  Ljava/lang/Object;
            6    9     6    otherEntry  Ljava/util/Map$Entry<**>;
            7    9     7     thisEntry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2755
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;

  public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super java.util.Map$Entry<K, V>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 2761
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 9
         2: .line 2763
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         3: .line 2764
            aload 3 /* cur */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 6
         4: .line 2766
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            checkcast java.lang.Object[]
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.chainedForEachEntry:([Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         5: .line 2767
            goto 8
         6: .line 2768
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 8
         7: .line 2770
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object cur
         8: .line 2761
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 2 // int i
        10: .line 2773
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   11     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Ljava/util/Map$Entry<TK;TV;>;>;
            1   10     2          i  I
            3    8     3        cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Ljava/util/Map$Entry<TK;TV;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  private void chainedForEachEntry([], org.eclipse.collections.api.block.procedure.Procedure<? super java.util.Map$Entry<K, V>>);
    descriptor: ([Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object[] chain
        start local 2 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 2777
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 2779
      StackMap locals: int
      StackMap stack:
            aload 1 /* chain */
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         3: .line 2780
            aload 4 /* cur */
            ifnonnull 5
         4: .line 2782
            return
         5: .line 2784
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 1 /* chain */
            iload 3 /* i */
            iconst_1
            iadd
            aaload
            invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        end local 4 // java.lang.Object cur
         6: .line 2777
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* chain */
            arraylength
            if_icmplt 2
        end local 3 // int i
         8: .line 2786
            return
        end local 2 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 1 // java.lang.Object[] chain
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    9     1      chain  [Ljava/lang/Object;
            0    9     2  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Ljava/util/Map$Entry<TK;TV;>;>;
            1    8     3          i  I
            3    6     4        cur  Ljava/lang/Object;
    Signature: ([Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure<-Ljava/util/Map$Entry<TK;TV;>;>;)V
    MethodParameters:
           Name  Flags
      chain      
      procedure  

  public int getBatchCount(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // int batchSize
         0: .line 2791
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            iload 1 /* batchSize */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getBatchCount:(I)I
            ireturn
        end local 1 // int batchSize
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    1     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super java.util.Map$Entry<K, V>>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int sectionIndex
        start local 3 // int sectionCount
         0: .line 2797
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            astore 4 /* map */
        start local 4 // java.lang.Object[] map
         1: .line 2798
            aload 4 /* map */
            arraylength
            iload 3 /* sectionCount */
            idiv
            istore 5 /* sectionSize */
        start local 5 // int sectionSize
         2: .line 2799
            iload 2 /* sectionIndex */
            iload 5 /* sectionSize */
            imul
            istore 6 /* start */
        start local 6 // int start
         3: .line 2800
            iload 2 /* sectionIndex */
            iload 3 /* sectionCount */
            iconst_1
            isub
            if_icmpne 4
            aload 4 /* map */
            arraylength
            goto 5
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
         4: iload 6 /* start */
            iload 5 /* sectionSize */
            iadd
      StackMap locals:
      StackMap stack: int
         5: istore 7 /* end */
        start local 7 // int end
         6: .line 2801
            iload 6 /* start */
            iconst_2
            irem
            ifeq 8
         7: .line 2803
            iinc 6 /* start */ 1
         8: .line 2805
      StackMap locals: int
      StackMap stack:
            iload 6 /* start */
            istore 8 /* i */
        start local 8 // int i
         9: goto 17
        10: .line 2807
      StackMap locals: int
      StackMap stack:
            aload 4 /* map */
            iload 8 /* i */
            aaload
            astore 9 /* cur */
        start local 9 // java.lang.Object cur
        11: .line 2808
            aload 9 /* cur */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 14
        12: .line 2810
            aload 0 /* this */
            aload 4 /* map */
            iload 8 /* i */
            iconst_1
            iadd
            aaload
            checkcast java.lang.Object[]
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.chainedForEachEntry:([Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
        13: .line 2811
            goto 16
        14: .line 2812
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 9 /* cur */
            ifnull 16
        15: .line 2814
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 9 /* cur */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 4 /* map */
            iload 8 /* i */
            iconst_1
            iadd
            aaload
            invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        end local 9 // java.lang.Object cur
        16: .line 2805
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 2
      StackMap locals:
      StackMap stack:
        17: iload 8 /* i */
            iload 7 /* end */
            if_icmplt 10
        end local 8 // int i
        18: .line 2817
            return
        end local 7 // int end
        end local 6 // int start
        end local 5 // int sectionSize
        end local 4 // java.lang.Object[] map
        end local 3 // int sectionCount
        end local 2 // int sectionIndex
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   19     1     procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Ljava/util/Map$Entry<TK;TV;>;>;
            0   19     2  sectionIndex  I
            0   19     3  sectionCount  I
            1   19     4           map  [Ljava/lang/Object;
            2   19     5   sectionSize  I
            3   19     6         start  I
            6   19     7           end  I
            9   18     8             i  I
           11   16     9           cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Ljava/util/Map$Entry<TK;TV;>;>;II)V
    MethodParameters:
              Name  Flags
      procedure     
      sectionIndex  
      sectionCount  

  protected void copyEntries(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object[] result
         0: .line 2821
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            astore 2 /* table */
        start local 2 // java.lang.Object[] table
         1: .line 2822
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         2: .line 2823
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 21
         4: .line 2825
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 2 /* table */
            iload 4 /* i */
            aaload
            astore 5 /* x */
        start local 5 // java.lang.Object x
         5: .line 2826
            aload 5 /* x */
            ifnull 20
         6: .line 2828
            aload 5 /* x */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 19
         7: .line 2830
            aload 2 /* table */
            iload 4 /* i */
            iconst_1
            iadd
            aaload
            checkcast java.lang.Object[]
            astore 6 /* chain */
        start local 6 // java.lang.Object[] chain
         8: .line 2831
            iconst_0
            istore 7 /* j */
        start local 7 // int j
         9: goto 17
        10: .line 2833
      StackMap locals: java.lang.Object java.lang.Object[] int
      StackMap stack:
            aload 6 /* chain */
            iload 7 /* j */
            aaload
            astore 8 /* cur */
        start local 8 // java.lang.Object cur
        11: .line 2834
            aload 8 /* cur */
            ifnonnull 13
        12: .line 2836
            goto 20
        13: .line 2838
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
        14: .line 2839
            new org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 8 /* cur */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 6 /* chain */
            iload 7 /* j */
            iconst_1
            iadd
            aaload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.holder:Ljava/lang/ref/WeakReference;
            invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/WeakReference;)V
        15: .line 2838
            aastore
        end local 8 // java.lang.Object cur
        16: .line 2831
            iinc 7 /* j */ 2
      StackMap locals:
      StackMap stack:
        17: iload 7 /* j */
            aload 6 /* chain */
            arraylength
            if_icmplt 10
        end local 7 // int j
        end local 6 // java.lang.Object[] chain
        18: .line 2841
            goto 20
        19: .line 2844
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
            new org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 5 /* x */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 2 /* table */
            iload 4 /* i */
            iconst_1
            iadd
            aaload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.holder:Ljava/lang/ref/WeakReference;
            invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/WeakReference;)V
            aastore
        end local 5 // java.lang.Object x
        20: .line 2823
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 2
      StackMap locals:
      StackMap stack:
        21: iload 4 /* i */
            aload 2 /* table */
            arraylength
            if_icmplt 4
        end local 4 // int i
        22: .line 2848
            return
        end local 3 // int count
        end local 2 // java.lang.Object[] table
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0   23     1  result  [Ljava/lang/Object;
            1   23     2   table  [Ljava/lang/Object;
            2   23     3   count  I
            3   22     4       i  I
            5   20     5       x  Ljava/lang/Object;
            8   18     6   chain  [Ljava/lang/Object;
            9   18     7       j  I
           11   16     8     cur  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      result  

  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.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2853
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            anewarray java.lang.Object
            astore 1 /* result */
        start local 1 // java.lang.Object[] result
         1: .line 2854
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.copyEntries:([Ljava/lang/Object;)V
         2: .line 2855
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            1    3     1  result  [Ljava/lang/Object;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object[] result
         0: .line 2861
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 2862
            aload 1 /* result */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 2864
            aload 1 /* result */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            iload 2 /* size */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 1 /* result */
         3: .line 2866
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.copyEntries:([Ljava/lang/Object;)V
         4: .line 2867
            iload 2 /* size */
            aload 1 /* result */
            arraylength
            if_icmpge 6
         5: .line 2869
            aload 1 /* result */
            iload 2 /* size */
            aconst_null
            aastore
         6: .line 2871
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 2 // int size
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    7     1  result  [Ljava/lang/Object;
            1    7     2    size  I
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
        Name  Flags
      result  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.io.ObjectInputStream in
         0: .line 2877
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 2878
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.holder:Ljava/lang/ref/WeakReference;
         2: .line 2879
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    3     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  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.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
        start local 1 // java.lang.Object obj
         0: .line 2884
            aload 1 /* obj */
            instanceof java.util.Set
            ifeq 4
         1: .line 2886
            aload 1 /* obj */
            checkcast java.util.Set
            astore 2 /* other */
        start local 2 // java.util.Set other
         2: .line 2887
            aload 2 /* other */
            invokeinterface java.util.Set.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.size:()I
            if_icmpne 4
         3: .line 2889
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 2 // java.util.Set other
         4: .line 2892
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;
            0    5     1    obj  Ljava/lang/Object;
            2    4     2  other  Ljava/util/Set<*>;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
         0: .line 2898
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySet;

  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 java.util.Map$Entry
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.add:(Ljava/util/Map$Entry;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;Ljava/io/Serializable;Lorg/eclipse/collections/impl/parallel/BatchIterable<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "UnifiedMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.UnifiedMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  protected EntrySet = org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet of org.eclipse.collections.impl.map.mutable.UnifiedMap
  protected EntrySetIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap
  protected WeakBoundEntry = org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry of org.eclipse.collections.impl.map.mutable.UnifiedMap