xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态 Public 成员函数 |
成员变量 |
静态 Public 属性 |
被这些函数引用 FileInputStream.FileInputStream(), FileOutputStream.FileOutputStream() , 以及 OSProcess.getProcessListUnix().
byte | ( | int | ) | throws IndexOutOfBoundsException |
char charAt | ( | int | ) | throws IllegalArgumentException |
String charset | ( | ) | throws IllegalArgumentException |
int compare | ( | String | ) |
int countChar | ( | char | ) |
int countString | ( | String | ) |
int countStringIgnoreCase | ( | String | ) |
String decodeURI | ( | ) |
|
static |
String escape | ( | ) |
|
static |
int find | ( | String | ) |
int find | ( | String | , |
int | , | ||
int | |||
) | throws IndexOutOfBoundsException, IllegalArgumentException |
String findExtension | ( | ) |
String findFilename | ( | ) |
String findFilenameAndExtension | ( | ) |
String findPathFilename | ( | ) |
String findVolume | ( | ) |
String findVolumePath | ( | ) |
|
static |
|
static |
byte [] getBytes | ( | ) |
byte [] getBytes | ( | String | ) | throws IllegalArgumentException |
int indexOf | ( | char | ) |
int indexOf | ( | char | , |
int | |||
) | throws IllegalArgumentException |
int indexOf | ( | String | ) |
int indexOf | ( | String | , |
int | |||
) | throws IllegalArgumentException |
int indexOfIgnoreCase | ( | char | ) |
int indexOfIgnoreCase | ( | char | , |
int | |||
) | throws IllegalArgumentException |
int indexOfIgnoreCase | ( | String | ) |
int indexOfIgnoreCase | ( | String | , |
int | |||
) | throws IllegalArgumentException |
String insert | ( | int | , |
Object | |||
) | throws IllegalArgumentException |
bool isBlank | ( | ) |
bool isDigit | ( | ) |
bool isDot | ( | ) |
int lastIndexOf | ( | char | ) |
int lastIndexOf | ( | char | , |
int | |||
) | throws IllegalArgumentException |
int lastIndexOf | ( | String | ) |
int lastIndexOf | ( | String | , |
int | |||
) | throws IllegalArgumentException |
int lastIndexOfIgnoreCase | ( | char | ) |
int lastIndexOfIgnoreCase | ( | char | , |
int | |||
) | throws IllegalArgumentException |
int lastIndexOfIgnoreCase | ( | String | ) |
int lastIndexOfIgnoreCase | ( | String | , |
int | |||
) | throws IllegalArgumentException |
int length | ( | ) |
被这些函数引用 ConnectionPool.config(), OSProcess.getProcessListUnix(), PreparedStatement.getSql(), SQLCipher.key(), Mysql.MysqlPreparedStatement.MysqlPreparedStatement(), SQLCipher.prepare(), Sqlite.prepare(), PreparedStatement.PreparedStatement(), SQLCipher.rekey(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), Mysql.MysqlPreparedStatement.setValue(), SQLCipher.SQLCipherPreparedStatement.setValue(), Sqlite.SqlitePreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), PreparedStatement.setValue(), Mysql.MysqlPreparedStatement.setValue(), SQLCipher.SQLCipherPreparedStatement.setValue() , 以及 Sqlite.SqlitePreparedStatement.setValue().
String lower | ( | ) |
bool parseBool | ( | ) |
long parseDate | ( | String | , |
int | |||
) | throws IllegalArgumentException |
double parseDouble | ( | ) |
float parseFloat | ( | ) |
被这些函数引用 AdoConnector.AdoResultSet.getFloat(), Mysql.MysqlResultSet.getFloat(), Mysql.MysqlPreparedResultSet.getFloat(), SQLCipher.SQLCipherResultSet.getFloat(), Sqlite.SqliteResultSet.getFloat(), AdoConnector.AdoResultSet.getFloat(), Mysql.MysqlResultSet.getFloat(), Mysql.MysqlPreparedResultSet.getFloat(), SQLCipher.SQLCipherResultSet.getFloat() , 以及 Sqlite.SqliteResultSet.getFloat().
long parseHex | ( | ) |
int parseInt | ( | ) |
long parseLong | ( | ) |
String parseMarkdown | ( | ) |
String removeExtension | ( | ) |
String replace | ( | int | , |
int | , | ||
String | |||
) | throws IllegalArgumentException |
String [] split | ( | char | ) |
String substring | ( | int | ) | throws IllegalArgumentException |
String substring | ( | int | , |
int | |||
) | throws IllegalArgumentException |
char [] toCharArray | ( | bool | ) |
String upper | ( | ) |