- Found in:
- JContainers
Description
Documentation Comment
Minimizes the time JC temporarily owns the object, returns the object.
By using this function you help JC to delete unused objects as soon as possible.
Has zero effect if the object is being retained or if another object contains/references it.
Caveats
Parameters
intobject
Examples
Auto-Generated Example
int myInt__object
int returnedValue = JValue.zeroLifetime(myInt__object)