dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Disable project on ground + adam/eve/tom
Normand Briere
2019-10-01
65bdec7ae2c99ca2102c55f92bd62b48c9f14847
[~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);
}