public class org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection extends org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon<V> implements java.io.Serializable, org.eclipse.collections.impl.parallel.BatchIterable<V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection
super_class: org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
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=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 0
invokespecial org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
MethodParameters:
Name Flags
this$0 final
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$ValuesCollection.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$ValuesCollection;
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 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsValue:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 1 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=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokestatic org.eclipse.collections.impl.block.factory.Predicates.in:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
invokestatic org.eclipse.collections.impl.utility.Iterate.allSatisfy:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 1 1 collection Ljava/util/Collection<*>;
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$ValuesCollection.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$ValuesCollection;
public java.util.Iterator<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.map.mutable.UnifiedMap$ValuesIterator
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
Signature: ()Ljava/util/Iterator<TV;>;
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 8
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.iterator:()Ljava/util/Iterator;
astore 2
start local 2 2: goto 6
3: StackMap locals: java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
ifnonnull 6
4: aload 2
invokeinterface java.util.Iterator.remove:()V
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
end local 2 7: goto 15
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.iterator:()Ljava/util/Iterator;
astore 2
start local 2 9: goto 14
10: StackMap locals: java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 3
start local 3 11: aload 1
aload 3
if_acmpeq 12
aload 3
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 14
12: StackMap locals: java.lang.Object
StackMap stack:
aload 2
invokeinterface java.util.Iterator.remove:()V
13: iconst_1
ireturn
end local 3 14: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
end local 2 15: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 16 1 o Ljava/lang/Object;
2 7 2 it Ljava/util/Iterator<TV;>;
9 15 2 it Ljava/util/Iterator<TV;>;
11 14 3 o2 TV;
MethodParameters:
Name Flags
o
public boolean removeAll(java.util.Collection<?>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 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$ValuesCollection 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$ValuesCollection.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$ValuesCollection;
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=2, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.iterator:()Ljava/util/Iterator;
astore 3
start local 3 2: goto 6
3: StackMap locals: int java.util.Iterator
StackMap stack:
aload 1
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
ifne 6
4: aload 3
invokeinterface java.util.Iterator.remove:()V
5: iconst_1
istore 2
6: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
7: iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 8 1 collection Ljava/util/Collection<*>;
1 8 2 modified Z
2 8 3 e Ljava/util/Iterator<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$ValuesCollection.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$ValuesCollection;
public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
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$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachValue:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
MethodParameters:
Name Flags
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$ValuesCollection.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$ValuesCollection;
0 1 1 batchSize I
MethodParameters:
Name Flags
batchSize
public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super V>, int, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, 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$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 1
iload 2
iload 3
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.batchForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
0 2 2 sectionIndex I
0 2 3 sectionCount I
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;II)V
MethodParameters:
Name Flags
procedure
sectionIndex
sectionCount
protected void copyValues(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 18
3: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
iload 3
aaload
astore 4
start local 4 4: aload 4
ifnull 17
5: aload 4
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 16
6: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
iload 3
iconst_1
iadd
aaload
checkcast java.lang.Object[]
astore 5
start local 5 7: iconst_0
istore 6
start local 6 8: goto 14
9: StackMap locals: java.lang.Object java.lang.Object[] int
StackMap stack:
aload 5
iload 6
aaload
astore 7
start local 7 10: aload 7
ifnonnull 12
11: goto 17
12: StackMap locals: java.lang.Object
StackMap stack:
aload 1
iload 2
iinc 2 1
aload 5
iload 6
iconst_1
iadd
aaload
aastore
end local 7 13: iinc 6 2
StackMap locals:
StackMap stack:
14: iload 6
aload 5
arraylength
if_icmplt 9
end local 6 end local 5 15: goto 17
16: StackMap locals:
StackMap stack:
aload 1
iload 2
iinc 2 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
iload 3
iconst_1
iadd
aaload
aastore
end local 4 17: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
18: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
arraylength
if_icmplt 3
end local 3 19: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
0 20 1 result [Ljava/lang/Object;
1 20 2 count I
2 19 3 i I
4 17 4 x Ljava/lang/Object;
7 15 5 chain [Ljava/lang/Object;
8 15 6 j I
10 13 7 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=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
istore 1
start local 1 1: iload 1
anewarray java.lang.Object
astore 2
start local 2 2: aload 0
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.copyValues:([Ljava/lang/Object;)V
3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
1 4 1 size I
2 4 2 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$ValuesCollection.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$ValuesCollection.copyValues:([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$ValuesCollection;
0 7 1 result [Ljava/lang/Object;
1 7 2 size I
Signature: <T:Ljava/lang/Object;>([TT;)[TT;
MethodParameters:
Name Flags
result
protected java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(I)Lorg/eclipse/collections/impl/list/mutable/FastList;
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 10
3: StackMap locals: org.eclipse.collections.impl.list.mutable.FastList int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.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 4: aload 3
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 7
5: aload 0
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.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$ValuesCollection.chainedAddToList:([Ljava/lang/Object;Lorg/eclipse/collections/impl/list/mutable/FastList;)V
6: goto 9
7: StackMap locals: java.lang.Object
StackMap stack:
aload 3
ifnull 9
8: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.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
invokevirtual org.eclipse.collections.impl.list.mutable.FastList.add:(Ljava/lang/Object;)Z
pop
end local 3 9: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
10: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
arraylength
if_icmplt 3
end local 2 11: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
1 12 1 replace Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;
2 11 2 i I
4 9 3 cur Ljava/lang/Object;
private void chainedAddToList([], org.eclipse.collections.impl.list.mutable.FastList<V>);
descriptor: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/list/mutable/FastList;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, 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 1
iload 3
iconst_1
iadd
aaload
invokevirtual org.eclipse.collections.impl.list.mutable.FastList.add:(Ljava/lang/Object;)Z
pop
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$ValuesCollection;
0 9 1 chain [Ljava/lang/Object;
0 9 2 replace Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;
1 8 3 i I
3 6 4 cur Ljava/lang/Object;
Signature: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;)V
MethodParameters:
Name Flags
chain
replace
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
ldc "["
ldc ", "
ldc "]"
invokestatic org.eclipse.collections.impl.utility.Iterate.makeString:(Ljava/lang/Iterable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
}
Signature: Lorg/eclipse/collections/impl/map/mutable/AbstractMutableMap$ValuesCollectionCommon<TV;>;Ljava/io/Serializable;Lorg/eclipse/collections/impl/parallel/BatchIterable<TV;>;
SourceFile: "UnifiedMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.UnifiedMap
InnerClasses:
protected abstract ValuesCollectionCommon = org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon of org.eclipse.collections.impl.map.mutable.AbstractMutableMap
protected ValuesCollection = org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection of org.eclipse.collections.impl.map.mutable.UnifiedMap
protected ValuesIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap