J2ME CDC
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the "ref" fields.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObejctStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
SEALED - Static variable in class java.util.jar.Attributes.Name
Name object for Sealed manifest attribute used for sealing.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
secondaryOrder(int) - Static method in class java.text.CollationElementIterator
Return the secondary component of a collation element.
SecureClassLoader - class java.security.SecureClassLoader.
This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the default parent class loader for delegation.
SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the specified parent class loader for delegation.
SecureRandom - class java.security.SecureRandom.
This class provides a cryptographically strong pseudo-random number generator (PRNG).
SecureRandom() - Constructor for class java.security.SecureRandom
By using this constructor, the caller obtains a SecureRandom object containing the implementation from the highest-priority installed provider that has a SecureRandom implementation.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
By using this constructor, the caller obtains a SecureRandom object containing the implementation from the highest-priority installed provider that has a SecureRandom implementation.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
Creates a SecureRandom object.
SecureRandomSpi - class java.security.SecureRandomSpi.
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
 
Security - class java.security.Security.
This class centralizes all security properties and common security methods.
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityManager - class java.lang.SecurityManager.
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
SecurityPermission - class java.security.SecurityPermission.
This class is for security permissions.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seek(long) - Method in interface javax.microedition.io.RandomAccessConnection
Sets the position pointer offset, measured from the beginning of the data, at which the next read or write occurs.
selectFirstItem() - Method in interface javax.microedition.io.DirectoryConnection
Select the first record int the database
selectItem(int) - Method in interface javax.microedition.io.DirectoryConnection
Select an item in the collection
selectItem(String) - Method in interface javax.microedition.io.DirectoryConnection
Select an item in the collection
selectNextItem() - Method in interface javax.microedition.io.DirectoryConnection
Select the next record int the database
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
Sends a datagram packet to the destination, with a TTL (time- to-live) other than the default for the socket.
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
SequenceInputStream - class java.io.SequenceInputStream.
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
Serializable - interface java.io.Serializable.
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - class java.io.SerializablePermission.
This class is for Serializable permissions.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission with the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission object with the specified name.
serialVersionUID - Static variable in interface java.security.Key
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PrivateKey
 
serialVersionUID - Static variable in interface java.security.PublicKey
 
