Package com.sun.xml.fastinfoset.util
Class CharArrayString
- java.lang.Object
-
- com.sun.xml.fastinfoset.util.CharArray
-
- com.sun.xml.fastinfoset.util.CharArrayString
-
- All Implemented Interfaces:
CharSequence
public class CharArrayString extends CharArray
-
-
Constructor Summary
Constructors Constructor Description CharArrayString(String s)CharArrayString(String s, boolean createArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoString()-
Methods inherited from class com.sun.xml.fastinfoset.util.CharArray
charAt, cloneArray, equalsCharArray, equalsCharArray, hashCode, length, set, subSequence
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Field Detail
-
_s
protected String _s
-
-