- Start an intent from android
- getSystemService (Context)
- getResourceAsStream (ClassLoader)
- requestLocationUpdates (LocationManager)
- Font (java.awt)
The Font class represents fonts, which are used to render text in a visible way.
A font provides the
- Proxy (java.net)
This class represents proxy server settings. A created instance of Proxy stores
a type and an addres
- BitSet (java.util)
The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array].
Each element is eit
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Stack (java.util)
Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of
objects. It enables u
- AtomicInteger (java.util.concurrent.atomic)
An int value that may be updated atomically. See the java.util.concurrent.atomic
package specificati
- Top PhpStorm plugins