Updates to Int/Float/StringDict for reference

This commit is contained in:
REAS
2013-05-26 23:41:55 -07:00
parent b7abfe8447
commit 1600657e02
3 changed files with 23 additions and 23 deletions

View File

@@ -201,7 +201,7 @@ public class IntDict {
/**
* @webref intdict:method
* @brief To come...
* @brief Return the internal array being used to store the keys
*/
public Iterable<Integer> values() {
return new Iterable<Integer>() {