()
| 444 | /// |
| 445 | /// the number of elements in the list |
| 446 | public int size() { |
| 447 | return model.getSize(); |
| 448 | } |
| 449 | |
| 450 | /// Returns the visual selection during a drag operation, otherwise equivalent to model.getSelectedIndex |
| 451 | /// |
no test coverage detected