clarity
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@664 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user