public abstract class org.apache.lucene.spatial.prefix.tree.CellIterator implements java.util.Iterator<org.apache.lucene.spatial.prefix.tree.Cell>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.spatial.prefix.tree.CellIterator
super_class: java.lang.Object
{
protected org.apache.lucene.spatial.prefix.tree.Cell nextCell;
descriptor: Lorg/apache/lucene/spatial/prefix/tree/Cell;
flags: (0x0004) ACC_PROTECTED
protected org.apache.lucene.spatial.prefix.tree.Cell thisCell;
descriptor: Lorg/apache/lucene/spatial/prefix/tree/Cell;
flags: (0x0004) ACC_PROTECTED
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.spatial.prefix.tree.CellIterator.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
public org.apache.lucene.spatial.prefix.tree.Cell thisCell();
descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/Cell;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic org.apache.lucene.spatial.prefix.tree.CellIterator.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
ifnonnull 1
new java.lang.AssertionError
dup
ldc "Only call thisCell() after next(), not hasNext()"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
public org.apache.lucene.spatial.prefix.tree.Cell nextFrom(org.apache.lucene.spatial.prefix.tree.Cell);
descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Lorg/apache/lucene/spatial/prefix/tree/Cell;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
ifne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.next:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
astore 2
start local 2 3: aload 2
aload 1
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.compareToNoLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)I
iflt 0
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
0 5 1 fromCell Lorg/apache/lucene/spatial/prefix/tree/Cell;
3 5 2 c Lorg/apache/lucene/spatial/prefix/tree/Cell;
MethodParameters:
Name Flags
fromCell
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.apache.lucene.spatial.prefix.tree.CellIterator.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
ifnonnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
public org.apache.lucene.spatial.prefix.tree.Cell next();
descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/Cell;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.CellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
ifnonnull 3
1: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
ifne 3
2: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.spatial.prefix.tree.CellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
putfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
4: aload 0
aconst_null
putfield org.apache.lucene.spatial.prefix.tree.CellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
5: aload 0
getfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.next:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;
SourceFile: "CellIterator.java"