- Creating JSON documents from java classes using gson
- compareTo (BigDecimal)
- notifyDataSetChanged (ArrayAdapter)
- putExtra (Intent)
- InetAddress (java.net)
An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6
address, and in pra
- Charset (java.nio.charset)
A charset is a named mapping between Unicode characters and byte sequences.
Every Charset can decode
- HashMap (java.util)
HashMap is an implementation of Map. All optional operations are supported.All
elements are permitte
- LinkedList (java.util)
Doubly-linked list implementation of the List and Dequeinterfaces. Implements
all optional list oper
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- HttpServlet (javax.servlet.http)
Provides an abstract class to be subclassed to create an HTTP servlet suitable
for a Web site. A sub
- Best plugins for Eclipse