@@ -64,7 +64,7 @@ |
||
| 64 | 64 | /** |
| 65 | 65 | * Tests whether there are elements remaining in the enumeration. |
| 66 | 66 | * |
| 67 | - * @return true if there is at least one more element in the enumeration, that is, if the next call to nextElement will not throw a NoSuchElementException. |
|
| 67 | + * @return boolean if there is at least one more element in the enumeration, that is, if the next call to nextElement will not throw a NoSuchElementException. |
|
| 68 | 68 | * @see \AppserverIo\Collections\Enumeration::hasMoreElements() |
| 69 | 69 | */ |
| 70 | 70 | public function hasMoreElements() |
@@ -235,7 +235,7 @@ |
||
| 235 | 235 | * |
| 236 | 236 | * @param mixed $key Holds the key of the element to remove |
| 237 | 237 | * |
| 238 | - * @return void |
|
| 238 | + * @return AbstractCollection |
|
| 239 | 239 | * @throws \AppserverIo\Collections\InvalidKeyException Is thrown if the passed key is NOT an integer |
| 240 | 240 | * @throws \AppserverIo\Lang\NullPointerException Is thrown if the passed key is NULL |
| 241 | 241 | * @throws \AppserverIo\Collections\IndexOutOfBoundsException |