Use correct method in SearchIterator.

This commit is contained in:
Matthieu Gautier 2023-01-24 15:18:47 +01:00
parent 1c963273b7
commit 2ef64ac8b3

View File

@ -30,7 +30,7 @@ public class SearchIterator implements Iterator<Entry>
public native String getSnippet();
public native int getWordCount();
public native int getFileIndex();
public native int size();
public native int getSize();
public native String getZimId();
public native boolean hasNext();