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.BuilderBuilder to create a distribution. | 
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o) | 
| Expression[] | expressions()Get the expressions of the distribution. | 
| int | hashCode() | 
| int | number()Get the number of buckets of the distribution. | 
| Strategy | strategy()Get the strategy of the distribution. | 
| java.lang.String | toString() | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitchildren, equalsreferencespublic Strategy strategy()
strategy in interface Distributionpublic int number()
number in interface Distributionpublic Expression[] expressions()
expressions in interface Distributionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object