|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used for classes that can "trim" the data structures alloacted by the class. These classes will trim the data structures to preserve memory and reduce any unneeded memory overhead.
Classes that should probably implement this interface: EdifNet, (anything with a collection or ArrayList).
| Method Summary | |
void |
trimToSize()
This method is used to trim the size of all "trimable" data structures within the Object. |
| Method Detail |
public void trimToSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||