Uses of Interface
com.github.javaparser.resolution.cache.CacheStats
-
Packages that use CacheStats Package Description com.github.javaparser.resolution.cache -
-
Uses of CacheStats in com.github.javaparser.resolution.cache
Methods in com.github.javaparser.resolution.cache that return CacheStats Modifier and Type Method Description CacheStats
CacheStats. minus(CacheStats other)
Returns a newICacheStats
representing the difference between thisICacheStats
andother
.CacheStats
CacheStats. plus(CacheStats other)
Returns a newICacheStats
representing the sum of thisICacheStats
andother
.CacheStats
Cache. stats()
Returns a current snapshot of this cache's cumulative statistics, or a set of default values if the cache is not recording statistics.Methods in com.github.javaparser.resolution.cache with parameters of type CacheStats Modifier and Type Method Description CacheStats
CacheStats. minus(CacheStats other)
Returns a newICacheStats
representing the difference between thisICacheStats
andother
.CacheStats
CacheStats. plus(CacheStats other)
Returns a newICacheStats
representing the sum of thisICacheStats
andother
.
-