Returns the number of slices in this stack.
()
| 338 | |
| 339 | /** Returns the number of slices in this stack. */ |
| 340 | public int size() { |
| 341 | return getSize(); |
| 342 | } |
| 343 | |
| 344 | /** Returns the number of slices in this stack. Subclasses shold override this function. */ |
| 345 | public int getSize() { |
no test coverage detected