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 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: return
end local 0 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 start local 1 0: 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
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 end local 0 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 start local 1 0: 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
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 end local 0 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 0: aload 0
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: return
end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 1
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
astore 2
start local 2 1: aload 1
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
astore 3
start local 3 2: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.index:(Ljava/lang/Object;)I
istore 4
start local 4 3: aload 0
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
aaload
astore 5
start local 5 4: aload 0
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
iconst_1
iadd
aaload
astore 6
start local 6 5: aload 5
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 7
6: aload 0
aload 6
checkcast java.lang.Object[]
aload 2
aload 3
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: 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
ifnonnull 9
8: aconst_null
areturn
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 5
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
10: aload 3
aload 6
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
11: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 5
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 6
invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
areturn
12: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: goto 10
2: StackMap locals: int
StackMap stack:
aload 1
iload 4
aaload
astore 5
start local 5 3: aload 5
ifnonnull 5
4: aconst_null
areturn
5: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 5
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 9
6: aload 1
iload 4
iconst_1
iadd
aaload
astore 6
start local 6 7: aload 3
aload 6
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 9
8: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 5
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 6
invokestatic org.eclipse.collections.impl.tuple.ImmutableEntry.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/tuple/ImmutableEntry;
areturn
end local 6 end local 5 9: StackMap locals:
StackMap stack:
iinc 4 2
StackMap locals:
StackMap stack:
10: iload 4
aload 1
arraylength
if_icmplt 2
end local 4 11: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifeq 1
aload 0
aload 1
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 end local 0 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 start local 1 0: aload 1
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
start local 2 2: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.contains:(Ljava/lang/Object;)Z
ifne 4
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: iconst_1
ireturn
end local 1 end local 0 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 0: aload 0
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 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 0: new org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 0
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 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 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 3: aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
astore 3
start local 3 4: aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
astore 4
start local 4 5: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.index:(Ljava/lang/Object;)I
istore 5
start local 5 6: aload 0
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
aaload
astore 6
start local 6 7: aload 6
ifnull 16
8: aload 0
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
iconst_1
iadd
aaload
astore 7
start local 7 9: aload 6
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 11
10: aload 0
aload 7
checkcast java.lang.Object[]
aload 3
aload 4
iload 5
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.removeFromChain:([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;I)Z
ireturn
11: 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
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 6
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 16
aload 4
aload 7
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 16
12: aload 0
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
aconst_null
aastore
13: aload 0
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
iconst_1
iadd
aconst_null
aastore
14: aload 0
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: iconst_1
ireturn
end local 7 16: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: iconst_0
istore 5
start local 5 1: goto 11
2: StackMap locals: int
StackMap stack:
aload 1
iload 5
aaload
astore 6
start local 6 3: aload 6
ifnonnull 5
4: iconst_0
ireturn
5: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 6
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
6: aload 1
iload 5
iconst_1
iadd
aaload
astore 7
start local 7 7: aload 7
aload 3
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
8: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 1
iload 4
iload 5
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.overwriteWithLastElementFromChain:([Ljava/lang/Object;II)V
9: iconst_1
ireturn
end local 7 end local 6 10: StackMap locals:
StackMap stack:
iinc 5 2
StackMap locals:
StackMap stack:
11: iload 5
aload 1
arraylength
if_icmplt 2
end local 5 12: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: iconst_0
istore 2
start local 2 1: aload 1
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
start local 3 3: aload 0
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.remove:(Ljava/lang/Object;)Z
ifeq 5
4: iconst_1
istore 2
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
6: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokeinterface java.util.Collection.size:()I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
iload 2
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
start local 3 2: aload 1
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
start local 4 4: aload 4
instanceof java.util.Map$Entry
ifeq 9
5: aload 4
checkcast java.util.Map$Entry
astore 6
start local 6 6: aload 0
aload 6
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.getEntry:(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
astore 7
start local 7 7: aload 7
ifnull 9
8: aload 3
aload 7
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
aload 7
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 end local 6 end local 4 9: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
10: aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.size:()I
if_icmpge 15
11: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.maxSize:I
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap.maxSize:I
12: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.occupied:I
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap.occupied:I
13: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
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: iconst_1
ireturn
15: 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 end local 2 end local 1 end local 0 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 0: aload 0
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 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 start local 1 0: iconst_0
istore 2
start local 2 1: goto 9
2: StackMap locals: int
StackMap stack:
aload 0
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
aaload
astore 3
start local 3 3: aload 3
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 6
4: aload 0
aload 0
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
iconst_1
iadd
aaload
checkcast java.lang.Object[]
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.chainedForEachEntry:([Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
5: goto 8
6: StackMap locals: java.lang.Object
StackMap stack:
aload 3
ifnull 8
7: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 0
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
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 8: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
9: iload 2
aload 0
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 10: return
end local 1 end local 0 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 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 7
2: StackMap locals: int
StackMap stack:
aload 1
iload 3
aaload
astore 4
start local 4 3: aload 4
ifnonnull 5
4: return
5: StackMap locals: java.lang.Object
StackMap stack:
aload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 4
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 1
iload 3
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 6: iinc 3 2
StackMap locals:
StackMap stack:
7: iload 3
aload 1
arraylength
if_icmplt 2
end local 3 8: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
iload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getBatchCount:(I)I
ireturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
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
start local 4 1: aload 4
arraylength
iload 3
idiv
istore 5
start local 5 2: iload 2
iload 5
imul
istore 6
start local 6 3: iload 2
iload 3
iconst_1
isub
if_icmpne 4
aload 4
arraylength
goto 5
StackMap locals: java.lang.Object[] int int
StackMap stack:
4: iload 6
iload 5
iadd
StackMap locals:
StackMap stack: int
5: istore 7
start local 7 6: iload 6
iconst_2
irem
ifeq 8
7: iinc 6 1
8: StackMap locals: int
StackMap stack:
iload 6
istore 8
start local 8 9: goto 17
10: StackMap locals: int
StackMap stack:
aload 4
iload 8
aaload
astore 9
start local 9 11: aload 9
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 14
12: aload 0
aload 4
iload 8
iconst_1
iadd
aaload
checkcast java.lang.Object[]
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.chainedForEachEntry:([Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
13: goto 16
14: StackMap locals: java.lang.Object
StackMap stack:
aload 9
ifnull 16
15: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 9
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 4
iload 8
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 16: StackMap locals:
StackMap stack:
iinc 8 2
StackMap locals:
StackMap stack:
17: iload 8
iload 7
if_icmplt 10
end local 8 18: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 1: iconst_0
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 21
4: StackMap locals: java.lang.Object[] int int
StackMap stack:
aload 2
iload 4
aaload
astore 5
start local 5 5: aload 5
ifnull 20
6: aload 5
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 19
7: aload 2
iload 4
iconst_1
iadd
aaload
checkcast java.lang.Object[]
astore 6
start local 6 8: iconst_0
istore 7
start local 7 9: goto 17
10: StackMap locals: java.lang.Object java.lang.Object[] int
StackMap stack:
aload 6
iload 7
aaload
astore 8
start local 8 11: aload 8
ifnonnull 13
12: goto 20
13: StackMap locals: java.lang.Object
StackMap stack:
aload 1
iload 3
iinc 3 1
14: new org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 8
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 6
iload 7
iconst_1
iadd
aaload
aload 0
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: aastore
end local 8 16: iinc 7 2
StackMap locals:
StackMap stack:
17: iload 7
aload 6
arraylength
if_icmplt 10
end local 7 end local 6 18: goto 20
19: StackMap locals:
StackMap stack:
aload 1
iload 3
iinc 3 1
new org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 5
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
iload 4
iconst_1
iadd
aaload
aload 0
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 20: StackMap locals:
StackMap stack:
iinc 4 2
StackMap locals:
StackMap stack:
21: iload 4
aload 2
arraylength
if_icmplt 4
end local 4 22: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.copyEntries:([Ljava/lang/Object;)V
2: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 1: aload 1
arraylength
iload 2
if_icmpge 3
2: aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
iload 2
invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
checkcast java.lang.Object[]
astore 1
3: StackMap locals: int
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.copyEntries:([Ljava/lang/Object;)V
4: iload 2
aload 1
arraylength
if_icmpge 6
5: aload 1
iload 2
aconst_null
aastore
6: StackMap locals:
StackMap stack:
aload 1
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
1: aload 0
new java.lang.ref.WeakReference
dup
aload 0
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: return
end local 1 end local 0 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 start local 1 0: aload 1
instanceof java.util.Set
ifeq 4
1: aload 1
checkcast java.util.Set
astore 2
start local 2 2: aload 2
invokeinterface java.util.Set.size:()I
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.size:()I
if_icmpne 4
3: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySet.containsAll:(Ljava/util/Collection;)Z
ireturn
end local 2 4: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 0: aload 0
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 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: 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