- Creating JSON documents from java classes using gson
- runOnUiThread (Activity)
- getResourceAsStream (ClassLoader)
- getSupportFragmentManager (FragmentActivity)
- ObjectMapper (com.fasterxml.jackson.databind)
ObjectMapper provides functionality for reading and writing JSON, either to and
from basic POJOs (Pl
- RandomAccessFile (java.io)
Allows reading from and writing to a file in a random-access manner. This is
different from the uni-
- Connection (java.sql)
A connection represents a link from a Java application to a database. All SQL
statements and results
- BitSet (java.util)
The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array].
Each element is eit
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Table (org.hibernate.mapping)
A relational table
- Top Vim plugins