🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit 2e5f651afa - Show all commits

View File

@ -128,6 +128,14 @@ public class ResultManager {
return count; return count;
} }
/**
* Checks if the current result exists
* @return <code>true</code> if the current result exists, otherwise <code>false</code>
*/
public boolean exists() {
return getRowCount() != 0;
}
/** /**
* Get a List of all Results * Get a List of all Results
* *