Android.Util.SparseArray<E> Members

The members of Android.Util.SparseArray<E> are listed below.

See Also: Inherited members from Android.Util.SparseArray

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Methods

Append(int, E)
Documentation for this section has not yet been entered.
Get(int) : E
Gets the Object mapped from the specified key, or null if no such mapping has been made.
Get(int, E) : E
Documentation for this section has not yet been entered.
IndexOfValue(E) : int
Documentation for this section has not yet been entered.
Put(int, E)
Documentation for this section has not yet been entered.
SetValueAt(int, E)
Documentation for this section has not yet been entered.
ValueAt(int) : E
Given an index in the range 0...size()-1, returns the value from the indexth key-value mapping that this SparseArray stores.