package fr.iutfbleau.sae.mhuffman; import java.util.*; public class CanonicalCode{ private Map codeLenghts; private Map canonicalCodes; public int getCode(){ // à changer selon le contexte ! return 0; } public int getLength(){ // à changer selon le contexte ! encore une fois !! return 0; } }