Class RongListWrap

  • All Implemented Interfaces:

    
    public class RongListWrap
    
                        

    Created by zhjchen on 8/2/15.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public static Class mClass
      public final static Creator<RongListWrap> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static RongListWrap obtain(List list, Class cls)
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      List getList()
      void setList(List list)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RongListWrap

        RongListWrap()
      • RongListWrap

        RongListWrap(List list, Class cls)
      • RongListWrap

        RongListWrap(Parcel in)