Rename getSize => getHitCount
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / ResultSet.java
index fd55c1b..75bdc85 100644 (file)
@@ -55,7 +55,7 @@ public class ResultSet {
       return new Record(record, this);
     }
 
-    public long getSize() {
+    public long getHitCount() {
         return size;
     }