Skip navigation links
A C D N P R S V W 

A

android.os - package android.os
 
android.util - package android.util
 

C

CONTENTS_FILE_DESCRIPTOR - Static variable in interface android.os.Parcelable
Bit masks for use with Parcelable.describeContents(): each bit represents a kind of object considered to have potential special significance when marshalled.
createFromParcel(Parcel, ClassLoader) - Method in interface android.os.Parcelable.ClassLoaderCreator
Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel() and using the given ClassLoader.
createFromParcel(Parcel) - Method in interface android.os.Parcelable.Creator
Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel().

D

describeContents() - Method in interface android.os.Parcelable
Describe the kinds of special objects contained in this Parcelable's marshalled representation.

N

newArray(int) - Method in interface android.os.Parcelable.Creator
Create a new array of the Parcelable class.

P

Parcel - Class in android.os
 
Parcel() - Constructor for class android.os.Parcel
 
Parcelable - Interface in android.os
Interface for classes whose instances can be written to and restored from a Parcel.
Parcelable.ClassLoaderCreator<T> - Interface in android.os
Specialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in.
Parcelable.Creator<T> - Interface in android.os
Interface that must be implemented and provided as a public CREATOR field that generates instances of your Parcelable class from a Parcel.
PARCELABLE_WRITE_RETURN_VALUE - Static variable in interface android.os.Parcelable
Flag for use with Parcelable.writeToParcel(android.os.Parcel, int): the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)".
put(int, E) - Method in class android.util.SparseArray
 

R

readString() - Method in class android.os.Parcel
 

S

size() - Method in class android.util.SparseArray
 
SparseArray<E> - Class in android.util
用map来实现一个java的非稀疏数组,仅仅是为了兼容,不考虑空间利用率问题
SparseArray() - Constructor for class android.util.SparseArray
 

V

valueAt(int) - Method in class android.util.SparseArray
 

W

writeString(String) - Method in class android.os.Parcel
 
writeToParcel(Parcel, int) - Method in interface android.os.Parcelable
Flatten this object in to a Parcel.
A C D N P R S V W 
Skip navigation links

Copyright © 2016. All rights reserved.