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: .line 27
            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 // org.apache.lucene.spatial.prefix.tree.CellIterator this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.spatial.prefix.tree.CellIterator this
      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 // org.apache.lucene.spatial.prefix.tree.CellIterator this
         0: .line 37
            getstatic org.apache.lucene.spatial.prefix.tree.CellIterator.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.CellIterator this
      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 // org.apache.lucene.spatial.prefix.tree.CellIterator this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell fromCell
         0: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
            ifne 2
         1: .line 51
            aconst_null
            areturn
         2: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.next:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            astore 2 /* c */
        start local 2 // org.apache.lucene.spatial.prefix.tree.Cell c
         3: .line 53
            aload 2 /* c */
            aload 1 /* fromCell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.compareToNoLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)I
            iflt 0
         4: .line 54
            aload 2 /* c */
            areturn
        end local 2 // org.apache.lucene.spatial.prefix.tree.Cell c
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell fromCell
        end local 0 // org.apache.lucene.spatial.prefix.tree.CellIterator this
      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 // org.apache.lucene.spatial.prefix.tree.CellIterator this
         0: .line 63
            getstatic org.apache.lucene.spatial.prefix.tree.CellIterator.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.spatial.prefix.tree.CellIterator this
      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 // org.apache.lucene.spatial.prefix.tree.CellIterator this
         0: .line 68
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.CellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            ifnonnull 3
         1: .line 69
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
            ifne 3
         2: .line 70
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            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: .line 73
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.prefix.tree.CellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
         5: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.CellIterator this
      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: .line 1
            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"