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