public interface IStatisticsHandlerKeyed extends IStatisticsHandler
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<String> |
getAllKeys() |
int |
getInvocationCount(String sKey)
Get the invocation count for a single key.
|
getInvocationCount@Nonnull @ReturnsMutableCopy ICommonsSet<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 © 2014–2019 Philip Helger. All rights reserved.