- Start an intent from android
- setRequestProperty (URLConnection)
- getResourceAsStream (ClassLoader)
Returns a stream for the resource with the specified name. See
#getResource(String) for a descriptio
- runOnUiThread (Activity)
- Pointer (com.sun.jna)
An abstraction for a native pointer data type. A Pointer instance represents, on
the Java side, a na
- Graphics2D (java.awt)
This Graphics2D class extends the Graphics class to provide more sophisticated
control overgraphics
- PriorityQueue (java.util)
An unbounded priority Queue based on a priority heap. The elements of the
priority queue are ordered
- Set (java.util)
A collection that contains no duplicate elements. More formally, sets contain no
pair of elements e1
- SortedSet (java.util)
A Set that further provides a total ordering on its elements. The elements are
ordered using their C
- Executors (java.util.concurrent)
Factory and utility methods for Executor, ExecutorService,
ScheduledExecutorService, ThreadFactory,