Package-level declarations

Types

Link copied to clipboard
class Container<T>

A container object which may or may not contain a non-null value. If value is present, isEmpty() will return true and get() will return the value.

Link copied to clipboard
interface HealthData

Interface for retrieving measurements.