Class FieldAdapterDetector<T extends CalculusFieldElement<T>>

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

    public class FieldAdapterDetector<T extends CalculusFieldElement<T>>
    extends Object
    implements FieldEventDetector<T>
    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