Added getRecordedCount().

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@425 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-09-11 01:50:24 +00:00
parent c08cad2642
commit 27c8eac61c
@@ -141,6 +141,14 @@ public class Percentiler
} }
} }
/**
* Returns the total number of values ever recorded to this percentiler.
*/
public long getRecordedCount ()
{
return _total;
}
/** /**
* Returns true if thsi percentiler has been modified since it was created or since the last * Returns true if thsi percentiler has been modified since it was created or since the last
* call to {@link #clearModified}. * call to {@link #clearModified}.