- Reading from database using SQL prepared statement
- setScale (BigDecimal)
- scheduleAtFixedRate (ScheduledExecutorService)
- getSharedPreferences (Context)
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- MalformedURLException (java.net)
This exception is thrown when a program attempts to create an URL from an
incorrect specification.
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Vector (java.util)
Vector is an implementation of List, backed by an array and synchronized. All
optional operations in
- Options (org.apache.commons.cli)
Main entry-point into the library.
Options represents a collection of Option objects, which describ
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base
- Top Sublime Text plugins