Package gnu.classpath

Class Summary

Configuration This file defines compile-time constants that can be accessed by java code.
Pair<A,B> A container for a pair of heterogenous objects.
PointerA type used to indicate special data used by native code that should not be marked by the garbage collector.
Pointer32 A type used to indicate special data used by native code that should not be marked by the garbage collector.
Pointer64 A type used to indicate special data used by native code that should not be marked by the garbage collector.
ServiceFactory A factory for plug-ins that conform to a service provider interface.
SystemProperties The class manages the System properties.
VMStackWalker This class provides access to the classes on the Java stack for reflection and security purposes.

Exception Summary

NotImplementedException This class is used as a marker to indicate that a given method is merely a stub, requiring implementation.