public class org.apache.lucene.spatial.prefix.CellToBytesRefIterator implements org.apache.lucene.util.BytesRefIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.prefix.CellToBytesRefIterator
  super_class: java.lang.Object
{
  protected java.util.Iterator<org.apache.lucene.spatial.prefix.tree.Cell> cellIter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Iterator<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;

  protected org.apache.lucene.util.BytesRef bytesRef;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.CellToBytesRefIterator this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            putfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.bytesRef:Lorg/apache/lucene/util/BytesRef;
         2: .line 33
            return
        end local 0 // org.apache.lucene.spatial.prefix.CellToBytesRefIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial/prefix/CellToBytesRefIterator;

  public void reset(java.util.Iterator<org.apache.lucene.spatial.prefix.tree.Cell>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.CellToBytesRefIterator this
        start local 1 // java.util.Iterator cellIter
         0: .line 39
            aload 0 /* this */
            aload 1 /* cellIter */
            putfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.cellIter:Ljava/util/Iterator;
         1: .line 40
            return
        end local 1 // java.util.Iterator cellIter
        end local 0 // org.apache.lucene.spatial.prefix.CellToBytesRefIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/spatial/prefix/CellToBytesRefIterator;
            0    2     1  cellIter  Ljava/util/Iterator<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;
    Signature: (Ljava/util/Iterator<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;)V
    MethodParameters:
          Name  Flags
      cellIter  

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.CellToBytesRefIterator this
         0: .line 44
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.cellIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         1: .line 45
            aconst_null
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.cellIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial.prefix.tree.Cell
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.bytesRef:Lorg/apache/lucene/util/BytesRef;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.CellToBytesRefIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial/prefix/CellToBytesRefIterator;
}
SourceFile: "CellToBytesRefIterator.java"