git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@664 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Tom Conkling
2008-07-17 23:23:21 +00:00
parent 728f0a6519
commit 701eea2ad2
@@ -49,7 +49,8 @@ public class IntSetStat extends Stat
/**
* Adds the specified int to this set.
*
* @return true if the int was newly added, false if it was already contained in the set.
* @return true if the int was newly added, false if it was already contained in the set, or
* if the set is full.
*/
public boolean add (int key)
{