dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Smooth navigation.
Normand Briere
2019-09-17
d248db5fc21c4b0ab24968974e5e590f413ef8fc
[~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);
}