Package org.apache.java.lang

Interface Summary
Stoppable This interface is an extension to the Runnable interface that allows jobs to be safely stopped.
 

Class Summary
AdaptiveClassLoader A class loader that loads classes from directories and/or zip-format file such as JAR file.
Bytes Static methods for managing byte arrays (all methods follow Big Endian order where most significant bits are in front).
Lock This is a reader/writer lock object.
Semaphore  
 

Exception Summary
TimeoutException This Exception is thrown when a specified timeout is reached without suceeding in completing the action.