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