- Running tasks concurrently on multiple threads
- runOnUiThread (Activity)
- addToBackStack (FragmentTransaction)
- requestLocationUpdates (LocationManager)
- SocketException (java.net)
This SocketException may be thrown during socket creation or setting options,
and is the superclass
- Arrays (java.util)
This class contains various methods for manipulating arrays (such as sorting and
searching). This cl
- Comparator (java.util)
A Comparator is used to compare two objects to determine their ordering with
respect to each other.
- TimeZone (java.util)
TimeZone represents a time zone offset, and also figures out daylight savings.
Typically, you get a
- Callable (java.util.concurrent)
A task that returns a result and may throw an exception. Implementors define a
single method with no
- ConcurrentHashMap (java.util.concurrent)
A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This
version is based on or
- Best IntelliJ plugins