Normand Briere
2017-10-02 fc0ac44e30a56c87c7cf39fe66f6b3178732f1b6
1
2
3
4
5
//package edu.wlu.cs.levy.CG;
 
public interface CheckerInterface<T> {
    public boolean usable(T v);
}