public static final class Distributions.DistributionImpl extends java.lang.Object implements Distribution
Distributions.DistributionImpl.Builder| Modifier and Type | Class and Description |
|---|---|
static class |
Distributions.DistributionImpl.Builder
Builder to create a distribution.
|
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description |
|---|---|
Expression[] |
expressions()
Get the expressions of the distribution.
|
int |
number()
Get the number of buckets of the distribution.
|
Strategy |
strategy()
Get the strategy of the distribution.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildren, equalsreferencespublic Strategy strategy()
strategy in interface Distributionpublic int number()
number in interface Distributionpublic Expression[] expressions()
expressions in interface Distribution