index
:
esieequest
master
[ARCHIVED 2014] Point and click adventure game made with Java and Google Web Toolkit
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
pacien
/
util
/
Mappable.java
blob: 804a275d83f99a47c0c9753f8e84484ce988f10b (
plain
)
1
2
3
4
5
6
7
package net.pacien.util; public interface Mappable<K> { public K getKey(); }