org.crosswire.common.activate
Class Kill
java.lang.Object
org.crosswire.common.activate.Kill
public class Kill
- extends Object
Enumeration of how memory is returned.
- Author:
- Joe Walker [joe at eireneh dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Constructor Summary |
Kill()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVERYTHING
public static final Kill EVERYTHING
- Try as hard as possible to conserve memory
LEAST_USED
public static final Kill LEAST_USED
- Reduce memory usage, but only where sensible
ONLY_IF_TIGHT
public static final Kill ONLY_IF_TIGHT
- Reduce memory usage, but only if we really need to
Kill
public Kill()
reduceMemoryUsage
public void reduceMemoryUsage()