| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-01-02 18:36:56 GMT-0800 |
| Commit | 9893293f1c07c935491ed94284854e209478f3e5 |
| Parent | cc11871 |
| Delta | 4 lines added, 1 line removed, 3-line increase |
| } | ||
| + /** | ||
| + * Removes all the entries from the list. | ||
| + */ | ||
| public void clear() { | ||
| mEntries.clear(); | ||
| /** | ||
| - * Copies the contents of the selected rows into the clipboard. From | ||
| + * Copies the contents of the selected rows into the clipboard; code is from | ||
| * <a href="https://stackoverflow.com/a/48126059/59087">StackOverflow</a>. | ||
| * | ||