public class StatisticsTrackedProperty extends BooleanProperty
Property.Operator
operator, value
Constructor and Description |
---|
StatisticsTrackedProperty(boolean value)
Creates a new
StatisticsTrackedProperty for the provided
value . |
StatisticsTrackedProperty(boolean value,
Property.Operator operator)
|
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public 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