dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix file object.
Normand Briere
2019-09-07
3e5c2d344e04e0adb6a210c5c6302bfbfd8af102
[~nbriere/GrafreeD.git]
/
CheckerInterface.java
1
2
3
4
5
//package edu.wlu.cs.levy.CG;
public interface CheckerInterface<T> {
public boolean usable(T v);
}