Package icyllis.modernui.util


package icyllis.modernui.util
  • Class
    Description
     
    ArrayMap is a generic key->value mapping data structure that is designed to be more memory efficient than a HashMap.
    Reserved for future use.
    Exception thrown when a Parcelable is malformed or otherwise invalid.
    Lets you map View state sets to colors.
    A DataSet encapsulates mappings from string keys to primitive values (includes String and UUID values).
    A specialization of Observable for DataSetObserver that provides methods for sending notifications to a list of DataSetObserver objects.
    Receives callbacks when a data set has been changed, or made invalid.
    A structure describing general information about a display, such as its size, density, and font scaling.
    An implementation of Property to be used specifically with fields of type float.
    A helper class that aims to provide comparable growth performance to ArrayList, but on primitive arrays.
    The Half class is a wrapper and a utility class to manipulate half-precision 16-bit IEEE 754 floating point data types (also called fp16 or binary16).
    An implementation of Property to be used specifically with fields of type int.
     
    A class for defining layout directions.
    Framework wrapper over SLF4J API for sending log output.
    SparseArray mapping longs to Objects.
     
    Provides methods for registering or unregistering arbitrary observers in an ArrayList.
    A Parcel is a message container for a sequence of bytes, that performs non-blocking binary I/O on various data objects.
    Parcelable is a serialization method alternative to standard Java serialization.
    Specialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in.
    Interface that must be implemented and provided as a public CREATOR field that creates instances of your Parcelable class from a Parcel.
     
    PMX (Polygon Model Extended) 2.1, PMX Model, PMX Parser
     
    Helper class for creating pools of objects.
    Interface for managing a pool of objects.
    Simple (non-synchronized) pool of objects.
    Synchronized pool of objects.
    A property is an abstraction that can be used to represent a mutable value that is held in a host object.
    SparseArray maps integers to Objects and, unlike a normal array of Objects, its indices can contain gaps.
    SparseBooleanArrays map integers to booleans.
    State sets are arrays of positive ints where each element represents the state of a View (e.g.
    Special class that represents a region of a String, used for fast HashMap lookup and memory comparison.