MDi JLib
1.7.4
A B C D E F G H I J K L M N O P Q R S T U V W

S

SELF_SYNC_ERR - Static variable in class com.microdeveloper.db.rectifier.Differences
Error for when the source and the target are the same (self comparison)
SELF_SYNC_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error for when the source and the target are the same (self comparison)
SendJMail - Class in com.microdeveloper.util.net.mail
A simple command line test implementation of JMail.
SendJMail() - Constructor for class com.microdeveloper.util.net.mail.SendJMail
Creates a new instance of SendJMail
sendMail(String, String, String, String, String, String) - Static method in class com.microdeveloper.util.net.mail.JMail
Sends a plain text message.
sendMail(String, String, String, String, String, String, String) - Static method in class com.microdeveloper.util.net.mail.JMail
Sends a message of the type specified in mimeType.
sendMail(String, String, String, String, String, String, String, String, boolean) - Static method in class com.microdeveloper.util.net.mail.JMail
Sends a plain text message.
sendMail() - Method in class com.microdeveloper.util.net.mail.JMail
Sends the current mail message using a plain text format or the format the mime type is currently set to
sendMail() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
sendMultipart(String, String, String, String, String, String, String) - Static method in class com.microdeveloper.util.net.mail.JMail
Sends a multi-part E-mail message.
sendMultipart(String, String, String, String, String, String, String, String, String, boolean) - Static method in class com.microdeveloper.util.net.mail.JMail
Sends a multi-part E-mail message.
sendMultipart() - Method in class com.microdeveloper.util.net.mail.JMail
Sends the current mail message using a multipart format.
sendMultipart() - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
sendRedirect(HttpServletRequest, HttpServletResponse) - Method in class com.microdeveloper.servlets.io.PostRedirect
Process the redirection to the destination.
session - Variable in class com.microdeveloper.servlets.io.DbFileDriver
HTTP session variable
set(Str) - Method in class com.microdeveloper.common.Str
Force the contents of this object to be the same as another Str object.
set(String) - Method in class com.microdeveloper.common.Str
Force the contents of this object to be the same as a String object.
set(int, char) - Method in class com.microdeveloper.common.Str
Set one character in the string.
setAccessParameterName(String) - Static method in class com.microdeveloper.servlets.io.LogServlet
 
setAccessParameterValue(String) - Static method in class com.microdeveloper.servlets.io.LogServlet
 
setArg(String) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.5, replaced by SQLDataSet.setParameter(int,int,Object)
setArg(String) - Method in interface com.microdeveloper.data.SQLSet
 
setArgs(String[]) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.5, replaced by SQLDataSet.setParameter(int,int,Object)
setArgs(String[]) - Method in interface com.microdeveloper.data.SQLSet
 
setArguments(ArrayList, ArrayList, ArrayList) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.5, replaced by SQLDataSet.setParameter(int,int,Object)
setArguments(ArrayList, ArrayList, ArrayList) - Method in interface com.microdeveloper.data.SQLSet
 
setArgVal(int, Object) - Method in class com.microdeveloper.data.OracleStoredProcedure
Set an arguments value
setArgVal(int, Object) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Set an arguments value
setArray(int, Array) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java int value.
setAsciiStream(int, InputStream, int) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAttachmentProperty(Vector) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the attachments
setAutoCommit(boolean) - Method in class com.microdeveloper.data.SQLDataSet
Turns automatic comitting on or off.
setAutoCommit(boolean) - Method in interface com.microdeveloper.data.SQLSet
 
setAutoRollback(boolean) - Method in class com.microdeveloper.data.SQLDataSet
Turns automatic rollback functionality on or off.
setAutoRollback(boolean) - Method in interface com.microdeveloper.data.SQLSet
 
