- Start an intent from android
- getSupportFragmentManager (FragmentActivity)
- compareTo (BigDecimal)
Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects
that are equal in val
- setScale (BigDecimal)
Returns a BigDecimal whose scale is the specified value, and whose value is
numerically equal to thi
- ObjectMapper (com.fasterxml.jackson.databind)
This mapper (or, data binder, or codec) provides functionality for converting
between Java objects (
- Point (java.awt)
A point representing a location in (x, y) coordinate space, specified in integer
precision.
- MessageDigest (java.security)
Uses a one-way hash function to turn an arbitrary number of bytes into a
fixed-length byte sequence.
- Connection (java.sql)
A connection represents a link from a Java application to a database. All SQL
statements and results
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- Set (java.util)
A collection that contains no duplicate elements. More formally, sets contain no
pair of elements e1