- compareTo (BigDecimal)
Compares this BigDecimal with val. Returns one of the three values 1, 0, or -1.
The method behaves a
- notifyDataSetChanged (ArrayAdapter)
- Color (java.awt)
The Color class is used to encapsulate colors in the default sRGB color space or
colors in arbitrary
- SocketTimeoutException (java.net)
This exception is thrown when a timeout expired on a socket read or accept
operation.
- MessageFormat (java.text)
Produces concatenated messages in language-neutral way. New code should probably
use java.util.Forma
- Hashtable (java.util)
A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on
org.cliffc.high_scale
- Scanner (java.util)
A parser that parses a text string of primitive types and strings with the help
of regular expressio
- Set (java.util)
A Set is a data structure which does not allow duplicate elements.
- IsNull (org.hamcrest.core)
Is the value null?