Class FieldAdapterDetector<T extends CalculusFieldElement<T>>

  • Type Parameters:
    T - type of the field element
    All Implemented Interfaces:
    FieldDetectorModifier<T>, FieldEventDetector<T>

    @Deprecated
    public class FieldAdapterDetector<T extends CalculusFieldElement<T>>
    extends Object
    implements FieldDetectorModifier<T>
    Deprecated.
    since 13.0. Use FieldDetectorModifier instead.
    Base class for adapting an existing detector.

    This class is intended to be a base class for changing behaviour of a wrapped existing detector. This base class delegates all its methods to the wrapped detector. Classes extending it can therefore override only the methods they want to change.

    Since:
    12.0
    Author:
    Luc Maisonobe