- Creating JSON documents from java classes using gson
- scheduleAtFixedRate (ScheduledExecutorService)
- getOriginalFilename (MultipartFile)
Return the original filename in the client's filesystem.This may contain path
information depending
- getExternalFilesDir (Context)
- Table (com.google.common.collect)
A collection that associates an ordered pair of keys, called a row key and a
column key, with a sing
- Pointer (com.sun.jna)
An abstraction for a native pointer data type. A Pointer instance represents, on
the Java side, a na
- FlowLayout (java.awt)
A flow layout arranges components in a left-to-right flow, much like lines of
text in a paragraph. F
- InputStreamReader (java.io)
A class for turning a byte stream into a character stream. Data read from the
source input stream is
- ByteBuffer (java.nio)
A buffer for bytes. A byte buffer can be created in either one of the following
ways:
* #allocate
- Properties (java.util)
A Properties object is a Hashtable where the keys and values must be Strings.
Each property can have
- Top Sublime Text plugins