- getResourceAsStream (ClassLoader)
Returns a stream for the resource with the specified name. See
#getResource(String) for a descriptio
- addToBackStack (FragmentTransaction)
- setScale (BigDecimal)
Returns a new BigDecimal instance with the specified scale. If the new scale is
greater than the old
- InputStream (java.io)
A readable source of bytes.Most clients will use input streams that read data
from the file system (
- PrintStream (java.io)
Wraps an existing OutputStream and provides convenience methods for writing
common data types in a h
- URI (java.net)
Represents a Uniform Resource Identifier (URI) reference. Aside from some minor
deviations noted bel
- NoSuchElementException (java.util)
Thrown when trying to retrieve an element past the end of an Enumeration or
Iterator.
- SortedMap (java.util)
A Map that further provides a total ordering on its keys. The map is ordered
according to the Compar
- ThreadPoolExecutor (java.util.concurrent)
An ExecutorService that executes each submitted task using one of possibly
several pooled threads, n
- TimeUnit (java.util.concurrent)
A TimeUnit represents time durations at a given unit of granularity and provides
utility methods to