Uses of Class
tp0.Entry

Packages that use Entry
tp0   
 

Uses of Entry in tp0
 

Methods in tp0 that return Entry
 Entry Index.get(java.lang.String m)
          Retourne l'entree correspondant au mot dans l'index.
 

Methods in tp0 with parameters of type Entry
 boolean Index.add(Entry e)
          Ajoute une NOUVELLE entree dans l'index.
 int Entry.compareTo(Entry other)
          Fonction de comparaisons.