Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2
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

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.
SEALED - Static variable in class java.util.jar.Attributes.Name
Name object for Sealed manifest attribute used for sealing.
SECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the second field.
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.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
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."
SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the sign field.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Signature-Version manifest attribute used when signing JAR files.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
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_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
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:
SPACE_SEPARATOR - Static variable in class java.lang.Character
General category "Zs" in the Unicode specification.
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.
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as standard time.
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed 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.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
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
General category "Cs" in the Unicode specification.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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(ClassLoader) - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the specified parent class loader for delegation.
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the default parent class loader for delegation.
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.
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.
Set - interface java.util.Set.
A collection that contains no duplicate elements.
Short - class java.lang.Short.
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
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.
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
Constructs a SimpleDateFormat using the default pattern and date format symbols for the default locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the default locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the given locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and date format symbols.
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 with no daylight saving time schedule.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SocketAddress - class java.net.SocketAddress.
This class represents a Socket Address with no protocol attachment.
SocketAddress() - Constructor for class java.net.SocketAddress
 
SocketException - exception java.net.SocketException.
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
SocketException(String) - Constructor for class java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketException() - Constructor for class java.net.SocketException
Constructs a new SocketException with no detail message.
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.
SocketTimeoutException - exception java.net.SocketTimeoutException.
Signals that a timeout has occurred on a socket read or accept.
SocketTimeoutException(String) - Constructor for class java.net.SocketTimeoutException
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException() - Constructor for class java.net.SocketTimeoutException
Construct a new SocketTimeoutException with no detailed message.
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.
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.
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.
StackTraceElement - class java.lang.StackTraceElement.
An element in a stack trace, as returned by Throwable.getStackTrace().
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(String) - Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamCorruptedException() - Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException and list no 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.
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(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(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(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
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.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringTokenizer - class java.util.StringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, boolean) - 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) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
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.
System - class java.lang.System.
The System class contains several useful class fields and methods.
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the fragment component.
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.
save(OutputStream, String) - Method in class java.util.Properties
Deprecated. This method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
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(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
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.
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.PublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
set(Object) - Method in class java.lang.ThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
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.
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.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int) - Method in class java.util.BitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex(inclusive) to the specified toIndex(exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex(inclusive) to the specified toIndex(exclusive) to the specified value.
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.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(Object) - Method in interface java.util.ListIterator
Replaces the last element returned by next or previous 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.
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(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.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
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.
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
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, 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.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
Sets the value of a field as a boolean on the specified object.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
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 byte value.
setByte(Object, byte) - Method in class java.lang.reflect.Field
Sets the value of a field as a byte on the specified object.
setCalendar(Calendar) - Method in class java.text.DateFormat
Set the calendar to be used by this date format.
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 char value.
setChar(Object, char) - Method in class java.lang.reflect.Field
Sets the value of a field as a char on the specified object.
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.
setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
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.
setCurrency(Currency) - Method in class java.text.DecimalFormat
Sets the currency used by this number format when formatting currency values.
setCurrency(Currency) - Method in class java.text.DecimalFormatSymbols
Sets the currency of these DecimalFormatSymbols.
setCurrency(Currency) - Method in class java.text.NumberFormat
Sets the currency used by this number format when formatting currency values.
setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Sets the currency symbol for the currency of these DecimalFormatSymbols in their locale.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in milliseconds that the clock is advanced during daylight saving time.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[]) - 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 state variables.
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
Sets the date and time format symbols of this date format.
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
Sets 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(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.
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[]) - 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
Sets 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, 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.
setDouble(Object, double) - Method in class java.lang.reflect.Field
Sets the value of a field as a double on the specified object.
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, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a fixed date within a month.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a weekday before or after the given 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, 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.
setFloat(Object, float) - Method in class java.lang.reflect.Field
Sets the value of a field as a float on the specified object.
setFormat(int, Format) - Method in class java.text.MessageFormat
Sets the format to use for the format element with the given format element index within the previously set pattern string.
setFormatByArgumentIndex(int, Format) - Method in class java.text.MessageFormat
Sets the format to use for the format elements within the previously set pattern string that use the given argument index.
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets the formats to use for the format elements in the previously set pattern string.
setFormatsByArgumentIndex(Format[]) - Method in class java.text.MessageFormat
Sets the formats to use for the values passed into format methods or returned from parse methods.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets 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 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.ParsePosition
Set the current parse position.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to represent infinity.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets input data for decompression.
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.
setInt(Object, int) - Method in class java.lang.reflect.Field
Sets the value of a field as an int on the specified object.
setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Sets the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
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 state variable.
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.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLocale(Locale) - Method in class java.text.MessageFormat
Sets the locale to be used when creating or comparing subformats.
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.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction 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.
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
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.DecimalFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction 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.
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to represent minus sign.
setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets 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.
setNaN(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to represent "not a number".
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
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.
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.
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the package default assertion status for the named package.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Sets 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
Sets the character used to separate positive and negative subpatterns in a pattern.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for mille percent sign.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for 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.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
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.
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the general request property.
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enable/disable the SO_REUSEADDR socket option.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
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.
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.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being sent.
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a fixed date within a month.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a weekday before or after the given 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 saving time starting year.
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.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.
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this DatagramSocket.
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.
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets 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).
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).
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.Long
Returns the value of this Long as a short.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as 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.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.StrictMath
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.ByteArrayOutputStream
Returns the current size of the buffer.
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.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.Dictionary
Returns the number of entries (dinstint keys) in this dictionary.
size() - Method in class java.util.HashMap
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 class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of key-value mappings in this identity hash map.
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.WeakHashMap
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.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skip characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
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.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
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.Reader
Skip characters.
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 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.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
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.
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(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(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.
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(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(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(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[], 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[], 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, 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(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.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the correctly rounded positive square root of a double value.
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, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
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.
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 interface java.util.List
Returns a view of the portion of this list between the specified 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.
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.
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.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
Returns a new character sequence that is a subsequence of this sequence.
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.
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.
substring(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.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.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).
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.
swap(List, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions in the specified list.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
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.

CDC 1.1.2
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
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.