dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
New maze
Normand Briere
2019-11-21
ddb10cb84dddfeef1ef9946f2e13cef3c93e6cc4
[~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);
}