|
|||||||||
Home >> All >> ClassLib >> ibm13_linux >> com >> ibm >> [ jvm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
ClassLib.ibm13_linux.com.ibm.jvm
Class ExtendedSystem

java.lang.ObjectClassLib.ibm13_linux.com.ibm.jvm.ExtendedSystem
- public abstract class ExtendedSystem
- extends java.lang.Object
ExtendedSystem
- Version:
- $Id: ExtendedSystem.java,v 1.8 2003/05/12 10:04:54 joewhaley Exp $
Constructor Summary | |
ExtendedSystem()
|
Method Summary | |
private static boolean |
isJVMUnresettable()
|
private static java.lang.Object |
newArray(java.lang.Class elementType,
int size,
java.lang.Object enclosingObject)
|
private static java.lang.Object |
resizeArray(int newSize,
java.lang.Object array,
int startIndex,
int size)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
ExtendedSystem
public ExtendedSystem()
Method Detail |
isJVMUnresettable
private static boolean isJVMUnresettable()
resizeArray
private static java.lang.Object resizeArray(int newSize, java.lang.Object array, int startIndex, int size)
newArray
private static java.lang.Object newArray(java.lang.Class elementType, int size, java.lang.Object enclosingObject)
|
|||||||||
Home >> All >> ClassLib >> ibm13_linux >> com >> ibm >> [ jvm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |