Class DefaultRange<T>
java.lang.Object
net.hl.lang.defaults.AbstractRange<T>
net.hl.lang.defaults.DefaultRange<T>
- All Implemented Interfaces:
Range<T>
-
Field Summary
Fields inherited from class AbstractRange
endExclusive, startExclusive -
Constructor Summary
ConstructorsConstructorDescriptionDefaultRange(T lower, T upper, boolean lowerExclusive, boolean upperExclusive) -
Method Summary
Methods inherited from class AbstractRange
equals, hashCode, isEndExclusive, isEndInclusive, isStartExclusive, isStartInclusive, toString
-
Constructor Details
-
DefaultRange
-
-
Method Details
-
start
-
end
-