24252627282930
/** * Default constructor, that creates a new instance of RangeKImpl and wraps it. */ public RangeKModel() { this(new RangeKImpl()); }
23242526272829
25262728293031
26272829303132