Index

A C D E F G H I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addPropertyChangeListener(String, PropertyChangeListener) - Method in class sun.awt.AppContext
 
ADDRESS_SIZE - Static variable in class sun.misc.Unsafe
 
addressSize() - Method in class sun.misc.Unsafe
 
allocateInstance(Class<?>) - Method in class sun.misc.Unsafe
 
allocateMemory(long) - Method in class sun.misc.Unsafe
 
AppContext - Class in sun.awt
 
AppContext() - Constructor for class sun.awt.AppContext
 
ARRAY_BOOLEAN_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_BOOLEAN_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_BYTE_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_BYTE_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_CHAR_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_CHAR_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_DOUBLE_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_DOUBLE_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_FLOAT_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_FLOAT_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_INT_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_INT_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_LONG_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_LONG_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_OBJECT_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_OBJECT_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
ARRAY_SHORT_BASE_OFFSET - Static variable in class sun.misc.Unsafe
 
ARRAY_SHORT_INDEX_SCALE - Static variable in class sun.misc.Unsafe
 
arrayBaseOffset(Class<?>) - Method in class sun.misc.Unsafe
 
arrayIndexScale(Class<?>) - Method in class sun.misc.Unsafe
 

C

compareAndSwapInt(Object, long, int, int) - Method in class sun.misc.Unsafe
 
compareAndSwapLong(Object, long, long, long) - Method in class sun.misc.Unsafe
 
compareAndSwapObject(Object, long, Object, Object) - Method in class sun.misc.Unsafe
 
ConstructorAccessor - Interface in sun.reflect
 
copyConstructor(Constructor<T>) - Method in class sun.reflect.ReflectionFactory
 
copyField(Field) - Method in class sun.reflect.ReflectionFactory
 
copyMemory(long, long, long) - Method in class sun.misc.Unsafe
 
copyMemory(Object, long, Object, long, long) - Method in class sun.misc.Unsafe
 
copyMethod(Method) - Method in class sun.reflect.ReflectionFactory
 

D

defineAnonymousClass(Class<?>, byte[], Object[]) - Method in class sun.misc.Unsafe
 
defineClass(String, byte[], int, int, ClassLoader, ProtectionDomain) - Method in class sun.misc.Unsafe
Deprecated.
dispose() - Method in class sun.awt.AppContext
 
DISPOSED_PROPERTY_NAME - Static variable in class sun.awt.AppContext
 

E

ensureClassInitialized(Class<?>) - Method in class sun.misc.Unsafe
 
equals(Object) - Method in class sun.misc.Signal
 
EVENT_QUEUE_COND_KEY - Static variable in class sun.awt.AppContext
 
EVENT_QUEUE_KEY - Static variable in class sun.awt.AppContext
 
EVENT_QUEUE_LOCK_KEY - Static variable in class sun.awt.AppContext
 

F

FieldAccessor - Interface in sun.reflect
 
freeMemory(long) - Method in class sun.misc.Unsafe
 
fullFence() - Method in class sun.misc.Unsafe
 

G

get(Object) - Method in class sun.awt.AppContext
 
get(Object) - Method in interface sun.reflect.FieldAccessor
 
getAddress(long) - Method in class sun.misc.Unsafe
 
getAndAddInt(Object, long, int) - Method in class sun.misc.Unsafe
 
getAndAddLong(Object, long, long) - Method in class sun.misc.Unsafe
 
getAndSetInt(Object, long, int) - Method in class sun.misc.Unsafe
 
getAndSetLong(Object, long, long) - Method in class sun.misc.Unsafe
 
getAndSetObject(Object, long, Object) - Method in class sun.misc.Unsafe
 
getAppContext() - Static method in class sun.awt.AppContext
 
getAppContexts() - Static method in class sun.awt.AppContext
Returns a set containing all AppContexts.
getBoolean(Object) - Method in interface sun.reflect.FieldAccessor
 
getBoolean(Object, long) - Method in class sun.misc.Unsafe
 
getBooleanVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getByte(long) - Method in class sun.misc.Unsafe
 
getByte(Object) - Method in interface sun.reflect.FieldAccessor
 
getByte(Object, long) - Method in class sun.misc.Unsafe
 
getByteVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getCallerClass() - Static method in class sun.reflect.Reflection
 
getCallerClass(int) - Static method in class sun.reflect.Reflection
Deprecated.
getChar(long) - Method in class sun.misc.Unsafe
 
getChar(Object) - Method in interface sun.reflect.FieldAccessor
 
getChar(Object, long) - Method in class sun.misc.Unsafe
 
getCharVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getConstructorAccessor(Constructor<?>) - Method in class sun.reflect.ReflectionFactory
 
getContextClassLoader() - Method in class sun.awt.AppContext
 
getDouble(long) - Method in class sun.misc.Unsafe
 
getDouble(Object) - Method in interface sun.reflect.FieldAccessor
 
