public class StatisticsTrackedProperty extends BooleanProperty
Property.Operatoroperator, value| Constructor and Description |
|---|
StatisticsTrackedProperty(boolean value)
Creates a new
StatisticsTrackedProperty for the provided
value. |
StatisticsTrackedProperty(boolean value,
Property.Operator operator)
|
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic StatisticsTrackedProperty(boolean value)
StatisticsTrackedProperty for the provided
value. Usually applicable to blocks, whether those blocks
are statistically tracked.value - The value whether statistics are trackedpublic StatisticsTrackedProperty(boolean value,
Property.Operator operator)
StatisticsTrackedProperty for the provided
value and Property.Operator.
Usually applicable to blocks, whether those blocks are statistically
tracked.value - The valueoperator - The operator, for comparisons