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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: return
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.cellIter:Ljava/util/Iterator;
1: return
end local 1 end local 0 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 0: aload 0
getfield org.apache.lucene.spatial.prefix.CellToBytesRefIterator.cellIter:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
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
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 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/prefix/CellToBytesRefIterator;
}
SourceFile: "CellToBytesRefIterator.java"