- Creating JSON documents from java classes using gson
- onCreateOptionsMenu (Activity)
- requestLocationUpdates (LocationManager)
- getSupportFragmentManager (FragmentActivity)
- VirtualMachine (com.sun.tools.attach)
A Java virtual machine.
A VirtualMachine represents a Java virtual machine to which this Java vir
- FileInputStream (java.io)
An input stream that reads bytes from a file.
File file = ...finally
if (in != null)
in.clos
- ServerSocket (java.net)
This class represents a server-side socket that waits for incoming client
connections. A ServerSocke
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- LinkedList (java.util)
Doubly-linked list implementation of the List and Dequeinterfaces. Implements
all optional list oper
- TreeSet (java.util)
TreeSet is an implementation of SortedSet. All optional operations (adding and
removing) are support
- CodeWhisperer alternatives