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