All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jidesoft.range.AbstractNumericRange Maven / Gradle / Ivy

There is a newer version: 3.6.18
Show newest version
/*
 * @(#)AbstractNumericRange.java
 * 
 * 2002 - 2012 JIDE Software Incorporated. All rights reserved.
 * Copyright (c) 2005 - 2012 Catalysoft Limited. All rights reserved.
 */

package com.jidesoft.range;

/**
 * An abstract class as the superclass of numeric ranges
 *
 * @author Simon White ([email protected])
 */
public abstract class AbstractNumericRange extends AbstractRange {

    public AbstractNumericRange() {
        super();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy