- Start an intent from android
- addToBackStack (FragmentTransaction)
- requestLocationUpdates (LocationManager)
- getContentResolver (Context)
- OutputStream (java.io)
A writable sink for bytes.Most clients will use output streams that write data
to the file system (
- PriorityQueue (java.util)
A PriorityQueue holds elements on a priority heap, which orders the elements
according to their natu
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- ExecutorService (java.util.concurrent)
An Executor that provides methods to manage termination and methods that can
produce a Future for tr
- JarFile (java.util.jar)
JarFile is used to read jar entries and their associated data from jar files.
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Top Sublime Text plugins