public class MemoryArea extends Object
Modifier and Type | Method and Description |
---|---|
void |
executeInArea(Runnable logic) |
static MemoryArea |
getMemoryArea(Object object) |
Object |
newInstance(Class type) |
public static MemoryArea getMemoryArea(Object object)
public void executeInArea(Runnable logic)
public Object newInstance(Class type) throws InstantiationException, IllegalAccessException
Copyright © 2005–2013 Javolution. All rights reserved.