Makes the changes indicating that a number of items have been removed @param removed the number of items that were removed
(int removed)
| 90 | * @param removed the number of items that were removed |
| 91 | */ |
| 92 | private void decreaseSize(int removed) |
| 93 | { |
| 94 | end-=removed; |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Marks the increase of size of this list, and reflects the change in the parent |