- Creating JSON documents from java classes using gson
- compareTo (BigDecimal)
- getSharedPreferences (Context)
- putExtra (Intent)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- ServerSocket (java.net)
This class represents a server-side socket that waits for incoming client
connections. A ServerSocke
- MessageFormat (java.text)
Produces concatenated messages in language-neutral way. New code should probably
use java.util.Forma
- SortedSet (java.util)
SortedSet is a Set which iterates over its elements in a sorted order. The order
is determined eithe
- Timer (java.util)
Timers schedule one-shot or recurring TimerTask for execution. Prefer
java.util.concurrent.Scheduled
- Manifest (java.util.jar)
The Manifest class is used to obtain attribute information for a JarFile and its
entries.
- CodeWhisperer alternatives