Interface Selector<C extends RingElem<C>>

  • Type Parameters:
    C - ring element type

    public interface Selector<C extends RingElem<C>>
    Selector interface.
    Author:
    Heinz Kredel
    • Method Detail

      • select

        boolean select​(C c)
        Select.
        Returns:
        true, if the element is selected, otherwise false.