- Start an intent from android
- scheduleAtFixedRate (Timer)
- onCreateOptionsMenu (Activity)
- addToBackStack (FragmentTransaction)
- BufferedWriter (java.io)
Wraps an existing Writer and buffers the output. Expensive interaction with the
underlying reader is
- Deque (java.util)
A linear collection that supports element insertion and removal at both ends.
The name deque is shor
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- ConcurrentHashMap (java.util.concurrent)
A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This
version is based on or
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base
- LoggerFactory (org.slf4j)
The LoggerFactory is a utility class producing Loggers for various logging APIs,
most notably for lo
- Top PhpStorm plugins