- Running tasks concurrently on multiple threads
- setContentView (Activity)
- getResourceAsStream (ClassLoader)
- onRequestPermissionsResult (Fragment)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- Vector (java.util)
Vector is an implementation of List, backed by an array and synchronized. All
optional operations in
- Manifest (java.util.jar)
The Manifest class is used to obtain attribute information for a JarFile and its
entries.
- Notification (javax.management)
- BasicDataSource (org.apache.commons.dbcp)
Basic implementation of javax.sql.DataSource that is configured via JavaBeans
properties. This is no
- CodeWhisperer alternatives