Normand Briere
2019-07-28 d7fd07756f4095cb87dc25d89fcffcbda092e2cf
1
2
3
4
5
//package edu.wlu.cs.levy.CG;
 
public interface CheckerInterface<T> {
    public boolean usable(T v);
}