Package edu.jas.structure
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
-
Method Details
-
select
Select.- Returns:
- true, if the element is selected, otherwise false.
-