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