class org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet implements java.util.Set<java.util.Map$Entry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet
super_class: java.lang.Object
{
final org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this$0;
descriptor: Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap);
descriptor: (Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
MethodParameters:
Name Flags
this$0 final
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.bimap.mutable.AbstractMutableBiMap$EntrySet.size:()I
if_icmpne 4
3: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$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/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
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.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
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.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, 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 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
aload 3
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
astore 4
start local 4 5: aload 4
ifnull 7
6: aload 4
aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
7: StackMap locals: java.util.Map$Entry java.lang.Object java.lang.Object
StackMap stack:
aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
ifnonnull 8
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
aload 3
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.containsKey:(Ljava/lang/Object;)Z
ifeq 8
iconst_1
ireturn
StackMap locals:
StackMap stack:
8: 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 9 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
0 9 1 o Ljava/lang/Object;
3 9 2 entry Ljava/util/Map$Entry<TK;TV;>;
4 9 3 key TK;
5 9 4 actualValue TV;
MethodParameters:
Name Flags
o
public java.lang.Object[] toArray();
descriptor: ()[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
anewarray java.lang.Object
astore 1
start local 1 1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.copyEntries:([Ljava/lang/Object;)[Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
1 2 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.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.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.bimap.mutable.AbstractMutableBiMap$EntrySet.copyEntries:([Ljava/lang/Object;)[Ljava/lang/Object;
pop
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/bimap/mutable/AbstractMutableBiMap$EntrySet;
0 7 1 result [Ljava/lang/Object;
1 7 2 size I
Signature: <T:Ljava/lang/Object;>([TT;)[TT;
MethodParameters:
Name Flags
result
public boolean add(java.util.Map$Entry<K, V>);
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: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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 remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, 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.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
astore 5
start local 5 6: aload 5
ifnull 11
7: aload 5
aload 4
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
8: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
aload 3
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
9: iconst_1
ireturn
10: StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet java.lang.Object java.util.Map$Entry java.lang.Object java.lang.Object java.lang.Object
StackMap stack:
iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 4
ifnonnull 14
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
ifeq 14
12: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
aload 3
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
13: iconst_1
ireturn
14: StackMap locals:
StackMap stack:
iconst_0
ireturn
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 15 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
0 15 1 e Ljava/lang/Object;
3 15 2 entry Ljava/util/Map$Entry<**>;
4 15 3 key TK;
5 15 4 value TV;
6 15 5 actualValue TV;
MethodParameters:
Name Flags
e
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.bimap.mutable.AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$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/bimap/mutable/AbstractMutableBiMap$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 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/bimap/mutable/AbstractMutableBiMap$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 boolean retainAll(java.util.Collection<?>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
istore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.iterator:()Ljava/util/Iterator;
astore 3
start local 3 2: goto 6
3: StackMap locals: int java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 4
start local 4 4: aload 1
aload 4
invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
ifne 6
5: aload 3
invokeinterface java.util.Iterator.remove:()V
end local 4 6: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
7: iload 2
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
if_icmpeq 8
iconst_1
ireturn
StackMap locals:
StackMap stack:
8: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
0 9 1 collection Ljava/util/Collection<*>;
1 9 2 oldSize I
2 9 3 iterator Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
4 6 4 next Ljava/util/Map$Entry<TK;TV;>;
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
collection
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.bimap.mutable.AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$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/bimap/mutable/AbstractMutableBiMap$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 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.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
public java.util.Iterator<java.util.Map$Entry<K, V>> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.<init>:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
private java.lang.Object[] copyEntries(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=5, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.keyValuesView:()Lorg/eclipse/collections/api/RichIterable;
invokeinterface org.eclipse.collections.api.RichIterable.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet java.lang.Object[] int top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.eclipse.collections.api.tuple.Pair
astore 3
start local 3 3: aload 1
iload 2
new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry
dup
aload 0
aload 3
invokeinterface org.eclipse.collections.api.tuple.Pair.getOne:()Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.tuple.Pair.getTwo:()Ljava/lang/Object;
invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry.<init>:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;Ljava/lang/Object;Ljava/lang/Object;)V
aastore
4: iinc 2 1
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
6: 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/bimap/mutable/AbstractMutableBiMap$EntrySet;
0 7 1 result [Ljava/lang/Object;
1 7 2 count I
3 5 3 pair Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;
MethodParameters:
Name Flags
result
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.bimap.mutable.AbstractMutableBiMap$EntrySet.add:(Ljava/util/Map$Entry;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
static org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap access$1(org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet);
descriptor: (Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;)Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
private EntrySet = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
private final InternalEntry = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet
private InternalEntrySetIterator = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet