Package net.hydromatic.morel.type
Class RangeExtent.BooleanDiscreteDomain
java.lang.Object
com.google.common.collect.DiscreteDomain<Boolean>
net.hydromatic.morel.type.RangeExtent.BooleanDiscreteDomain
- Enclosing class:
RangeExtent
private static class RangeExtent.BooleanDiscreteDomain
extends com.google.common.collect.DiscreteDomain<Boolean>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.DiscreteDomain
bigIntegers, integers, longs
-
Constructor Details
-
BooleanDiscreteDomain
private BooleanDiscreteDomain()
-
-
Method Details
-
next
- Specified by:
nextin classcom.google.common.collect.DiscreteDomain<Boolean>
-
previous
- Specified by:
previousin classcom.google.common.collect.DiscreteDomain<Boolean>
-
distance
- Specified by:
distancein classcom.google.common.collect.DiscreteDomain<Boolean>
-
minValue
- Overrides:
minValuein classcom.google.common.collect.DiscreteDomain<Boolean>
-
maxValue
- Overrides:
maxValuein classcom.google.common.collect.DiscreteDomain<Boolean>
-