资 源 简 介
Introduction
What is this?
Chars is a combination of standard features and advanced features for a one-stop-shop full-featured char array tool.
Isn"t that already a part of Java?
Of course, we can use standard Java classes to work with char arrays, such as:
* String
* StringBuffer
* StringBuilder
* CharBuffer
However, these, unfortunately, do not implement a consistent set of features representing a char array.
Chars provides:
* Combined features from above listed classes
* Consistent method signatures for features
* Interface - allowing varied implementation
* Static factory
* Accompanying utility classes CharsTool and Do
String can?
One annoyance is String, the immutable one, has many features I desire for my mutable char arrays. Countless times I have wanted to