|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlejos.realtime.MemoryArea
public abstract class MemoryArea
Method Summary | |
---|---|
abstract void |
enter()
|
static MemoryArea |
ExcecuteInArea(Object obj)
|
abstract long |
memoryConsumed()
|
abstract long |
memoryRemaining()
|
abstract Object |
newArray(Class type,
int number)
|
abstract Object |
newInstance(Class type)
|
abstract long |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract void enter()
public static MemoryArea ExcecuteInArea(Object obj)
public abstract long memoryConsumed()
public abstract long memoryRemaining()
public abstract long size()
public abstract Object newArray(Class type, int number)
public abstract Object newInstance(Class type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |