Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2026216
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: Java

2011-07-01 10:34:39

  1. Docs
  2. Important Classes
    • Pattern
      Patterns are compiled regular expressions. If you need to do a lot of work with the same regular expression, it may be more efficient to compile it once and reuse it.
    • Matcher
      The result of applying a Pattern to a given input.
    • StringTokenizer
      Break a string into tokens according to delimiters.
    • Scanner
      Parses a text string of primitive types and strings. It supports localized numbers and various radixes.
    • String.matches, String.replaceAll, String.split
      In many cases, convenience methods such as String.matches, String.replaceAll and String.split will be preferable.
    • xxx
  3. xxx
阅读(909) | 评论(0) | 转发(0) |
0

上一篇:[Android] VM: Dalvik

下一篇:一千颗弹珠 (ZT)

给主人留下些什么吧!~~