public interface IStatisticsHandlerKeyed extends IStatisticsHandler
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllKeys() |
int |
getInvocationCount(String sKey)
Get the invocation count for a single key.
|
getAsString, getInvocationCount@Nonnull Set<String> getAllKeys()
null.@CheckForSigned int getInvocationCount(@Nullable String sKey)
sKey - The key to be queried. May be null.CGlobal.ILLEGAL_UINT if no such key
existsCopyright © 2006–2014 phloc systems. All rights reserved.