Interface NumericClass

All Superinterfaces:
AtomicClass, DataClass, PropertyHandler
All Known Subinterfaces:
DoubleClass, IntegerClass
All Known Implementing Classes:
DoubleClassImpl, IntegerClassImpl, NumericClassImpl

public interface NumericClass extends AtomicClass
The class NumericClass defines a specific numerical object.

The NumericClass is an abstract class that can not be instantiated directly. You must use one of the inherited classes:

All objects of numeric classes are totally ordered.

Author:
Rainer Maximini