Package-level declarations

Types

Link copied to clipboard
open class AtomicFile
open class AtomicFile
Static library support version of the framework's android.util.AtomicFile, a helper class for performing atomic operations on a file by writing to a new file and renaming it into the place of the original file after the write has successfully completed.
Link copied to clipboard
fun interface Consumer<T>

Compat version of java.util.function.Consumer

Link copied to clipboard
Helper for accessing features in android.util.DebugUtils.
Link copied to clipboard
fun interface Function<T, R>

Compat version of java.util.function.Function

Link copied to clipboard
Link copied to clipboard
open class ObjectsCompat
open class ObjectsCompat
This class consists of static utility methods for operating on objects.
Link copied to clipboard
open class Pair<F, S>
open class Pair<F, S>
Container to ease passing around a tuple of two objects.
Link copied to clipboard
Commonly used regular expression patterns.
Link copied to clipboard
class Pools

Helper class for creating pools of objects. An example use looks like this:

Link copied to clipboard
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
Link copied to clipboard
interface Predicate<T>
interface Predicate<T>
Link copied to clipboard
Immutable class for describing width and height dimensions in some arbitrary unit.
Link copied to clipboard
fun interface Supplier<T>

Compat version of java.util.function.Supplier

Link copied to clipboard
Helper for accessing features in android.util.TimeUtils.
Link copied to clipboard
open class TypedValueCompat
open class TypedValueCompat
Container for a dynamically typed data value.