|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--memoire.Case
classe contenant les informations pour la gestion des espaces libres dans le tas
| Field Summary | |
(package private) int |
adresse
adresse du tas de la premier case de la place libre |
(package private) int |
placeLibre
taille de la place libre |
(package private) memoire.Case |
suivant
Case suivant la case courante |
| Constructor Summary | |
Case(int p,
int a)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int placeLibre
int adresse
memoire.Case suivant
| Constructor Detail |
public Case(int p,
int a)
p - taille de la place librea - adresse dans le tas de la première case de l'espace libre
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||