getDouble(Object, long) - Method in class sun.misc.Unsafe
 
getDoubleVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getExecutableTypeAnnotationBytes(Executable) - Method in class sun.reflect.ReflectionFactory
 
getFloat(long) - Method in class sun.misc.Unsafe
 
getFloat(Object) - Method in interface sun.reflect.FieldAccessor
 
getFloat(Object, long) - Method in class sun.misc.Unsafe
 
getFloatVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getInt(long) - Method in class sun.misc.Unsafe
 
getInt(Object) - Method in interface sun.reflect.FieldAccessor
 
getInt(Object, long) - Method in class sun.misc.Unsafe
 
getIntVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getLoadAverage(double[], int) - Method in class sun.misc.Unsafe
 
getLong(long) - Method in class sun.misc.Unsafe
 
getLong(Object) - Method in interface sun.reflect.FieldAccessor
 
getLong(Object, long) - Method in class sun.misc.Unsafe
 
getLongVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getMethodAccessor(Method) - Method in class sun.reflect.ReflectionFactory
 
getName() - Method in class sun.misc.Signal
 
getNumber() - Method in class sun.misc.Signal
 
getObject(Object, long) - Method in class sun.misc.Unsafe
 
getObjectVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getPropertyChangeListeners() - Method in class sun.awt.AppContext
 
getPropertyChangeListeners(String) - Method in class sun.awt.AppContext
 
getReflectionFactory() - Static method in class sun.reflect.ReflectionFactory
 
GetReflectionFactoryAction() - Constructor for class sun.reflect.ReflectionFactory.GetReflectionFactoryAction
 
getShort(long) - Method in class sun.misc.Unsafe
 
getShort(Object) - Method in interface sun.reflect.FieldAccessor
 
getShort(Object, long) - Method in class sun.misc.Unsafe
 
getShortVolatile(Object, long) - Method in class sun.misc.Unsafe
 
getSoftReferenceValue(Object, Supplier<T>) - Static method in class sun.awt.AppContext
 
getThreadGroup() - Method in class sun.awt.AppContext
 
getUnsafe() - Static method in class sun.misc.Unsafe
 
GUI_DISPOSED - Static variable in class sun.awt.AppContext
 

H

handle(Signal) - Method in interface sun.misc.SignalHandler
 
handle(Signal, SignalHandler) - Static method in class sun.misc.Signal
 
hashCode() - Method in class sun.misc.Signal
 
hasStaticInitializerForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 

I

INVALID_FIELD_OFFSET - Static variable in class sun.misc.Unsafe
 
invoke(Object, Object[]) - Method in interface sun.reflect.MethodAccessor
 
invokeCleaner(ByteBuffer) - Method in class sun.misc.Unsafe
 
isCallerSensitive(Method) - Static method in class sun.reflect.Reflection
 
isDisposed() - Method in class sun.awt.AppContext
 
isMainContext(AppContext) - Static method in class sun.awt.AppContext
 

L

loadFence() - Method in class sun.misc.Unsafe
 

M

MethodAccessor - Interface in sun.reflect
 

N

newConstructor(Class<?>, Class<?>[], Class<?>[], int, int, String, byte[], byte[]) - Method in class sun.reflect.ReflectionFactory
 
newConstructorAccessor(Constructor<?>) - Method in class sun.reflect.ReflectionFactory
 
newConstructorForExternalization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
newConstructorForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
newConstructorForSerialization(Class<?>, Constructor<?>) - Method in class sun.reflect.ReflectionFactory
 
newField(Class<?>, String, Class<?>, int, int, String, byte[]) - Method in class sun.reflect.ReflectionFactory
 
newFieldAccessor(Field, boolean) - Method in class sun.reflect.ReflectionFactory
 
newInstance(Object[]) - Method in interface sun.reflect.ConstructorAccessor
 
newMethod(Class<?>, String, Class<?>[], Class<?>, Class<?>[], int, int, String, byte[], byte[], byte[]) - Method in class sun.reflect.ReflectionFactory
 
newMethodAccessor(Method) - Method in class sun.reflect.ReflectionFactory
 
newOptionalDataExceptionForSerialization(boolean) - Method in class sun.reflect.ReflectionFactory
 

O

objectFieldOffset(Field) - Method in class sun.misc.Unsafe
 

P

pageSize() - Method in class sun.misc.Unsafe
 
park(boolean, long) - Method in class sun.misc.Unsafe
 
put(Object, Object) - Method in class sun.awt.AppContext
 
putAddress(long, long) - Method in class sun.misc.Unsafe
 
putBoolean(Object, long, boolean) - Method in class sun.misc.Unsafe
 
putBooleanVolatile(Object, long, boolean) - Method in class sun.misc.Unsafe
 
putByte(long, byte) - Method in class sun.misc.Unsafe
 
