Drive-by type-safety.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1993 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -481,7 +481,7 @@ public class HashIntMap<V> extends AbstractMap<Integer,V>
|
|||||||
* Returns an iteration over the elements (values) of this hash int
|
* Returns an iteration over the elements (values) of this hash int
|
||||||
* map.
|
* map.
|
||||||
*/
|
*/
|
||||||
public Iterator elements ()
|
public Iterator<V> elements ()
|
||||||
{
|
{
|
||||||
return values().iterator();
|
return values().iterator();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user