public static class

RecyclerViewExpandableItemManager.SavedState

extends Object
implements Parcelable
java.lang.Object
   ↳ com.h6ah4i.android.widget.advrecyclerview.expandable.RecyclerViewExpandableItemManager.SavedState

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<RecyclerViewExpandableItemManager.SavedState> CREATOR
Public Constructors
SavedState(long[] adapterSavedState)
Public Methods
int describeContents()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<RecyclerViewExpandableItemManager.SavedState> CREATOR

Public Constructors

public SavedState (long[] adapterSavedState)

Public Methods

public int describeContents ()

public void writeToParcel (Parcel dest, int flags)