| snow.utils.storage.StorageVector
StorageVector | public class StorageVector extends ArrayList(Code) | | Use this instead of a vector to create vector representations for storage.
This allow to decouple the compiler warnings for unchecked casts
|
Method Summary | |
public void | terminate() Call to help GC !!
when no mo more needed. |
StorageVector | public StorageVector()(Code) | | |
terminate | public void terminate()(Code) | | Call to help GC !!
when no mo more needed. BECAREFUL, some recreation routines use the passed
references => DO NOT terminate in these cases.
|
|
|