Package edu.jas.ps

Class Examples.Odds<C extends RingElem<C>>

java.lang.Object
edu.jas.ps.Examples.Odds<C>
All Implemented Interfaces:
Selector<C>
Enclosing class:
Examples

static class Examples.Odds<C extends RingElem<C>> extends Object implements Selector<C>
  • Field Details

  • Constructor Details

  • Method Details

    • select

      public boolean select(C c)
      Description copied from interface: Selector
      Select.
      Specified by:
      select in interface Selector<C extends RingElem<C>>
      Returns:
      true, if the element is selected, otherwise false.