Package-level declarations
Properties
Functions
Returns a Consumer that will resume this Continuation when the result of an operation is accepted.
Returns a java.util.function.Consumer that will resume this Continuation when the result of an operation is accepted.
Returns a Runnable that will resume this Continuation when an operation completes and the returned Runnable's Runnable.run method is called.
Returns the first component of the pair.
Returns "width", the first component of this Size.
Returns "width", the first component of this SizeF.
Returns "width", the first component of this SizeFCompat.
Returns the second component of the pair.
Returns "height", the second component of this Size.
Returns "height", the second component of this SizeF.
Returns "height", the second component of this SizeFCompat.
Returns true if the collection contains key.
Returns true if the collection contains key.
Returns true if the collection contains value.
Performs the given action for each key/value entry.
Return the value corresponding to key, or defaultValue when not present.
Return the value corresponding to key, or from defaultValue when not present.
Return true when the collection contains no elements.
Return true when the collection contains elements.
Return an iterator over the collection's keys.
Creates an LruCache with the given parameters.
Update this collection by adding or replacing entries from other.
Creates a range from this Comparable value to that.
Gets the entire content of this file as a byte array.
Allows the use of the index operator for storing values in the collection.
Returns this Kotlin Pair
as an Android Pair
.
Returns this Kotlin Pair
as an AndroidX Pair
.
Returns this Range as a ClosedRange.
Returns this Android Pair
as a Kotlin Pair
.
Returns this AndroidX Pair
as a Kotlin Pair
.
Returns this ClosedRange as a Range.
Return an iterator over the collection's values.
Sets the content of this file as an array of bytes.