软件包 net.tsz.afinal.core
的使用

使用 net.tsz.afinal.core 的软件包
net.tsz.afinal.core   
net.tsz.afinal.http   
 

net.tsz.afinal.core 使用的 net.tsz.afinal.core 中的类
AbstractCollection
          Class AbstractCollection is an abstract implementation of the Collection interface.
ArrayDeque
          Resizable-array implementation of the Deque interface.
AsyncTask
          拷贝 https://android.googlesource.com/platform/frameworks/base/+/jb-release/ core/java/android/os/AsyncTask.java 修改了线程池属性,让并发线程按顺序执行
AsyncTask.Status
          Indicates the current status of the task.
Deque
          A linear collection that supports element insertion and removal at both ends.
Queue
          A collection designed for holding elements prior to processing.
 

net.tsz.afinal.http 使用的 net.tsz.afinal.core 中的类
AsyncTask
          拷贝 https://android.googlesource.com/platform/frameworks/base/+/jb-release/ core/java/android/os/AsyncTask.java 修改了线程池属性,让并发线程按顺序执行