class org.apache.commons.collections4.map.StaticBucketMap$BaseIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.collections4.map.StaticBucketMap$BaseIterator
super_class: java.lang.Object
{
private final java.util.ArrayList<java.util.Map$Entry<K, V>> current;
descriptor: Ljava/util/ArrayList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/ArrayList<Ljava/util/Map$Entry<TK;TV;>;>;
private int bucket;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.util.Map$Entry<K, V> last;
descriptor: Ljava/util/Map$Entry;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map$Entry<TK;TV;>;
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=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.current:Ljava/util/ArrayList;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$BaseIterator;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.current:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
ifle 16
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
getfield org.apache.commons.collections4.map.StaticBucketMap.locks:[Lorg/apache/commons/collections4/map/StaticBucketMap$Lock;
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.bucket:I
aaload
dup
astore 1
monitorenter
3: aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
getfield org.apache.commons.collections4.map.StaticBucketMap.buckets:[Lorg/apache/commons/collections4/map/StaticBucketMap$Node;
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.bucket:I
aaload
astore 2
start local 2 4: goto 7
5: StackMap locals: org.apache.commons.collections4.map.StaticBucketMap$Lock org.apache.commons.collections4.map.StaticBucketMap$Node
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.current:Ljava/util/ArrayList;
aload 2
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
6: aload 2
getfield org.apache.commons.collections4.map.StaticBucketMap$Node.next:Lorg/apache/commons/collections4/map/StaticBucketMap$Node;
astore 2
7: StackMap locals:
StackMap stack:
aload 2
ifnonnull 5
8: aload 0
dup
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.bucket:I
iconst_1
iadd
putfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.bucket:I
9: aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.current:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
ifle 12
10: aload 1
monitorexit
11: iconst_1
ireturn
end local 2 12: StackMap locals:
StackMap stack:
aload 1
monitorexit
13: goto 16
StackMap locals:
StackMap stack: java.lang.Throwable
14: aload 1
monitorexit
15: athrow
16: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.bucket:I
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
getfield org.apache.commons.collections4.map.StaticBucketMap.buckets:[Lorg/apache/commons/collections4/map/StaticBucketMap$Node;
arraylength
if_icmplt 2
17: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$BaseIterator;
4 12 2 n Lorg/apache/commons/collections4/map/StaticBucketMap$Node<TK;TV;>;
Exception table:
from to target type
3 11 14 any
12 13 14 any
14 15 14 any
protected java.util.Map$Entry<K, V> nextEntry();
descriptor: ()Ljava/util/Map$Entry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.current:Ljava/util/ArrayList;
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.current:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
iconst_1
isub
invokevirtual java.util.ArrayList.remove:(I)Ljava/lang/Object;
checkcast java.util.Map$Entry
putfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.last:Ljava/util/Map$Entry;
3: aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.last:Ljava/util/Map$Entry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$BaseIterator;
Signature: ()Ljava/util/Map$Entry<TK;TV;>;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.last:Ljava/util/Map$Entry;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.this$0:Lorg/apache/commons/collections4/map/StaticBucketMap;
aload 0
getfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.last:Ljava/util/Map$Entry;
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
invokevirtual org.apache.commons.collections4.map.StaticBucketMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
3: aload 0
aconst_null
putfield org.apache.commons.collections4.map.StaticBucketMap$BaseIterator.last:Ljava/util/Map$Entry;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/collections4/map/StaticBucketMap$BaseIterator;
}
SourceFile: "StaticBucketMap.java"
NestHost: org.apache.commons.collections4.map.StaticBucketMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
private BaseIterator = org.apache.commons.collections4.map.StaticBucketMap$BaseIterator of org.apache.commons.collections4.map.StaticBucketMap
private final Node = org.apache.commons.collections4.map.StaticBucketMap$Node of org.apache.commons.collections4.map.StaticBucketMap