Uses of Class
engine.misc.DeallocationHelper.Deallocator
-
Packages that use DeallocationHelper.Deallocator Package Description engine.misc -
-
Uses of DeallocationHelper.Deallocator in engine.misc
Subclasses of DeallocationHelper.Deallocator in engine.misc Modifier and Type Class Description static class
DeallocationHelper.AndroidDeallocator
static class
DeallocationHelper.ApacheHarmonyDeallocator
static class
DeallocationHelper.GnuClasspathDeallocator
static class
DeallocationHelper.OracleSunOpenJdkDeallocator
Methods in engine.misc that return DeallocationHelper.Deallocator Modifier and Type Method Description DeallocationHelper.Deallocator
DeallocationHelper. getDeallocator()
Methods in engine.misc with parameters of type DeallocationHelper.Deallocator Modifier and Type Method Description void
DeallocationHelper. setDeallocator(DeallocationHelper.Deallocator deallocator)
-