Class AbstractUncountableValueRange<T>
java.lang.Object
ai.timefold.solver.core.impl.domain.valuerange.AbstractUncountableValueRange<T>
- All Implemented Interfaces:
ValueRange<T>,SortableValueRange<T>
- Direct Known Subclasses:
DoubleValueRange
@Deprecated(forRemoval=true,
since="1.1.0")
public abstract class AbstractUncountableValueRange<T>
extends Object
implements ValueRange<T>, SortableValueRange<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract superclass for
ValueRange that is not a CountableValueRange).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionsort(ValueRangeSorter<T> sorter) Deprecated, for removal: This API element is subject to removal in a future version.The sorting operation copies the current value range and sorts it using the provided sorter.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.api.domain.valuerange.ValueRange
contains, createRandomIterator, isEmpty
-
Constructor Details
-
AbstractUncountableValueRange
public AbstractUncountableValueRange()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
sort
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SortableValueRangeThe sorting operation copies the current value range and sorts it using the provided sorter.- Specified by:
sortin interfaceSortableValueRange<T>- Parameters:
sorter- never null, the value range sorter- Returns:
- A new instance of the value range, with the data sorted.
-
CountableValueRangeinstead, and configure a step.