- Creating JSON documents from java classes using gson
- startActivity (Activity)
- getSupportFragmentManager (FragmentActivity)
- getResourceAsStream (ClassLoader)
- ObjectMapper (com.fasterxml.jackson.databind)
ObjectMapper provides functionality for reading and writing JSON, either to and
from basic POJOs (Pl
- BufferedWriter (java.io)
Wraps an existing Writer and buffers the output. Expensive interaction with the
underlying reader is
- SocketTimeoutException (java.net)
This exception is thrown when a timeout expired on a socket read or accept
operation.
- MessageFormat (java.text)
Produces concatenated messages in language-neutral way. New code should probably
use java.util.Forma
- Arrays (java.util)
This class contains various methods for manipulating arrays (such as sorting and
searching). This cl
- BasicDataSource (org.apache.commons.dbcp)
Basic implementation of javax.sql.DataSource that is configured via JavaBeans
properties. This is no
- Top Vim plugins