Added clarifying comments.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4389 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -34,6 +34,8 @@ public interface Map
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all the unique keys in this Map, in Array form.
|
* Return all the unique keys in this Map, in Array form.
|
||||||
|
* The Array is not a 'view': it can be modified without disturbing
|
||||||
|
* the Map from whence it came.
|
||||||
*/
|
*/
|
||||||
function keys () :Array;
|
function keys () :Array;
|
||||||
|
|
||||||
@@ -56,6 +58,8 @@ public interface Map
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all the values in this Map, in Array form.
|
* Return all the values in this Map, in Array form.
|
||||||
|
* The Array is not a 'view': it can be modified without disturbing
|
||||||
|
* the Map from whence it came.
|
||||||
*/
|
*/
|
||||||
function values () :Array;
|
function values () :Array;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user