Package 

Class ThresholdDistances

  • All Implemented Interfaces:

    
    public final class ThresholdDistances
    
                        

    Data model representing threshold distances.

    Instances are typically immutable after construction. Use builders or factory methods where provided.

    • Constructor Detail

      • ThresholdDistances

        ThresholdDistances(Integer previousThresholdDistance, Integer nextThresholdDistance, Integer previousLookAheadDistance, Integer nextLookAheadDistance)