repo.or.cz
/
puzzles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Making some changes, I added makeCorrectPuzzle method, which i have to
[puzzles.git]
/
src
/
com
/
github
/
puzzles
/
core
/
Movable.java
blob
75d05b0f635d7bc10f3fa4a79f129e40a0a357af
1
package
com
.
github
.
puzzles
.
core
;
2
3
public interface
Movable
<
T
> {
4
public void
move
(
T fromIndex
,
T toIndex
);
5
}