String(byte[], int, int, java.lang.String), String(byte[], int, int, java.nio.charset.Charset), String(byte[], int, int), String(byte[], java.lang.String), String(byte[], java.nio.charset.Charset), String(byte[]
例如, javac编译器可实现运营商StringBuffer, StringBuilder ,或java.lang.invoke.StringConcatFactory取决于JDK版本。 字符串转换的实现通常是通过方法toString ,由Object定义并由Java中的所有类继承。 从以下版本开始: 1.0 另请参见: Object.toString(), StringBuffer, StringBuilder, Charset, Serialized Form ...
Java documentation for java.lang.String.contentEquals(java.lang.CharSequence). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. Applies to .NET for Androi...
text/java this.codePointAt(k) == ch </blockquote> is true. In either case, if no such character occurs in this string, then-1is returned. Java documentation forjava.lang.String.indexOf(int). Portions of this page are modifications based on work created and shared by theAndroid Open ...
In versions of the data types compatible with Hive, the REGEXP_EXTRACT function follows the Java regex specification. However, in data type versions 1.0 and 2.0, it follows the MaxCompute specification. Description Splits the source string into groups based on a given pattern and returns the str...
voidtrimToSize() Attempts to reduce storage used for the character sequence. Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait Methods inherited from interface java.lang.CharSequence chars, codePointsConstructor...
Java documentation for java.text.AttributedString.AttributedString(java.lang.String). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. Applies to .NET Andr...
The following are the previews and incubators in Java 21. To use these JEPs, you’ll need to use the appropriate flags; refer to each JEP’s documentation for details. JEP 430:String templates (preview).This JEP simplifies the writing of Java programs by making it easy to express strings ...
Java documentation for java.text.StringCharacterIterator.StringCharacterIterator(java.lang.String, int). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. Appli...
public java.lang.String toString()Overrides: toString in class SeGeometrydimensionpublic int dimension()Returns the dimension of a geometry object. Specified by: dimension in interface Geometry Overrides: dimension in class SeGeometryCollection