- Making http requests using okhttp
- addToBackStack (FragmentTransaction)
- orElseThrow (Optional)
Return the contained value, if present, otherwise throw an exception to be
created by the provided s
- setScale (BigDecimal)
Returns a BigDecimal whose scale is the specified value, and whose value is
numerically equal to thi
- URI (java.net)
Represents a Uniform Resource Identifier (URI) reference. Aside from some minor
deviations noted bel
- ArrayList (java.util)
Resizable-array implementation of the List interface. Implements all optional
list operations, and p
- Collection (java.util)
Collection is the root of the collection hierarchy. It defines operations on
data collections and t
- Properties (java.util)
The Properties class represents a persistent set of properties. The Properties
can be saved to a st
- Scanner (java.util)
A parser that parses a text string of primitive types and strings with the help
of regular expressio
- TreeSet (java.util)
A NavigableSet implementation based on a TreeMap. The elements are ordered using
their Comparable, o