Added getTableCount().
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@831 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -88,6 +88,14 @@ public class TableManager
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the number of tables being managed currently.
|
||||
*/
|
||||
public int getTableCount ()
|
||||
{
|
||||
return _tables.size();
|
||||
}
|
||||
|
||||
/**
|
||||
* This must be called when the table manager is no longer needed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user