android.util
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Printer |
Simple interface for printing text, allowing redirection to various
targets. |
Classes
ArrayMap<K, V> |
ArrayMap is a generic key->value mapping data structure that is
designed to be more memory efficient than a traditional HashMap . |
Base64 |
Utilities for encoding and decoding the Base64 representation of
binary data. |
Base64InputStream |
An InputStream that does Base64 decoding on the data read through
it. |
Base64OutputStream |
An OutputStream that does Base64 encoding on the data written to
it, writing the resulting data to another OutputStream. |
Log |
API for sending log output. |
LruCache<K, V> |
A cache that holds strong references to a limited number of values. |
Pair<F, S> |
Container to ease passing around a tuple of two objects. |
SparseArray<E> |
SparseArrays map integers to Objects. |
SparseBooleanArray |
SparseBooleanArrays map integers to booleans. |
SparseIntArray |
SparseIntArrays map integers to integers. |
SparseLongArray |
SparseLongArrays map integers to longs. |
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],[]]