软件包 net.tsz.afinal.core

接口摘要
Deque<E> A linear collection that supports element insertion and removal at both ends.
Queue<E> A collection designed for holding elements prior to processing.
 

类摘要
AbstractCollection<E> Class AbstractCollection is an abstract implementation of the Collection interface.
ArrayDeque<E> Resizable-array implementation of the Deque interface.
Arrays Arrays contains static methods which operate on arrays.
AsyncTask<Params,Progress,Result> 拷贝 https://android.googlesource.com/platform/frameworks/base/+/jb-release/ core/java/android/os/AsyncTask.java 修改了线程池属性,让并发线程按顺序执行
FileNameGenerator  
 

枚举摘要
AsyncTask.Status Indicates the current status of the task.