Uses of Record Class
eu.rarogsoftware.rarog.platform.core.common.Range.RangePoint
Packages that use Range.RangePoint
-
Uses of Range.RangePoint in eu.rarogsoftware.rarog.platform.core.common
Methods in eu.rarogsoftware.rarog.platform.core.common that return Range.RangePointModifier and TypeMethodDescription(package private) static <U extends Comparable<U>>
Range.RangePoint<U>Range.RangePoint.exclusive(U point) (package private) static <U extends Comparable<U>>
Range.RangePoint<U>Range.RangePoint.inclusive(U point) Range.start()Returns the value of thestartrecord component.Range.stop()Returns the value of thestoprecord component.Constructors in eu.rarogsoftware.rarog.platform.core.common with parameters of type Range.RangePointModifierConstructorDescriptionRange(Range.RangePoint<T> start, Range.RangePoint<T> stop) Creates an instance of aRangerecord class.