class org.apache.commons.collections4.map.StaticBucketMap$Values extends java.util.AbstractCollection<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.collections4.map.StaticBucketMap$Values
super_class: java.util.AbstractCollection
{
final org.apache.commons.collections4.map.StaticBucketMap this$0;
descriptor: Lorg/apache/commons/collections4/map/StaticBucketMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.apache.commons.collections4.map.StaticBucketMap);
descriptor: (Lorg/apache/commons/collections4/map/StaticBucketMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.commons.collections4.map.StaticBucketMap$Values this
0: .line 667
aload 0 /* this */
aload 1
putfield org.apache.commons.collections4.map.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
aload 0 /* this */
invokespecial java.util.AbstractCollection.<init>:()V
return
end local 0 // org.apache.commons.collections4.map.StaticBucketMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$Values;
MethodParameters:
Name Flags
this$0 final
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.StaticBucketMap$Values this
0: .line 671
aload 0 /* this */
getfield org.apache.commons.collections4.map.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
invokevirtual org.apache.commons.collections4.map.StaticBucketMap.size:()I
ireturn
end local 0 // org.apache.commons.collections4.map.StaticBucketMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$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.StaticBucketMap$Values this
0: .line 676
aload 0 /* this */
getfield org.apache.commons.collections4.map.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
invokevirtual org.apache.commons.collections4.map.StaticBucketMap.clear:()V
1: .line 677
return
end local 0 // org.apache.commons.collections4.map.StaticBucketMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$Values;
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 // org.apache.commons.collections4.map.StaticBucketMap$Values this
0: .line 681
new org.apache.commons.collections4.map.StaticBucketMap$ValueIterator
dup
aload 0 /* this */
getfield org.apache.commons.collections4.map.StaticBucketMap$Values.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
invokespecial org.apache.commons.collections4.map.StaticBucketMap$ValueIterator.<init>:(Lorg/apache/commons/collections4/map/StaticBucketMap;)V
areturn
end local 0 // org.apache.commons.collections4.map.StaticBucketMap$Values this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$Values;
Signature: ()Ljava/util/Iterator<TV;>;
}
Signature: Ljava/util/AbstractCollection<TV;>;
SourceFile: "StaticBucketMap.java"
NestHost: org.apache.commons.collections4.map.StaticBucketMap
InnerClasses:
private ValueIterator = org.apache.commons.collections4.map.StaticBucketMap$ValueIterator of org.apache.commons.collections4.map.StaticBucketMap
private Values = org.apache.commons.collections4.map.StaticBucketMap$Values of org.apache.commons.collections4.map.StaticBucketMap