Android SDK v4包util下常用的工具类,你用过吗

android.support.v4.util包下的常用类:

 

1SparseArrayCompat,SparseArray

2Pair

3ArrayMapSimpleArr  ayMap

4MapCollections;类似Java中的Collections集合操作类;

5CircularArray 环形数组 数据结构;

6AtomicFile 原子操作文件;

7CircularIntArray  LongSparseArray

8throw  Exception使用

9Pools实现线程池功能;

你可能感兴趣的:(Android开发)