putByte(Object, long, byte) - Method in class sun.misc.Unsafe
 
putByteVolatile(Object, long, byte) - Method in class sun.misc.Unsafe
 
putChar(long, char) - Method in class sun.misc.Unsafe
 
putChar(Object, long, char) - Method in class sun.misc.Unsafe
 
putCharVolatile(Object, long, char) - Method in class sun.misc.Unsafe
 
putDouble(long, double) - Method in class sun.misc.Unsafe
 
putDouble(Object, long, double) - Method in class sun.misc.Unsafe
 
putDoubleVolatile(Object, long, double) - Method in class sun.misc.Unsafe
 
putFloat(long, float) - Method in class sun.misc.Unsafe
 
putFloat(Object, long, float) - Method in class sun.misc.Unsafe
 
putFloatVolatile(Object, long, float) - Method in class sun.misc.Unsafe
 
putInt(long, int) - Method in class sun.misc.Unsafe
 
putInt(Object, long, int) - Method in class sun.misc.Unsafe
 
putIntVolatile(Object, long, int) - Method in class sun.misc.Unsafe
 
putLong(long, long) - Method in class sun.misc.Unsafe
 
putLong(Object, long, long) - Method in class sun.misc.Unsafe
 
putLongVolatile(Object, long, long) - Method in class sun.misc.Unsafe
 
putObject(Object, long, Object) - Method in class sun.misc.Unsafe
 
putObjectVolatile(Object, long, Object) - Method in class sun.misc.Unsafe
 
putOrderedInt(Object, long, int) - Method in class sun.misc.Unsafe
 
putOrderedLong(Object, long, long) - Method in class sun.misc.Unsafe
 
putOrderedObject(Object, long, Object) - Method in class sun.misc.Unsafe
 
putShort(long, short) - Method in class sun.misc.Unsafe
 
putShort(Object, long, short) - Method in class sun.misc.Unsafe
 
putShortVolatile(Object, long, short) - Method in class sun.misc.Unsafe
 

R

raise(Signal) - Static method in class sun.misc.Signal
 
readObjectForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
readObjectNoDataForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
readResolveForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
reallocateMemory(long, long) - Method in class sun.misc.Unsafe
 
Reflection - Class in sun.reflect
 
Reflection() - Constructor for class sun.reflect.Reflection
 
ReflectionFactory - Class in sun.reflect
 
ReflectionFactory.GetReflectionFactoryAction - Class in sun.reflect
 
remove(Object) - Method in class sun.awt.AppContext
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class sun.awt.AppContext
 
run() - Method in class sun.reflect.ReflectionFactory.GetReflectionFactoryAction
 

S

set(Object, Object) - Method in interface sun.reflect.FieldAccessor
 
setBoolean(Object, boolean) - Method in interface sun.reflect.FieldAccessor
 
setByte(Object, byte) - Method in interface sun.reflect.FieldAccessor
 
setChar(Object, char) - Method in interface sun.reflect.FieldAccessor
 
setConstructorAccessor(Constructor<?>, ConstructorAccessor) - Method in class sun.reflect.ReflectionFactory
 
setDouble(Object, double) - Method in interface sun.reflect.FieldAccessor
 
setFloat(Object, float) - Method in interface sun.reflect.FieldAccessor
 
setInt(Object, int) - Method in interface sun.reflect.FieldAccessor
 
setLong(Object, long) - Method in interface sun.reflect.FieldAccessor
 
setMemory(long, long, byte) - Method in class sun.misc.Unsafe
 
setMemory(Object, long, long, byte) - Method in class sun.misc.Unsafe
 
setMethodAccessor(Method, MethodAccessor) - Method in class sun.reflect.ReflectionFactory
 
setShort(Object, short) - Method in interface sun.reflect.FieldAccessor
 
shouldBeInitialized(Class<?>) - Method in class sun.misc.Unsafe
 
SIG_DFL - Static variable in interface sun.misc.SignalHandler
 
SIG_IGN - Static variable in interface sun.misc.SignalHandler
 
Signal - Class in sun.misc
 
Signal(String) - Constructor for class sun.misc.Signal
 
SignalHandler - Interface in sun.misc
 
staticFieldBase(Field) - Method in class sun.misc.Unsafe
 
staticFieldOffset(Field) - Method in class sun.misc.Unsafe
 
storeFence() - Method in class sun.misc.Unsafe
 
sun.awt - package sun.awt
 
sun.misc - package sun.misc
 
sun.reflect - package sun.reflect
 

T

throwException(Throwable) - Method in class sun.misc.Unsafe
 
toString() - Method in class sun.misc.Signal
 

U

unpark(Object) - Method in class sun.misc.Unsafe
 
Unsafe - Class in sun.misc
 

W

writeObjectForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
writeReplaceForSerialization(Class<?>) - Method in class sun.reflect.ReflectionFactory
 
A C D E F G H I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values