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

S

SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
SecurityException - exception java.lang.SecurityException.
This runtime exception is thrown when a security manager check fails.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a new instance of this class with its walkback filled in.
SecurityException(String) - Constructor for class java.lang.SecurityException
Constructs a new instance of this class with its walkback and message filled in.
SecurityException(String, Throwable) - Constructor for class java.lang.SecurityException
Constructs a new instance with a message and cause.
SecurityException(Throwable) - Constructor for class java.lang.SecurityException
Constructs a new instance with a cause.
Serializable - interface java.io.Serializable.
Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface.
Set - interface java.util.Set.
Set is a collection which does not allow duplicate elements.
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.
This error is thrown when the depth of the callstack of the running program excedes some platform or virtual machine specific limit.
StackOverflowError() - Constructor for class java.lang.StackOverflowError
Constructs a new instance of this class with its walkback filled in.
StackOverflowError(String) - Constructor for class java.lang.StackOverflowError
Constructs a new instance of this class with its walkback and message filled in.
StackTraceElement - class java.lang.StackTraceElement.
An element in a stack trace, as returned by Throwable.getStackTrace().
StreamCorruptedException - exception java.io.StreamCorruptedException.
When readObject() cannot read an object from the input stream due to missing information (cyclic reference that doesn't match previous instance or missing class descriptor for instance to be loaded) this type of exception is thrown.
StreamCorruptedException() - Constructor for class java.io.StreamCorruptedException
Constructs a new instance of this class with its walkback filled in.
StreamCorruptedException(String) - Constructor for class java.io.StreamCorruptedException
Constructs a new instance of this class with its walkback and message filled in.
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.
This runtime exception is thrown when the a String is indexed with a value less than zero, or greater than or equal to the size of the array.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new instance of this class with its walkback filled in.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new instance of this class with its walkback and message (which is based on the argument which is the index which failed) filled in.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new instance of this class with its walkback and message filled in.
SyncFailedException - exception java.io.SyncFailedException.
This IO exception is thrown when the method sync() in FileDescriptor failed to complete.
SyncFailedException(String) - Constructor for class java.io.SyncFailedException
Constructs a new instance of this class with its walkback and message filled in.
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.
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(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.ArrayList
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 location in this List with the specified object.
set(Object) - Method in interface java.util.ListIterator
Replaces the last object returned by next or previous with the specified object.
set(int, Object) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
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.
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.
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.
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.
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
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.
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.
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.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
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.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperty(String, String) - Method in class java.util.Properties
Calls the Hashtable method put.
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.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
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.
setValue(Object) - Method in interface java.util.Map.Entry
Sets the value.
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 interface java.util.Collection
Returns a count of how many objects are contained by this collection.
size() - Method in class java.util.Dictionary
Answers the number of key/value pairs 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 interface java.util.List
Answers the number of elements in this List.
size() - Method in interface java.util.Map
Answers the number of elements in this Map.
size() - Method in interface java.util.Set
Answers the number of elements in this Set.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
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.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
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
Answers a List of the specified portion of this List from the start index to one less than the end index.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subSequence(int, int) - Method in interface java.lang.CharSequence
Answers a CharSequence from the start index to the end index of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
Returns a new character sequence that is a subsequence of this sequence.
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.

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