setBcc(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the message recipients in the BCC (blind carbon copy) segment of the E-mail.
setBcc(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setBccProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the BCC e-mail addresses
setBccProperty(Vector) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the BCC e-mail addresses
setBigDecimal(int, BigDecimal) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Blob value.
setBody(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the body segment of the E-mail using the format defined in the mime type property.
setBody(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setBodyProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the message body property.
setBoolean(int, boolean) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java boolean value.
setByte(int, byte) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java byte value.
setBytes(int, byte[]) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java array of bytes value.
setCapacity(int) - Method in class com.microdeveloper.common.Str
Force this object to be able to hold a specific number of characters without reallocation.
setCc(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the message recipients in the CC (carbon copy) segment of the E-mail.
setCc(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setCcProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the CC e-mail addresses
setCcProperty(Vector) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the CC e-mail addresses
setCharacterSet(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the character set used for the message
setCharacterSetProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the character set
setCharacterStream(int, Reader, int) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharAt(int, char) - Method in class com.microdeveloper.common.Str
Provided for compatibility with StringBuffer.
setClob(CLOB) - Method in class com.microdeveloper.data.OracleClob
Sets this Clob to the given oracle.sql.CLOB
setClob(Clob) - Method in class com.microdeveloper.data.OracleClob
Sets this Clob to the given java.sql.Clob
setClob(String) - Method in class com.microdeveloper.data.OracleClob
Sets this Clob to the given String
setClob(CLOB) - Method in interface com.microdeveloper.data.OracleClobInterface
Sets the object value to the given CLOB.
setClob(String) - Method in interface com.microdeveloper.data.OracleClobInterface
Sets the object value to the given String.
setClob(int, Clob) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Clob value.
setCommitting(boolean) - Method in class com.microdeveloper.data.SQLDataSet
Turns commit processing on or off.
setCommitting(boolean) - Method in interface com.microdeveloper.data.SQLSet
 
setConnection(Connection) - Method in class com.microdeveloper.data.SQLDataSet
Assigns the Connection c to this object to use for all operations
setConnection(Connection) - Method in interface com.microdeveloper.data.SQLSet
 
setConnProperty(Connection) - Method in class com.microdeveloper.data.SQLDataSet
Sets the current database connection property.
setConnProperty(Connection) - Method in interface com.microdeveloper.data.SQLSet
 
setConsole(boolean) - Method in class com.microdeveloper.util.io.log.ErrorLog
Tell the ErrorLog object to start/stop copying error messages to the console.
setCr(String) - Method in class com.microdeveloper.common.Str
Sets the carriage return property to the given String value.
setCurrentRow(int) - Method in class com.microdeveloper.data.SQLDataSet
Sets the cursor position to an absolute row in the ResultSet
setCurrentRow(int) - Method in interface com.microdeveloper.data.SQLSet
 
setData() - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.2, replaced by SQLDataSet.query()
setData(String[]) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.2, replaced by SQLDataSet.query(String[])
setData(String, String[]) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.2, replaced by SQLDataSet.query(String,String[])
setData(Connection, String, String[]) - Method in class com.microdeveloper.data.SQLDataSet
Deprecated. As of release 1.2, replaced by SQLDataSet.query(java.sql.Connection,String,String[])
setDate(Date) - Method in class com.microdeveloper.common.date.EDate
 
setDate(String, String) - Method in class com.microdeveloper.common.date.EDate
Sets the current date of this to the date String given based on the format given.
setDate(String, String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
setDate(int, Date) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDateFormatProperty(String) - Method in class com.microdeveloper.common.date.EDate
Sets the current date format property
setDateFormatProperty(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
setDb(String) - Method in class com.microdeveloper.db.Connector
Sets the current connection parameters to those specified by the given alias parameter in the properties file.
setDb(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Sets the name of the database to use for subsequent connections.
setDb(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Sets the name of the database to use for subsequent connections.
setDbAlias(String) - Method in class com.microdeveloper.db.Connector
Sets the current connection parameters to those specified by the given alias parameter in the properties file.
setDbAlias(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Sets the name of the database to use for subsequent connections.
setDbAlias(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Sets the name of the database to use for subsequent connections.
setDbDriver(String) - Method in class com.microdeveloper.db.Connector
Sets the driver property to the String given.
setDbNamesFile(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Set the name and path of the database name lookup file.
setDbNamesFile(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Set the name and path of the database name lookup file.
setDbUrl(String) - Method in class com.microdeveloper.db.Connector
Sets the database URL property to the String given.
setDebug(boolean) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the debug state
setDebug(boolean) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setDebugProperty(boolean) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the debug property
setDefaultWrapPoint(int) - Method in class com.microdeveloper.common.Str
Sets the default wrap point property
setDouble(int, double) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java double value.
setEpochDate(int) - Method in class com.microdeveloper.common.date.EDate
Sets the current date time of the object to the given Epoch time
setEpochDate(int) - Method in interface com.microdeveloper.common.date.EDateInterface
 
setExtra(int) - Method in class com.microdeveloper.common.Str
Set how much extra to grow when growth is needed.
setField(int, int, String) - Method in class com.microdeveloper.data.ArrayResultSet
Sets the value of a specific column in a specific record
setFile(String) - Method in class com.microdeveloper.util.io.property.FileParameterReader
 
setFloat(int, float) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java float value.
setFormat(String) - Method in class com.microdeveloper.common.date.EDate
Sets the default format mask used for Date string operations.
setFrom(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the message senders in the From segment of the E-mail.
setFrom(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setFromProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the FROM e-mail addresses
setHost(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the SMTP host using either an IP address or a host name.
setHostProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the SMTP host property
setHtmlBody(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the HTML body segment of the E-mail for rich text messages.
setHtmlBody(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setHtmlBodyProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the HTML message body property
setInt(int, int) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java int value.
setInternalLog(boolean) - Method in class com.microdeveloper.util.io.log.ErrorLog
Tell the ErrorLog object to start/stop copying error messages to an internal buffer.
setLength(int) - Method in class com.microdeveloper.common.Str
Force the length of your string.
setLogConsole(boolean) - Method in class com.microdeveloper.servlets.io.LogServlet
Messages are sent to STDOUT so they can be tracked in the servlet server logs.
setLogFile(String) - Method in class com.microdeveloper.util.io.log.ErrorLog
Tell the ErrorLog object that all future error messages are to be copied to a text file.
setLogFileOff() - Method in class com.microdeveloper.util.io.log.ErrorLog
Tell the ErrorLog object that no further errors are to be copied to a text file.
setLogMemory(boolean) - Method in class com.microdeveloper.servlets.io.LogServlet
Messages are logged to memory so they can be viewed by a GET command.
setLong(int, long) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java long value.
setMailPropertiesPath(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the name and location of the JMail properties file
setMailPropertiesPath(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setMimeType(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the specific mime type for the message
setMimeType(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setMimeTypeProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the mime type property.
setNow() - Method in class com.microdeveloper.common.date.EDate
Sets the date/time of the instanciated object to the current dat/time
setNow() - Method in interface com.microdeveloper.common.date.EDateInterface
 
setNull(int, int) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class com.microdeveloper.data.SQLDataSet
Sets the value of the designated parameter using the given object.
setOutValues(CallableStatement) - Method in class com.microdeveloper.data.OracleStoredProcedure
Establish the outbound parameters
setOutValues(CallableStatement) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Establish the outbound parameters
setOverrideParams(Hashtable) - Method in class com.microdeveloper.servlets.io.PostRedirect
Overrides and potentially replaces original request parameters
setParameter(CallableStatement, int) - Method in class com.microdeveloper.data.OracleStoredProcedure
Establish the argument as a parameter.
setParameter(CallableStatement, int) - Method in interface com.microdeveloper.data.OracleStoredProcedureInterface
Establish the argument as a parameter.
setParameter(int, int, Object) - Method in class com.microdeveloper.data.SQLDataSet
Sets a parameter for use in the subsequent query or update call by evaluating the type and object value passed in.
setPassword(String) - Method in class com.microdeveloper.db.Connector
Sets the password for the current user.
setPassword(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Sets the password for the ConnectionPool and subsequent connections.
setPassword(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Sets the password for the ConnectionPool and subsequent connections.
setPlainBody(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the text body segment of the E-mail using plain text.
setPlainBody(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setPlainBodyProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the plain text message body property
setRef(int, Ref) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given REF() value.
setRowCount() - Method in class com.microdeveloper.data.SQLDataSet
Sets the current row count property to the size of the current record set.
setRowCount() - Method in interface com.microdeveloper.data.SQLSet
 
setSavePoint() - Method in class com.microdeveloper.data.SQLDataSet
Sets an un-named savepoint in the current transaction.
setSavePoint(String) - Method in class com.microdeveloper.data.SQLDataSet
Sets an named savepoint in the current transaction.
setSavePoint() - Method in interface com.microdeveloper.data.SQLSet
 
setSavePoint(String) - Method in interface com.microdeveloper.data.SQLSet
 
setServletProperties(String) - Method in class com.microdeveloper.servlets.io.PostRedirect
The servlet properties which defines the default protocol (scheme), server, port, and path.
setShort(int, short) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java short value.
setSid(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Sets the Oracle Sid variable but has no effect on the connection.
setSid(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Sets the Oracle Sid variable but has no effect on the connection.
setSmtpHost(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the SMTP host using either an IP address or a host name.
setSmtpHost(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setSpacer(char) - Method in class com.microdeveloper.common.Str
Set the spacer character property
setSql(String) - Method in class com.microdeveloper.data.SQLDataSet
Sets the SQL to use for performing queries to populate the ResultSet with.
setSql(String) - Method in interface com.microdeveloper.data.SQLSet
 
setSqlProperty(String) - Method in class com.microdeveloper.data.SQLDataSet
Sets the current SQL code property used in a query
setSqlProperty(String) - Method in interface com.microdeveloper.data.SQLSet
 
setString(int, String) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given Java String value.
setSubject(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the subject of the message.
setSubject(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setSubjectProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the Subject property
setTime(int, Time) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Time value value.
setTime(int, Time, Calendar) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.sql.Timestamp value.
setTimeZoneProperty(String) - Method in class com.microdeveloper.common.date.EDate
Sets the current time zone property
setTimeZoneProperty(String) - Method in interface com.microdeveloper.common.date.EDateInterface
 
setTo(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the message recipients in the To segment of the E-mail.
setTo(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setToProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the TO e-mail addresses
setToProperty(Vector) - Method in class com.microdeveloper.util.net.mail.JMailContent
 
setType(String) - Method in class com.microdeveloper.util.net.mail.JMail
Sets the type of message.
setType(String) - Method in interface com.microdeveloper.util.net.mail.JMailInterface
 
setTypeProperty(String) - Method in class com.microdeveloper.util.net.mail.JMailContent
Provides property change support for the message type property.
setURL(int, URL) - Method in class com.microdeveloper.data.SQLDataSet
Sets the designated parameter to the given java.net.URL value.
setUsername(String) - Method in class com.microdeveloper.db.Connector
Sets the username property to the String given.
setUsername(String) - Method in class com.microdeveloper.db.jndi.ConnectionPool
Sets the username for the ConnectionPool and subsequent connections.
setUsername(String) - Method in interface com.microdeveloper.db.jndi.ConnectionPoolInterface
Sets the username for the ConnectionPool and subsequent connections.
SOFT_ERROR_HALT - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error message used when a soft error is encountered and haltOnError is set to true
spacer() - Method in class com.microdeveloper.common.Str
Establishes and converts the spacing character to a string.
spacer(char) - Static method in class com.microdeveloper.common.Str
Returns the a char spacer as a String
spaces(int) - Static method in class com.microdeveloper.common.Str
Create a Str object containing nothing but a quantity of spaces.
SQLDataSet - Class in com.microdeveloper.data
The implementation of the SQLSet, a java.sql.ResultSet which is wrapped in a self contained object with connection information, sql basis, sql parameters, and meta information related to a ResultSet.
SQLDataSet() - Constructor for class com.microdeveloper.data.SQLDataSet
Initializes a new instance of SQLDataSet.
SQLDataSet(Connection, String) - Constructor for class com.microdeveloper.data.SQLDataSet
Initializes a new instance of SQLDataSeta and establishes the connection and statement.
SQLSet - Interface in com.microdeveloper.data
An object that defines an encapsulated connection, statement and records.
SQLSetException - Exception in com.microdeveloper.data
Specialized exceptions for the SQLSet classes to differentiate specific errors that are SQL related but not part of the standard java sql package.
SQLSetException() - Constructor for exception com.microdeveloper.data.SQLSetException
 
SRC_CLOSED_ERR - Static variable in class com.microdeveloper.db.rectifier.Differences
Error when source database connection is not open
SRC_CLOSED_ERR - Static variable in class com.microdeveloper.db.rectifier.Rectify
Error when source database connection is not open
SRC_COUNT_KEY - Static variable in class com.microdeveloper.db.rectifier.Differences
Key for the count of records compared from the source
SRC_COUNT_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key for the count of records compared from the source
SRC_ORPHAN_KEY - Static variable in class com.microdeveloper.db.rectifier.Differences
Key for the count of orphan records in the source
SRC_ORPHAN_KEY - Static variable in class com.microdeveloper.db.rectifier.Rectify
Key for the count of orphan records in the source
StackTrace - Class in com.microdeveloper.util.exception
StackTrace converts an exceptions StackTrace to other formats for output.
StackTrace() - Constructor for class com.microdeveloper.util.exception.StackTrace
 
startsWith(String) - Method in class com.microdeveloper.common.Str
Test to see if your string begins with a specific sequence of characters.
Str - Class in com.microdeveloper.common
Provides extensive String manipulation, extensions, utilities, and new capabilities.
Str(int) - Constructor for class com.microdeveloper.common.Str
Set the object to have an initial capacity.
Str(int, int) - Constructor for class com.microdeveloper.common.Str
Create an object with a specific initial capacity and to be able to grow by a specific increment.
Str() - Constructor for class com.microdeveloper.common.Str
The object has memory allocated to store an average size string.
Str(char[]) - Constructor for class com.microdeveloper.common.Str
The object is inititialized to have an exact copy of the character array.
Str(Str) - Constructor for class com.microdeveloper.common.Str
A new object is created that is an exact copy of the provided Str object.
Str(String) - Constructor for class com.microdeveloper.common.Str
A new object is created that contains a copy of the provided String object.
StringMap - Class in com.microdeveloper.common
Provides additional String casting capabilities to a Hashmap structure.
StringMap() - Constructor for class com.microdeveloper.common.StringMap
 
stringOf(int, char) - Static method in class com.microdeveloper.common.Str
Create a Str object containing nothing but a quantity of one character.
StringToHex(String) - Static method in class com.microdeveloper.common.Str
Method StringToHex converts a String object to a Hexidecimal version of the String object.
StringToHex() - Method in class com.microdeveloper.common.Str
Method StringToHex the non-static version of StringToHex()
StringToHex(String, boolean) - Static method in class com.microdeveloper.common.Str
Method StringToHex converts a String object to a Hexidecimal version of the String object.
StringToHex(boolean) - Method in class com.microdeveloper.common.Str
Method StringToHex non-static version of StringToHex
subString(int, int) - Method in class com.microdeveloper.common.Str
Provided for compatibility with String and StringBuffer and the case mixing many people expect.
substring(int, int) - Method in class com.microdeveloper.common.Str
Provided for compatibility with String and StringBuffer and the case mixing Sun provides.
substring(String, int, int) - Static method in class com.microdeveloper.common.Str
Same as substring but uses mixed case nomenclature.
subString(String, int, int) - Static method in class com.microdeveloper.common.Str
An improved String substring method that returns a portion of the given String.
subtractDays(Date, int) - Static method in class com.microdeveloper.common.date.EDate
Subtracts the given number of days from the given date
subtractDays(int) - Method in class com.microdeveloper.common.date.EDate
Subtracts the given number of days from this.
subtractDays(int) - Method in interface com.microdeveloper.common.date.EDateInterface
 
subtractHours(Date, int) - Static method in class com.microdeveloper.common.date.EDate
Subtracts a given number of hours from the given date
subtractHours(int) - Method in class com.microdeveloper.common.date.EDate
Subtracts the given number of hours from this.
subtractHours(int) - Method in interface com.microdeveloper.common.date.EDateInterface
 

MDi JLib
1.7.4
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright©2001-2007 MicroDeveloper, Inc. All Rights Reserved.