repositories
/
Project_POO.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
exo5: add a SortedMap from the TreeMap.
[Project_POO.git]
/
exo4
/
Compactable.java
1
2
public interface
Compactable
{
3
4
public void
compacter
(
int
nElements
);
5
6
}