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 |
---|---|
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, wait
children, equals
references
public Strategy strategy()
strategy
in interface Distribution
public int number()
number
in interface Distribution
public Expression[] expressions()
expressions
in interface Distribution
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object