class org.apache.commons.collections4.map.MultiValueMap$Values extends java.util.AbstractCollection<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.collections4.map.MultiValueMap$Values
super_class: java.util.AbstractCollection
{
final org.apache.commons.collections4.map.MultiValueMap this$0;
descriptor: Lorg/apache/commons/collections4/map/MultiValueMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.apache.commons.collections4.map.MultiValueMap);
descriptor: (Lorg/apache/commons/collections4/map/MultiValueMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
0: .line 492
aload 0 /* this */
aload 1
putfield org.apache.commons.collections4.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections4/map/MultiValueMap;
aload 0 /* this */
invokespecial java.util.AbstractCollection.<init>:()V
return
end local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/MultiValueMap$Values;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator<V> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=1
start local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
0: .line 495
new org.apache.commons.collections4.iterators.IteratorChain
dup
invokespecial org.apache.commons.collections4.iterators.IteratorChain.<init>:()V
astore 1 /* chain */
start local 1 // org.apache.commons.collections4.iterators.IteratorChain chain
1: .line 496
aload 0 /* this */
getfield org.apache.commons.collections4.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections4/map/MultiValueMap;
invokevirtual org.apache.commons.collections4.map.MultiValueMap.keySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: org.apache.commons.collections4.map.MultiValueMap$Values org.apache.commons.collections4.iterators.IteratorChain top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 2 /* k */
start local 2 // java.lang.Object k
3: .line 497
aload 1 /* chain */
new org.apache.commons.collections4.map.MultiValueMap$ValuesIterator
dup
aload 0 /* this */
getfield org.apache.commons.collections4.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections4/map/MultiValueMap;
aload 2 /* k */
invokespecial org.apache.commons.collections4.map.MultiValueMap$ValuesIterator.<init>:(Lorg/apache/commons/collections4/map/MultiValueMap;Ljava/lang/Object;)V
invokevirtual org.apache.commons.collections4.iterators.IteratorChain.addIterator:(Ljava/util/Iterator;)V
end local 2 // java.lang.Object k
4: .line 496
StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: .line 499
aload 1 /* chain */
areturn
end local 1 // org.apache.commons.collections4.iterators.IteratorChain chain
end local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/collections4/map/MultiValueMap$Values;
1 6 1 chain Lorg/apache/commons/collections4/iterators/IteratorChain<TV;>;
3 4 2 k TK;
Signature: ()Ljava/util/Iterator<TV;>;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
0: .line 504
aload 0 /* this */
getfield org.apache.commons.collections4.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections4/map/MultiValueMap;
invokevirtual org.apache.commons.collections4.map.MultiValueMap.totalSize:()I
ireturn
end local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/MultiValueMap$Values;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
0: .line 509
aload 0 /* this */
getfield org.apache.commons.collections4.map.MultiValueMap$Values.this$0:Lorg/apache/commons/collections4/map/MultiValueMap;
invokevirtual org.apache.commons.collections4.map.MultiValueMap.clear:()V
1: .line 510
return
end local 0 // org.apache.commons.collections4.map.MultiValueMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/map/MultiValueMap$Values;
}
Signature: Ljava/util/AbstractCollection<TV;>;
SourceFile: "MultiValueMap.java"
NestHost: org.apache.commons.collections4.map.MultiValueMap
InnerClasses:
private Values = org.apache.commons.collections4.map.MultiValueMap$Values of org.apache.commons.collections4.map.MultiValueMap
private ValuesIterator = org.apache.commons.collections4.map.MultiValueMap$ValuesIterator of org.apache.commons.collections4.map.MultiValueMap