ServerSocket - class java.net.ServerSocket.
This class implements server sockets.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket on a specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
Set - interface java.util.Set.
A collection that contains no duplicate elements.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(int, Object) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(int, Object) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(Object) - Method in class java.lang.ThreadLocal
Sets the calling thread's instance of this ThreadLocal variable to the given value.
set(Object) - Method in class java.lang.InheritableThreadLocal
Sets the calling thread's instance of this ThreadLocal variable to the given value.
set(Object) - Method in interface java.util.ListIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
set(Object, int, Object) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object) - Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(String, String, int, String, String) - Method in class java.net.URL
Sets the fields of the URL.
set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
Sets the specified 8 fields of the URL.
set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
Convenience method to set the accessible flag for an array of objects with a single security check (for efficiency).
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
Set the accessible flag for this object to the indicated boolean value.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
Sets ampm strings.
setBeginIndex(int) - Method in class java.text.FieldPosition
Sets the begin index.
setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
Sets the value of a field as a boolean on the specified object.
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setByte(Object, byte) - Method in class java.lang.reflect.Field
Sets the value of a field as a byte on the specified object.
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setCalendar(Calendar) - Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assigns the given certificate to the given alias.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChar(Object, char) - Method in class java.lang.reflect.Field
Sets the value of a field as a char on the specified object.
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String) - Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setCompressedSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the compressed entry data.
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setCrc(long) - Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Set the string denoting the local currency.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setData(byte[]) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length
setDatagramSocketImplFactory(DatagramSocketImplFactory) - Static method in class java.net.DatagramSocket
Sets the datagram socket implementation factory for the application.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for decimal sign.
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDefault(Authenticator) - Static method in class java.net.Authenticator
Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authenticator.
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
setDefault(TimeZone) - Static method in class java.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDictionary(byte[]) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for a digit in a pattern.
setDoInput(boolean) - Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDoOutput(boolean) - Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(Object, double) - Method in class java.lang.reflect.Field
Sets the value of a field as a double on the specified object.
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in ms that the clock is advanced during DST.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEndIndex(int) - Method in class java.text.FieldPosition
Sets the end index.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the DST end rule to a fixed date within a month.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the DST end rule to a weekday before or after a give date within a month, e.g., the first Monday on or after the 8th.
setEras(String[]) - Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setError() - Method in class java.io.PrintWriter
Indicate that an error has occurred.
setErrorIndex(int) - Method in class java.text.ParsePosition
Set the index at which a parse error occurred.
setExtra(byte[]) - Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
Sets the FileNameMap.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., Sunday in US, Monday in France.
setFloat(Object, float) - Method in class java.lang.reflect.Field
Sets the value of a field as a float on the specified object.
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFormat(int, Format) - Method in class java.text.MessageFormat
Set a format to be used on a variable in the pattern.
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets formats to use on parameters.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for thousands separator.
setGroupingSize(int) - Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long) - Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setIndex(int) - Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int) - Method in interface java.text.CharacterIterator
Sets the position to the specified position in the text and returns that character.
setIndex(int) - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.setIndex() for String.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
Set the character used to represent infinity.
setInfo(String) - Method in class java.security.Identity
Deprecated. Specifies a general information string for this identity.
setInput(byte[]) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[], int, int) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this HttpURLConnection instance.
setInt(Object, int) - Method in class java.lang.reflect.Field
Sets the value of a field as an int on the specified object.
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Set the international string denoting the local currency.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
setKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key to the given alias, protecting it with the given password.
setKeyPair(KeyPair) - Method in class java.security.Signer
Deprecated. Sets the key pair (public key and private key) for this signer.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in class java.net.DatagramPacket
Set the length for this packet.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(long) - Method in interface javax.microedition.io.RandomAccessConnection
Set the length of the data (for truncation).
setLenient(boolean) - Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLenient(boolean) - Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLevel(int) - Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLevel(int) - Method in class java.util.zip.Deflater
Sets the current compression level to the specified value.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLocale(Locale) - Method in class java.text.MessageFormat
Constructs with the specified pattern and formats for the arguments in that pattern.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long) - Method in class java.lang.reflect.Field
Sets the value of a field as a long on the specified object.
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMessageDigest(MessageDigest) - Method in class java.security.DigestInputStream
Associates the specified message digest with this stream.
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int) - Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1.
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
Set the character used to represent minus sign.
setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Set the monetary decimal separator.
setMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets month strings.
setMultiplier(int) - Method in class java.text.DecimalFormat
Set the multiplier for use in percent, permill, etc.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNaN(String) - Method in class java.text.DecimalFormatSymbols
Set the character used to represent NaN.
setNegativePrefix(String) - Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
Allows you to set the number formatter.
setOffset(int) - Method in class java.io.ObjectStreamField
Offset within instance data.
setOffset(int) - Method in class java.text.CollationElementIterator
Sets the iterator to point to the collation element corresponding to the specified character (the parameter is a CHARACTER offset in the original string, not an offset into its corresponding sequence of collation elements).
setOption(int, Object) - Method in interface java.net.SocketOptions
Enable/disable the option specified by optID.
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Initializes this signature engine with the specified parameter set.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
Set the character used to separate positive and negative subpatterns in a pattern.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for percent sign.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for mille percent sign.
setPolicy(Policy) - Static method in class java.security.Policy
Sets the system-wide Policy object.
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPositivePrefix(String) - Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperties(Properties) - Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, String) - Static method in class java.lang.System
Sets the system property indicated by the specified key.
setProperty(String, String) - Static method in class java.security.Security
Sets a security property value.
setProperty(String, String) - Method in class java.util.Properties
Calls the hashtable method put.
setPublicKey(PublicKey) - Method in class java.security.Identity
Deprecated. Sets this identity's public key.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setReadable(boolean) - Method in interface javax.microedition.io.DirectoryConnection
Set or clear the read bit
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly() - Method in class java.security.PermissionCollection
Marks this PermissionCollection object as "readonly".
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the general request property.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSeed(byte[]) - Method in class java.security.SecureRandom
Reseeds this random object.
setSeed(long) - Method in class java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short) - Method in class java.lang.reflect.Field
Sets the value of a field as a short on the specified object.
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSigners(Class, Object[]) - Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(long) - Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the DST start rule to a fixed date within a month.
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the DST start rule to a weekday before or after a give date within a month, e.g., the first Monday on or after the 8th.
setStartYear(int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings starting year.
setStrategy(int) - Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setSystemScope(IdentityScope) - Static method in class java.security.IdentityScope
Deprecated. Sets the system's identity scope.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(CharacterIterator) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(CharacterIterator) - Method in class java.text.BreakIterator
Set a new text for scanning.
setText(String) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(String) - Method in class java.text.StringCharacterIterator
Reset this iterator to point to a new string.
setText(String) - Method in class java.text.BreakIterator
Set a new text string to be scanned.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class java.util.zip.ZipEntry
Sets the modification time of the entry.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this socket.
setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTimeZone(TimeZone) - Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setValue(Object) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets weekday strings.
setWritable(boolean) - Method in interface javax.microedition.io.DirectoryConnection
Set or clear the write bit
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for zero.
setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
Sets timezone strings.
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
SHORT - Static variable in class java.text.DateFormat
Constant for short style pattern.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shuffle(List) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
shutdownInput() - Method in class java.net.SocketImpl
Places the input stream for this socket at "end of stream".
shutdownInput() - Method in class java.net.Socket
Places the input stream for this socket at "end of stream".
shutdownOutput() - Method in class java.net.SocketImpl
Disables the output stream for this socket.
shutdownOutput() - Method in class java.net.Socket
Disables the output stream for this socket.
SIGN - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for signing.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data updated.
sign(byte[], int, int) - Method in class java.security.Signature
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
Signature - class java.security.Signature.
This Signature class is used to provide applications the functionality of a digital signature algorithm.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Signature-Version manifest attribute used when signing JAR files.
Signature(String) - Constructor for class java.security.Signature
Creates a Signature object for the specified algorithm.
SignatureException - exception java.security.SignatureException.
This is the generic Signature exception.
SignatureException() - Constructor for class java.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String) - Constructor for class java.security.SignatureException
Constructs a SignatureException with the specified detail message.
SignatureSpi - class java.security.SignatureSpi.
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class java.security.SignatureSpi
 
