Android常用类
名称 类名
基本数据类型 String、Integer、Double、BigDecimal
格式化工具 Formatter、DecimalFormat、NumberFormat
样式、匹配器 Pattern、Matcher
日期、日历 Date、SimpleDateFormat、Calendar
向量、队列、链表 Set/HashSet、ArrayList、LinkedList
矢量、栈 Vector、Stack
映射、哈希表 Map/HashMap、Hashtable
迭代器 Iterator
序列化结构 Serializable
文件 File
文件流 FileOutputStream、FileInputStream
缓存流 BufferedOutputStream、BufferedInputStream
任务 Runnable
线程 Thread
定时器 Timer、TimerTask
反射 reflect
xml解析 XmlPullParser、dom、sax、SAXParser
输入输出流 InputStream、OutputStream
http连接 HttpURLConnection、HttpClient
URL编码和解码 URLEncoder、URLDecoder
BASE64编码和解码 BASE64Encoder、BASE64Decoder
加密算法 Cipher、KeyGenerator、SecretKey、MessageDigest
线程池 Executors、ThreadPoolExecutor
定时器线程池 ScheduledExecutorService
异常 Exception
键值对属性 Properties
加锁 ReentrantLock、ReentrantReadWriteLock
字符串建造者 StringBuilder
数组、容器组 Arrays、Collections
数学函数 Math
套接字、网络地址 Socket、SocketServer、InetAddress