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