Uses of Interface
com.google.errorprone.StatisticsCollector
Package | Description |
---|---|
com.google.errorprone |
-
Uses of StatisticsCollector in com.google.errorprone
Methods in com.google.errorprone that return StatisticsCollector Modifier and Type Method Description static StatisticsCollector
StatisticsCollector. createCollector()
Returns a new statistics collector that will successfully count keys added to it.static StatisticsCollector
StatisticsCollector. createNoOpCollector()
Returns a statistics collector that will ignore any statistics added to it, always returning an empty result forcounters()
.