Signer - class java.security.Signer.
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Signer() - Constructor for class java.security.Signer
Deprecated. Creates a signer.
Signer(String) - Constructor for class java.security.Signer
Deprecated. Creates a signer with the specified identity name.
Signer(String, IdentityScope) - Constructor for class java.security.Signer
Deprecated. Creates a signer with the specified identity name and scope.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
SimpleDateFormat - class java.text.SimpleDateFormat.
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern in the default locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale-specific symbol data.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale.
SimpleTimeZone - class java.util.SimpleTimeZone.
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Construct a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructor.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
sin(double) - Static method in class java.lang.StrictMath
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
singleton(Object) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonList(Object) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(Object, Object) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
size() - Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class java.security.IdentityScope
Deprecated. Returns the number of identities within this identity scope.
size() - Method in class java.util.Dictionary
Returns the number of entries (dinstint keys) in this dictionary.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class java.util.jar.Attributes
Returns the number of attributes in this Map.
size() - Method in class java.util.zip.ZipFile
Returns the number of entries in the ZIP file.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in class java.io.FilterReader
Skip characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.BufferedReader
Skip characters.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long) - Method in class java.io.StringReader
Skip characters.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skip characters.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (cease execution) for the specified number of milliseconds plus the specified number of nanoseconds.
sleep0(long) - Static method in class java.lang.Thread
 
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
Socket - class java.net.Socket.
This class implements client sockets (also called just "sockets").
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(SocketImpl) - Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
SocketException - exception java.net.SocketException.
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
SocketException() - Constructor for class java.net.SocketException
Constructs a new SocketException with no detail message.
SocketException(String) - Constructor for class java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketImpl - class java.net.SocketImpl.
The abstract class SocketImpl is a common superclass of all classes that actually implement sockets.
SocketImpl() - Constructor for class java.net.SocketImpl
 
SocketImplFactory - interface java.net.SocketImplFactory.
This interface defines a factory for socket implementations.
SocketOptions - interface java.net.SocketOptions.
Interface of methods to get/set socket options.
SocketPermission - class java.net.SocketPermission.
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
SoftReference - class java.lang.ref.SoftReference.
Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
SoftReference(Object) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object.
SoftReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object and is registered with the given queue.
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(List) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List, Comparator) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], Comparator) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int, Comparator) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of shorts into ascending numerical order.
SortedMap - interface java.util.SortedMap.
A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys (see the Comparable interface), or by a comparator provided at sorted map creation time.
SortedSet - interface java.util.SortedSet.
A set that further guarantees that its iterator will traverse the set in ascending element order, sorted according to the natural ordering of its elements (see Comparable), or by a Comparator provided at sorted set creation time.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
SPACE_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Title manifest attribute used for package versioning.
SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Vendor manifest attribute used for package versioning.
SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Version manifest attribute used for package versioning.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the positive square root of a double value.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - error java.lang.StackOverflowError.
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
START_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
state - Variable in class java.security.Signature
Current state of this signature object.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
store(OutputStream, char[]) - Method in class java.security.KeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED - Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
Magic number that is written to the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
Version number that is written to the stream header.
StreamConnection - interface javax.microedition.io.StreamConnection.
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - interface javax.microedition.io.StreamConnectionNotifier.
This interface defines the capabilities that a connection notifier must have.
StreamCorruptedException - exception java.io.StreamCorruptedException.
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException() - Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamCorruptedException(String) - Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamTokenizer - class java.io.StreamTokenizer.
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
StrictMath - class java.lang.StrictMath.
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
String - class java.lang.String.
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringCharacterIterator - class java.text.StringCharacterIterator.
StringCharacterIterator implements the CharacterIterater protocol for a String.
StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with an initial index of 0.
StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with the specified initial index.
StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator over the given range of the given string, with the index set at the specified position.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringReader - class java.io.StringReader.
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Create a new string reader.
StringTokenizer - class java.util.StringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.The substring begins at the specified index and extends to the end of the StringBuffer.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SURROGATE - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
sval - Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
SyncFailedException - exception java.io.SyncFailedException.
Signals that a sync operation has failed.
SyncFailedException(String) - Constructor for class java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
synchronizedCollection(Collection) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedSet(Set) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
System - class java.lang.System.
The System class contains several useful class fields and methods.

J2ME CDC
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.