- Parsing JSON documents to java classes using gson
- scheduleAtFixedRate (ScheduledExecutorService)
- runOnUiThread (Activity)
- setRequestProperty (URLConnection)
- BitSet (java.util)
The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array].
Each element is eit
- Calendar (java.util)
Calendar is an abstract base class for converting between a Date object and a
set of integer fields
- GregorianCalendar (java.util)
GregorianCalendar is a concrete subclass of Calendarand provides the standard
calendar used by most
- Stack (java.util)
Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of
objects. It enables u
- Timer (java.util)
Timers schedule one-shot or recurring TimerTask for execution. Prefer
java.util.concurrent.Scheduled
- HttpServlet (javax.servlet.http)
Provides an abstract class to be subclassed to create an HTTP servlet suitable
for a Web site. A sub
- CodeWhisperer alternatives