- Creating JSON documents from java classes using gson
- scheduleAtFixedRate (Timer)
- addToBackStack (FragmentTransaction)
- getResourceAsStream (ClassLoader)
- FileOutputStream (java.io)
An output stream that writes bytes to a file. If the output file exists, it can
be replaced or appen
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Properties (java.util)
A Properties object is a Hashtable where the keys and values must be Strings.
Each property can have
- TreeMap (java.util)
Walk the nodes of the tree left-to-right or right-to-left. Note that in
descending iterations, next
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Modifier (javassist)
The Modifier class provides static methods and constants to decode class and
member access modifiers
- Best IntelliJ plugins