Uses of Class
org.openqa.selenium.devtools.browser.model.Bucket
-
Packages that use Bucket Package Description org.openqa.selenium.devtools.browser.model -
-
Uses of Bucket in org.openqa.selenium.devtools.browser.model
Methods in org.openqa.selenium.devtools.browser.model that return types with arguments of type Bucket Modifier and Type Method Description java.util.List<Bucket>
Histogram. getBuckets()
Buckets.Constructor parameters in org.openqa.selenium.devtools.browser.model with type arguments of type Bucket Constructor Description Histogram(java.lang.String name, java.lang.Integer sum, java.lang.Integer count, java.util.List<Bucket> buckets)
-