- Parsing JSON documents to java classes using gson
- getResourceAsStream (ClassLoader)
- compareTo (BigDecimal)
Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects
that are equal in val
- setRequestProperty (URLConnection)
Sets the general request property. If a property with the key already exists,
overwrite its value wi
- Point (java.awt)
A point representing a location in (x, y) coordinate space, specified in integer
precision.
- InetAddress (java.net)
This class represents an Internet Protocol (IP) address. An IP address is either
a 32-bit or 128-bit
- Date (java.util)
A specific moment in time, with millisecond precision. Values typically come
from System#currentTime
- HashSet (java.util)
This class implements the Set interface, backed by a hash table (actually a
HashMap instance). It m
- Handler (java.util.logging)
A Handler object accepts a logging request and exports the desired messages to a
target, for example
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base