- requestLocationUpdates (LocationManager)
- findViewById (Activity)
- getResourceAsStream (ClassLoader)
Returns a stream for the resource with the specified name. See
#getResource(String) for a descriptio
- VirtualMachine (com.sun.tools.attach)
A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java virtua
- BufferedReader (java.io)
Wraps an existing Reader and buffers the input. Expensive interaction with the
underlying reader is
- Collections (java.util)
Collections contains static methods which operate on Collection classes.
- Hashtable (java.util)
A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on
org.cliffc.high_scale
- List (java.util)
A List is a collection which maintains an ordering for its elements. Every
element in the List has a
- Semaphore (java.util.concurrent)
A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each
#acquire blocks if
- Table (org.hibernate.mapping)
A relational table