Interface Selector<C extends RingElem<C>>

Type Parameters:
C - ring element type
All Known Implementing Classes:
Examples.Odds

public interface Selector<C extends RingElem<C>>
Selector interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    select(C c)
    Select.
  • Method Details

    • select

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