Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

S
SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Samaritan" Unicode character block.
SAMARITAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Samaritan".
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Saurashtra" Unicode character block.
SAURASHTRA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Saurashtra".
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.
saveComposedText(int) - Method in class javax.swing.text.JTextComponent
Saves composed text around the specified position.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass 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.
scalb(double, int) - Static method in class java.lang.Math
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply.
scalb(float, int) - Static method in class java.lang.Math
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply.
scalb(double, int) - Static method in class java.lang.StrictMath
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply.
scalb(float, int) - Static method in class java.lang.StrictMath
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply.
Scanner - Class in java.util
A simple text scanner which can parse primitive types and strings using regular expressions.
Scanner(File) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, Charset) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(InputStream) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, Charset) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(Path) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path, Charset) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Readable) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified source.
Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, Charset) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified string.
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.
schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Submits a value-returning one-shot task that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Submits a one-shot task that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a value-returning one-shot task that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a one-shot task that becomes enabled after the given 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.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Submits a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is, executions will commence after initialDelay, then initialDelay + period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is, executions will commence after initialDelay, then initialDelay + period, then initialDelay + 2 * period, and so on.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
ScheduledExecutorService - Interface in java.util.concurrent
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture<V> - Interface in java.util.concurrent
A delayed result-bearing action that can be cancelled.
ScheduledThreadPoolExecutor - Class in java.util.concurrent
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given core pool size.
ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Submits a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
SCIENTIFIC - Constant in enum java.util.Formatter.BigDecimalLayoutForm
Format the BigDecimal in computerized scientific notation.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each (key, value), or null if none.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each value, or null if none.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECONDS - Constant in enum java.util.concurrent.TimeUnit
Time unit representing one second.
security() - Method in class java.lang.Runtime.Version
Deprecated. As of Java SE 10, the third element of a version number is not the security level but the update-release counter, incremented for every update release.
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityManager - Class in java.lang
Deprecated, for removal. The Security Manager is deprecated and subject to removal in a future release.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
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.
select(int, int) - Method in class javax.swing.text.JTextComponent
Selects the text between the specified start and end positions.
selectAll() - Method in class javax.swing.text.JTextComponent
Selects all the text in the TextComponent.
selectInitialValue() - Method in class javax.swing.JOptionPane
Requests that the initial value be selected, which will set focus to the initial value.
SELECTION_VALUES_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for selectionValues.
selectionValues - Variable in class javax.swing.JOptionPane
Array of values the user can choose from.
selectText(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Selects the text between two indices.
Semaphore - Class in java.util.concurrent
A counting semaphore.
Semaphore(int) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and nonfair fairness setting.
Semaphore(int, boolean) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and the given fairness setting.
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 Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
SequenceInputStream - Class in java.io
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration<? extends InputStream>) - 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.
Serial - Annotation Type in java.io
Indicates that an annotated field or method is part of the serialization mechanism defined by the Java Object Serialization Specification.
SERIAL_FILTER_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable setting the system-wide serial filter.
serialClass() - Method in interface java.io.ObjectInputFilter.FilterInfo
The class of an object being deserialized.
Serializable - Interface in java.io
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - Class in java.io
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.
ServiceConfigurationError - Error in java.util
Error thrown when something goes wrong while locating, loading, or instantiating a service provider.
ServiceConfigurationError(String) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message.
ServiceConfigurationError(String, Throwable) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message and cause.
ServiceLoader<S> - Class in java.util
A facility to load implementations of a service.
ServiceLoader.Provider<S> - Interface in java.util
Represents a service provider located by ServiceLoader.
set(T) - Method in class java.lang.ThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - 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.Builder
Sets the field parameter to the given value.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and SECOND.
set(int, E) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in interface java.util.ListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicate elements.
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
set(V) - Method in class java.util.concurrent.FutureTask
Sets the result of this future to the given value unless this future has already been set or has been cancelled.
setAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAttributes(int, int, AttributeSet) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Sets attributes for the text between two indices.
setAutoCreateContainerGaps(boolean) - Method in class javax.swing.GroupLayout
Sets whether a gap between the container and components that touch the border of the container should automatically be created.
setAutoCreateGaps(boolean) - Method in class javax.swing.GroupLayout
Sets whether a gap between components should automatically be created.
setBase(URL) - Method in class javax.swing.text.html.HTMLDocument
Sets the location to resolve relative URLs against.
setCalendarType(String) - Method in class java.util.Calendar.Builder
Sets the calendar type parameter to the given type.
setCaret(Caret) - Method in class javax.swing.text.JTextComponent
Sets the caret to be used.
setCaretColor(Color) - Method in class javax.swing.text.JTextComponent
Sets the current color used to render the caret.
setCaretPosition(int) - Method in class javax.swing.text.JTextComponent
Sets the position of the text insertion caret for the TextComponent.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index is set to ch.
setCharAt(int, char) - Method in class java.lang.StringBuilder
The character at the specified index is set to ch.
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.
setComponentOrientation(ComponentOrientation) - Method in class javax.swing.text.JTextComponent
Sets the language-sensitive orientation that is to be used to order the elements or text within this component.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
setCorePoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the core number of threads.
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
Deprecated, for removal. The API and mechanism for destroying a ThreadGroup is inherently flawed.
setDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the date field parameters to the values given by year, month, and dayOfMonth.
setDate(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
setDefault(Locale.Category, Locale) - Static method in class java.util.Locale
Sets the default locale for the specified Category 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.
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDisabledTextColor(Color) - Method in class javax.swing.text.JTextComponent
Sets the current color used to render the disabled text.
setDocument(Document) - Method in class javax.swing.text.JTextComponent
Associates the editor with a text document.
setDragEnabled(boolean) - Method in class javax.swing.text.JTextComponent
Turns on or off automatic drag handling.
setDropMode(DropMode) - Method in class javax.swing.text.JTextComponent
Sets the drop mode for this component.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in milliseconds that the clock is advanced during daylight saving time.
setEditable(boolean) - Method in class javax.swing.text.JTextComponent
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
setElementAt(E, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEmptyValue(CharSequence) - Method in class java.util.StringJoiner
Sets the sequence of characters to be used when determining the string representation of this StringJoiner and no elements have been added yet, that is, when it is empty.
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) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule.
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.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError() - Method in class java.io.PrintStream
Sets the error state of the stream to true.
setError() - Method in class java.io.PrintWriter
Indicates that an error has occurred.
setException(Throwable) - Method in class java.util.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this future has already been set or has been cancelled.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
setExtension(char, String) - Method in class java.util.Locale.Builder
Sets the extension for the given key.
setFields(int...) - Method in class java.util.Calendar.Builder
Sets field parameters to their values given by fieldValuePairs that are pairs of a field and its value.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFocusAccelerator(char) - Method in class javax.swing.text.JTextComponent
Sets the key accelerator that will cause the receiving text component to get the focus.
setForkJoinTaskTag(short) - Method in class java.util.concurrent.ForkJoinTask
Atomically sets the tag value for this task and returns the old value.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setHighlighter(Highlighter) - Method in class javax.swing.text.JTextComponent
Sets the highlighter to be used.
setHonorsVisibility(Component, Boolean) - Method in class javax.swing.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHonorsVisibility(boolean) - Method in class javax.swing.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHorizontalGroup(GroupLayout.Group) - Method in class javax.swing.GroupLayout
Sets the Group that positions and sizes components along the horizontal axis.
setHours(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setIcon(Icon) - Method in class javax.swing.JOptionPane
Sets the icon to display.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setInitialSelectionValue(Object) - Method in class javax.swing.JOptionPane
Sets the input value that is initially displayed as selected to the user.
setInitialValue(Object) - Method in class javax.swing.JOptionPane
Sets the initial value that is to be enabled -- the Component that has the focus when the pane is initially displayed.
setInnerHTML(Element, String) - Method in class javax.swing.text.html.HTMLDocument
Replaces the children of the given element with the contents specified as an HTML string.
setInputValue(Object) - Method in class javax.swing.JOptionPane
Sets the input value that was selected or input by the user.
setInstant(Date) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the instant value given by a Date.
setInstant(long) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the given instant value that is a millisecond offset from the Epoch.
setKeepAliveTime(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the thread keep-alive time, which is the amount of time that threads may remain idle before being terminated.
setKeymap(Keymap) - Method in class javax.swing.text.JTextComponent
Sets the keymap to use for binding events to actions.
setLanguage(String) - Method in class java.util.Locale.Builder
Sets the language.
setLanguageTag(String) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided IETF BCP 47 language tag.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLayoutStyle(LayoutStyle) - Method in class javax.swing.GroupLayout
Sets the LayoutStyle used to calculate the preferred gaps between components.
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of the character sequence.
setLength(int) - Method in class java.lang.StringBuilder
Sets the length of the character sequence.
setLenient(boolean) - Method in class java.util.Calendar.Builder
Sets the lenient mode parameter to the value given by lenient.
setLenient(boolean) - Method in class java.util.Calendar
Specifies whether or not date/time interpretation is to be lenient.
setLimit(int) - Method in class javax.swing.undo.UndoManager
Sets the maximum number of edits this UndoManager holds.
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Sets the line number to the specified argument.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLocale(Locale) - Method in class java.util.Calendar.Builder
Sets the locale parameter to the given locale.
setLocale(Locale) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided locale.
setMargin(Insets) - Method in class javax.swing.text.JTextComponent
Sets margin space between the text component's border and its text.
setMaximumPoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMessage(Object) - Method in class javax.swing.JOptionPane
Sets the option pane's message-object.
setMessageType(int) - Method in class javax.swing.JOptionPane
Sets the option pane's message type.
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 this method with value 1.
setMinutes(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMonth(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNavigationFilter(NavigationFilter) - Method in class javax.swing.text.JTextComponent
Sets the NavigationFilter.
setObjectInputFilter(ObjectInputFilter) - Method in class java.io.ObjectInputStream
Set the deserialization filter for the stream.
setOffset(int) - Method in class java.io.ObjectStreamField
Offset within instance data.
setOptions(Object[]) - Method in class javax.swing.JOptionPane
Sets the options this pane displays.
setOptionType(int) - Method in class javax.swing.JOptionPane
Sets the options to display.
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setOuterHTML(Element, String) - Method in class javax.swing.text.html.HTMLDocument
Replaces the given element in the parent with the contents specified as an HTML string.
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the package default assertion status for the named package.
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class javax.swing.text.html.HTMLDocument
Sets attributes for a paragraph.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Sets the parent bundle of this bundle.
setParser(HTMLEditorKit.Parser) - Method in class javax.swing.text.html.HTMLDocument
Sets the parser that is used by the methods that insert html into the existing document, such as setInnerHTML, and setOuterHTML.
setPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
Sets the pending count to the given value.
setPreservesUnknownTags(boolean) - Method in class javax.swing.text.html.HTMLDocument
Determines how unknown tags are handled by the parser.
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) - 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.
setRawResult(T) - Method in class java.util.concurrent.CountedCompleter
A method that result-bearing CountedCompleters may optionally use to help maintain result data.
setRawResult(V) - Method in class java.util.concurrent.ForkJoinTask
Forces the given value to be returned as a result.
setRawResult(Void) - Method in class java.util.concurrent.RecursiveAction
Requires null completion value.
setRawResult(V) - Method in class java.util.concurrent.RecursiveTask
Forces the given value to be returned as a result.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setRegion(String) - Method in class java.util.Locale.Builder
Sets the region.
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setRemoveOnCancelPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
setRootFrame(Frame) - Static method in class javax.swing.JOptionPane
Sets the frame to use for class methods in which a frame is not provided.
setScript(String) - Method in class java.util.Locale.Builder
Sets the script.
setSeconds(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Deprecated, for removal. This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSeed(long) - Method in class java.util.concurrent.ThreadLocalRandom
Throws UnsupportedOperationException.
setSelectedTextColor(Color) - Method in class javax.swing.text.JTextComponent
Sets the current color used to render the selected text.
setSelectionColor(Color) - Method in class javax.swing.text.JTextComponent
Sets the current color used to render the selection.
setSelectionEnd(int) - Method in class javax.swing.text.JTextComponent
Sets the selection end to the specified position.
setSelectionStart(int) - Method in class javax.swing.text.JTextComponent
Sets the selection start to the specified position.
setSelectionValues(Object[]) - Method in class javax.swing.JOptionPane
Sets the input selection values for a pane that provides the user with a list of items to choose from.
setSerialFilter(ObjectInputFilter) - Static method in class java.io.ObjectInputFilter.Config
Set the static JVM-wide filter if it has not already been configured or set.
setSerialFilterFactory(BinaryOperator<ObjectInputFilter>) - Static method in class java.io.ObjectInputFilter.Config
Set the JVM-wide deserialization filter factory.
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.
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) - 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) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule.
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.
setText(String) - Method in class javax.swing.text.JTextComponent
Sets the text of this TextComponent to the specified text.
setTextContents(String) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Sets the text contents to the specified string.
setThreadFactory(ThreadFactory) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's 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.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeOfDay(int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, and second.
setTimeOfDay(int, int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, second, and millis.
setTimeZone(TimeZone) - Method in class java.util.Calendar.Builder
Sets the time zone parameter to the given zone.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class java.util.GregorianCalendar
Sets the time zone with the given time zone value.
setTokenThreshold(int) - Method in class javax.swing.text.html.HTMLDocument
Sets the number of tokens to buffer before trying to update the documents element structure.
setUI(OptionPaneUI) - Method in class javax.swing.JOptionPane
Sets the UI object which implements the L&F for this component.
setUI(TextUI) - Method in class javax.swing.text.JTextComponent
Sets the user-interface factory for this text-oriented editor.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUnicodeLocaleKeyword(String, String) - Method in class java.util.Locale.Builder
Sets the Unicode locale keyword type for the given key.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class javax.swing.JOptionPane
Sets the value the user has chosen.
setVariant(String) - Method in class java.util.Locale.Builder
Sets the variant.
setVerticalGroup(GroupLayout.Group) - Method in class javax.swing.GroupLayout
Sets the Group that positions and sizes components along the vertical axis.
setWantsInput(boolean) - Method in class javax.swing.JOptionPane
Sets the wantsInput property.
setWeekDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the week-based date parameters to the values with the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.Calendar
Sets the date of this Calendar with the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.GregorianCalendar
Sets this GregorianCalendar to the date given by the date specifiers - weekYear, weekOfYear, and dayOfWeek.
setWeekDefinition(int, int) - Method in class java.util.Calendar.Builder
Sets the week definition parameters to the values given by firstDayOfWeek and minimalDaysInFirstWeek that are used to determine the first week of a year.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setYear(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
SHARADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sharada" Unicode character block.
SHARADA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Sharada".
SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Shavian" Unicode character block.
SHAVIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Shavian".
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(String) - Constructor for class java.lang.Short
Deprecated, for removal. It is rarely appropriate to use this constructor.
Short(short) - Constructor for class java.lang.Short
Deprecated, for removal. It is rarely appropriate to use this constructor.
SHORT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames equivalent to Calendar.SHORT_FORMAT.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used for format.
SHORT_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used independently, such as a month abbreviation as calendar headers.
SHORTHAND_FORMAT_CONTROLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Shorthand Format Controls" Unicode character block.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short after a widening primitive conversion.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short after a narrowing primitive conversion.
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.
SHOW_HIDDEN_FRAMES - Constant in enum java.lang.StackWalker.Option
Shows all hidden frames.
SHOW_REFLECT_FRAMES - Constant in enum java.lang.StackWalker.Option
Shows all reflection frames.
showConfirmDialog(Component, Object) - Static method in class javax.swing.JOptionPane
Brings up a dialog with the options Yes, No and Cancel; with the title, Select an Option.
showConfirmDialog(Component, Object, String, int) - Static method in class javax.swing.JOptionPane
Brings up a dialog where the number of choices is determined by the optionType parameter.
showConfirmDialog(Component, Object, String, int, int) - Static method in class javax.swing.JOptionPane
Brings up a dialog where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class javax.swing.JOptionPane
Brings up a dialog with a specified icon, where the number of choices is determined by the optionType parameter.
showInputDialog(Component, Object) - Static method in class javax.swing.JOptionPane
Shows a question-message dialog requesting input from the user parented to parentComponent.
showInputDialog(Component, Object, Object) - Static method in class javax.swing.JOptionPane
Shows a question-message dialog requesting input from the user and parented to parentComponent.
showInputDialog(Component, Object, String, int) - Static method in class javax.swing.JOptionPane
Shows a dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class javax.swing.JOptionPane
Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
showInputDialog(Object) - Static method in class javax.swing.JOptionPane
Shows a question-message dialog requesting input from the user.
showInputDialog(Object, Object) - Static method in class javax.swing.JOptionPane
Shows a question-message dialog requesting input from the user, with the input value initialized to initialSelectionValue.
showInternalConfirmDialog(Component, Object) - Static method in class javax.swing.JOptionPane
Brings up an internal dialog panel with the options Yes, No and Cancel; with the title, Select an Option.
showInternalConfirmDialog(Component, Object, String, int) - Static method in class javax.swing.JOptionPane
Brings up a internal dialog panel where the number of choices is determined by the optionType parameter.
showInternalConfirmDialog(Component, Object, String, int, int) - Static method in class javax.swing.JOptionPane
Brings up an internal dialog panel where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showInternalConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class javax.swing.JOptionPane
Brings up an internal dialog panel with a specified icon, where the number of choices is determined by the optionType parameter.
showInternalInputDialog(Component, Object) - Static method in class javax.swing.JOptionPane
Shows an internal question-message dialog requesting input from the user parented to parentComponent.
showInternalInputDialog(Component, Object, String, int) - Static method in class javax.swing.JOptionPane
Shows an internal dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInternalInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class javax.swing.JOptionPane
Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
showInternalMessageDialog(Component, Object) - Static method in class javax.swing.JOptionPane
Brings up an internal confirmation dialog panel.
showInternalMessageDialog(Component, Object, String, int) - Static method in class javax.swing.JOptionPane
Brings up an internal dialog panel that displays a message using a default icon determined by the messageType parameter.
showInternalMessageDialog(Component, Object, String, int, Icon) - Static method in class javax.swing.JOptionPane
Brings up an internal dialog panel displaying a message, specifying all parameters.
showInternalOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class javax.swing.JOptionPane
Brings up an internal dialog panel with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showMessageDialog(Component, Object) - Static method in class javax.swing.JOptionPane
Brings up an information-message dialog titled "Message".
showMessageDialog(Component, Object, String, int) - Static method in class javax.swing.JOptionPane
Brings up a dialog that displays a message using a default icon determined by the messageType parameter.
showMessageDialog(Component, Object, String, int, Icon) - Static method in class javax.swing.JOptionPane
Brings up a dialog displaying a message, specifying all parameters.
showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class javax.swing.JOptionPane
Brings up a dialog with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
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.
shutdown() - Method in interface java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ForkJoinPool
Possibly initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in interface java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ForkJoinPool
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
shutdownNow() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
SIDDHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Siddham" Unicode character block.
SIDDHAM - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Siddham".
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum(double) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
SIGNWRITING - Constant in enum java.lang.Character.UnicodeScript
Unicode script "SignWriting".
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleTimeZone - Class in java.util
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.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
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.
since - Element in annotation type java.lang.Deprecated
Returns the version in which the annotated element became deprecated.
singleton(T) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonList(T) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(K, V) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
sinh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic sine of a double value.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sinhala" Unicode character block.
SINHALA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Sinhala".
SINHALA_ARCHAIC_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sinhala Archaic Numbers" Unicode character block.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.CharArrayWriter
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 - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
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.ArrayDeque
Returns the number of elements in this deque.
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 interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.EnumMap
Returns the number of key-value mappings in this map.
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 class java.util.PriorityQueue
Returns the number of elements in this collection.
size() - Method in class java.util.Properties
Returns the number of keys in this hashtable.
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.concurrent.ArrayBlockingQueue
Returns the number of elements in this queue.
size() - Method in interface java.util.concurrent.BlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns the number of elements in this collection.
size() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.DelayQueue
Returns the number of elements in this collection.
size() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.LinkedTransferQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns the number of elements in this collection.
size() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
SIZED - Static variable in interface java.util.Spliterator
Characteristic value signifying that the value returned from estimateSize() prior to traversal or splitting represents a finite size that, in the absence of structural source modification, represents an exact count of the number of elements that would be encountered by a complete traversal.
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
Skips 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.CharArrayReader
Skips 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.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterReader
Skips 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.LineNumberInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberReader
Skips characters.
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.PushbackReader
Skips characters.
skip(long) - Method in class java.io.Reader
Skips characters.
skip(long) - Method in class java.io.StringBufferInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.StringReader
Skips characters.
skip(Pattern) - Method in class java.util.Scanner
Skips input that matches the specified pattern, ignoring delimiters.
skip(String) - Method in class java.util.Scanner
Skips input that matches a pattern constructed from the specified string.
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.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
skipNBytes(long) - Method in class java.io.InputStream
Skips over and discards exactly n bytes of data from this input stream.
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, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long) - Method in enum java.util.concurrent.TimeUnit
Performs a Thread.sleep using this time unit.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Small Form Variants" Unicode character block.
SMALL_KANA_EXTENSION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Small Kana Extension" Unicode character block.
SOGDIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sogdian" Unicode character block.
SOGDIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Sogdian".
SORA_SOMPENG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sora Sompeng" Unicode character block.
SORA_SOMPENG - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Sora Sompeng".
sort(Comparator<? super E>) - Method in class java.util.ArrayList
Sorts this list according to the order induced by the specified Comparator.
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(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(T[], int, int, Comparator<? super T>) - 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(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(List<T>) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(Comparator<? super E>) - Method in interface java.util.List
Sorts this list according to the order induced by the specified Comparator.
sort(Comparator<? super E>) - Method in class java.util.Vector
Sorts this list according to the order induced by the specified Comparator.
sort(Comparator<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Sorts this list according to the order induced by the specified Comparator.
SORTED - Static variable in interface java.util.Spliterator
Characteristic value signifying that encounter order follows a defined sort order.
SortedMap<K,V> - Interface in java.util
A Map that further provides a total ordering on its keys.
SortedSet<E> - Interface in java.util
A Set that further provides a total ordering on its elements.
SOURCE - Constant in enum java.lang.annotation.RetentionPolicy
Annotations are to be discarded by the compiler.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
SOYOMBO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Soyombo" Unicode character block.
SOYOMBO - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Soyombo".
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 "Spacing Modifier Letters" Unicode character block.
SpecialAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
Constructs a SpecialAction.
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Specials" Unicode character block.
split(String) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(String, int) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split() - Method in class java.util.SplittableRandom
Constructs and returns a new SplittableRandom instance that shares no mutable state with this instance.
split(RandomGenerator.SplittableGenerator) - Method in class java.util.SplittableRandom
Returns a new pseudorandom number generator, split off from this one, that implements the RandomGenerator and RandomGenerator.SplittableGenerator interfaces.
spliterator() - Method in interface java.lang.Iterable
Creates a Spliterator over the elements described by this Iterable.
spliterator() - Method in class java.util.ArrayDeque
Creates a late-binding and fail-fast Spliterator over the elements in this deque.
spliterator() - Method in class java.util.ArrayList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator(T[]) - Static method in class java.util.Arrays
Returns a Spliterator covering all of the specified array.
spliterator(T[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator covering the specified range of the specified array.
spliterator(double[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering all of the specified array.
spliterator(double[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering the specified range of the specified array.
spliterator(int[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering all of the specified array.
spliterator(int[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering the specified range of the specified array.
spliterator(long[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering all of the specified array.
spliterator(long[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering the specified range of the specified array.
spliterator() - Method in interface java.util.Collection
Creates a Spliterator over the elements in this collection.
spliterator() - Method in class java.util.HashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedHashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator() - Method in interface java.util.List
Creates a Spliterator over the elements in this list.
spliterator() - Method in class java.util.PriorityQueue
Creates a late-binding and fail-fast Spliterator over the elements in this queue.
spliterator() - Method in interface java.util.Set
Creates a Spliterator over the elements in this set.
spliterator() - Method in interface java.util.SortedSet
Creates a Spliterator over the elements in this sorted set.
Spliterator<T> - Interface in java.util
An object for traversing and partitioning elements of a source.
spliterator(Collection<? extends T>, int) - Static method in class java.util.Spliterators
Creates a Spliterator using the given collection's Collection.iterator() as the source of elements, and reporting its Collection.size() as its initial size.
spliterator(Iterator<? extends T>, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator using a given Iterator as the source of elements, and with a given initially reported size.
spliterator(Object[], int) - Static method in class java.util.Spliterators
Creates a Spliterator covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(Object[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(PrimitiveIterator.OfDouble, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfInt, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt using a given IntStream.IntIterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfLong, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, and with a given initially reported size.
spliterator(double[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(double[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(int[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(int[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(long[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(long[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator() - Method in class java.util.TreeSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.Vector
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Creates a Spliterator over the elements in this collection.
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a Spliterator over the elements in this set.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a Spliterator over the elements in this list.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns a Spliterator over the elements in this set in the order in which these elements were added.
spliterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.LinkedTransferQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.SynchronousQueue
Returns an empty spliterator in which calls to trySplit always return null.
Spliterator.OfDouble - Interface in java.util
A Spliterator specialized for double values.
Spliterator.OfInt - Interface in java.util
A Spliterator specialized for int values.
Spliterator.OfLong - Interface in java.util
A Spliterator specialized for long values.
Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>> - Interface in java.util
A Spliterator specialized for primitive values.
Spliterators - Class in java.util
Static classes and methods for operating on or creating instances of Spliterator and its primitive specializations Spliterator.OfInt, Spliterator.OfLong, and Spliterator.OfDouble.
Spliterators.AbstractDoubleSpliterator - Class in java.util
An abstract Spliterator.OfDouble that implements trySplit to permit limited parallelism.
Spliterators.AbstractIntSpliterator - Class in java.util
An abstract Spliterator.OfInt that implements trySplit to permit limited parallelism.
Spliterators.AbstractLongSpliterator - Class in java.util
An abstract Spliterator.OfLong that implements trySplit to permit limited parallelism.
Spliterators.AbstractSpliterator<T> - Class in java.util
An abstract Spliterator that implements trySplit to permit limited parallelism.
spliteratorUnknownSize(Iterator<? extends T>, int) - Static method in class java.util.Spliterators
Creates a Spliterator using a given Iterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfDouble, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfInt, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt using a given IntStream.IntIterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfLong, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, with no initial size estimate.
splits() - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
splits(RandomGenerator.SplittableGenerator) - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
splits(long) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
splits(long, RandomGenerator.SplittableGenerator) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
SplittableRandom - Class in java.util
A generator of uniform pseudorandom values (with period 264) applicable for use in (among other contexts) isolated parallel computations that may generate subtasks.
SplittableRandom() - Constructor for class java.util.SplittableRandom
Creates a new SplittableRandom instance that is likely to generate sequences of values that are statistically independent of those of any other instances in the current program; and may, and typically does, vary across program invocations.
SplittableRandom(long) - Constructor for class java.util.SplittableRandom
Creates a new SplittableRandom instance using the specified initial seed.
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.
Stack<E> - Class in java.util
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 in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace, as returned by Throwable.getStackTrace().
StackTraceElement(String, String, String, String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution point.
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution point.
StackWalker - Class in java.lang
A stack walker.
StackWalker.Option - Enum in java.lang
Stack walker option to configure the stack frame information obtained by a StackWalker.
StackWalker.StackFrame - Interface in java.lang
A StackFrame object represents a method invocation returned by StackWalker.
STANDARD - Constant in enum jdk.javadoc.doclet.Doclet.Option.Kind
A standard option.
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as standard time.
StandardDoclet - Class in jdk.javadoc.doclet
This doclet generates HTML-formatted documentation for the specified modules, packages and types.
StandardDoclet() - Constructor for class jdk.javadoc.doclet.StandardDoclet
Creates an instance of the standard doclet, used to generate HTML-formatted documentation.
start() - Method in class java.lang.ProcessBuilder
Starts a new process using the attributes of this process builder.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.IsindexAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
Called when a start tag is seen for the type of tag this action was registered to.
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
startInstant() - Method in interface java.lang.ProcessHandle.Info
Returns the start time of the process.
startPipeline(List<ProcessBuilder>) - Static method in class java.lang.ProcessBuilder
Starts a Process for each ProcessBuilder, creating a pipeline of processes linked by their standard output and standard input streams.
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 the substring of this string beginning at the specified index starts with the specified prefix.
StateEdit - Class in javax.swing.undo
StateEdit is a general edit for objects that change state.
StateEdit(StateEditable) - Constructor for class javax.swing.undo.StateEdit
Create and return a new StateEdit.
StateEdit(StateEditable, String) - Constructor for class javax.swing.undo.StateEdit
Create and return a new StateEdit with a presentation name.
StateEditable - Interface in javax.swing.undo
StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
stop() - Method in class java.lang.Thread
Deprecated. This method is inherently unsafe.
stop() - Method in class java.lang.ThreadGroup
Deprecated, for removal. This method is inherently unsafe.
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(InputStream) method.
store(Writer, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
storeState(Hashtable<Object, Object>) - Method in interface javax.swing.undo.StateEditable
Upon receiving this message the receiver should place any relevant state into state.
storeToXML(OutputStream, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table.
storeToXML(OutputStream, String, Charset) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
storeToXML(OutputStream, String, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
stream(T[]) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified array as its source.
stream(T[], int, int) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified range of the specified array as its source.
stream(double[]) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified array as its source.
stream(double[], int, int) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified range of the specified array as its source.
stream(int[]) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified array as its source.
stream(int[], int, int) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified range of the specified array as its source.
stream(long[]) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified array as its source.
stream(long[], int, int) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified range of the specified array as its source.
stream() - Method in class java.util.BitSet
Returns a stream of indices for which this BitSet contains a bit in the set state.
stream() - Method in interface java.util.Collection
Returns a sequential Stream with this collection as its source.
stream() - Method in class java.util.Optional
If a value is present, returns a sequential Stream containing only that value, otherwise returns an empty Stream.
stream() - Method in class java.util.OptionalDouble
If a value is present, returns a sequential DoubleStream containing only that value, otherwise returns an empty DoubleStream.
stream() - Method in class java.util.OptionalInt
If a value is present, returns a sequential IntStream containing only that value, otherwise returns an empty IntStream.
stream() - Method in class java.util.OptionalLong
If a value is present, returns a sequential LongStream containing only that value, otherwise returns an empty LongStream.
stream() - Method in class java.util.ServiceLoader
Returns a stream to lazily load available providers of this loader's service.
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.
streamBytes() - Method in interface java.io.ObjectInputFilter.FilterInfo
The current number of bytes consumed.
StreamCorruptedException - Exception in java.io
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamDescriptionProperty - Static variable in interface javax.swing.text.Document
The property name for the description of the stream used to initialize the document.
StreamTokenizer - Class in java.io
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated. As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
StrictMath - Class in java.lang
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
String - Class in java.lang
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(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(StringBuilder) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string builder argument.
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(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array 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) - Constructor for class java.lang.String
Deprecated. This method does not properly convert bytes into characters.
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[], int, int, Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
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[], int, int, int) - Constructor for class java.lang.String
Deprecated. This method does not properly convert bytes into characters.
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(int[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the Unicode code point array argument.
StringBuffer - Class in java.lang
A thread-safe, 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(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBufferInputStream - Class in java.io
Deprecated. This class does not properly convert characters into bytes.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Creates a string input stream to read data from the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringJoiner - Class in java.util
StringJoiner is used to construct a sequence of characters separated by a delimiter and optionally starting with a supplied prefix and ending with a supplied suffix.
StringJoiner(CharSequence) - Constructor for class java.util.StringJoiner
Constructs a StringJoiner with no characters in it, with no prefix or suffix, and a copy of the supplied delimiter.
StringJoiner(CharSequence, CharSequence, CharSequence) - Constructor for class java.util.StringJoiner
Constructs a StringJoiner with no characters in it using copies of the supplied prefix, delimiter and suffix.
stringPropertyNames() - Method in class java.util.Properties
Returns an unmodifiable set of keys from this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
StringTokenizer - Class in java.util
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.
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
strip() - Method in class java.lang.String
Returns a string whose value is this string, with all leading and trailing white space removed.
stripExtensions() - Method in class java.util.Locale
Returns a copy of this Locale with no extensions.
stripIndent() - Method in class java.lang.String
Returns a string whose value is this string, with incidental white space removed from the beginning and end of every line.
stripLeading() - Method in class java.lang.String
Returns a string whose value is this string, with all leading white space removed.
stripTrailing() - Method in class java.lang.String
Returns a string whose value is this string, with all trailing white space removed.
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 the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified 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.
subList(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - 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(K, boolean, K, boolean) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
SubmissionPublisher<T> - Class in java.util.concurrent
A Flow.Publisher that asynchronously issues submitted (non-null) items to current subscribers until it is closed.
SubmissionPublisher() - Constructor for class java.util.concurrent.SubmissionPublisher
Creates a new SubmissionPublisher using the ForkJoinPool.commonPool() for async delivery to subscribers (unless it does not support a parallelism level of at least two, in which case, a new Thread is created to run each task), with maximum buffer capacity of Flow.defaultBufferSize(), and no handler for Subscriber exceptions in method onNext.
SubmissionPublisher(Executor, int) - Constructor for class java.util.concurrent.SubmissionPublisher
Creates a new SubmissionPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber, and no handler for Subscriber exceptions in method onNext.
SubmissionPublisher(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Constructor for class java.util.concurrent.SubmissionPublisher
Creates a new SubmissionPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber, and, if non-null, the given handler invoked when any Subscriber throws an exception in method onNext.
submit(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - Method in class java.util.concurrent.AbstractExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<V>) - Method in interface java.util.concurrent.CompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, V) - Method in interface java.util.concurrent.CompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<V>) - Method in class java.util.concurrent.ExecutorCompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, V) - Method in class java.util.concurrent.ExecutorCompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<T>) - Method in class java.util.concurrent.ForkJoinPool
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(ForkJoinTask<T>) - Method in class java.util.concurrent.ForkJoinPool
Submits a ForkJoinTask for execution.
submit(Runnable) - Method in class java.util.concurrent.ForkJoinPool
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable, T) - Method in class java.util.concurrent.ForkJoinPool
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<T>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable, T) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Submits a Runnable task for execution and returns a Future representing that task.
submit(T) - Method in class java.util.concurrent.SubmissionPublisher
Publishes the given item to each current subscriber by asynchronously invoking its onNext method, blocking uninterruptibly while resources for any subscriber are unavailable.
subscribe(Flow.Subscriber<? super T>) - Method in interface java.util.concurrent.Flow.Publisher
Adds the given Subscriber if possible.
subscribe(Flow.Subscriber<? super T>) - Method in class java.util.concurrent.SubmissionPublisher
Adds the given Subscriber unless already subscribed.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a 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.
subSequence(int, int) - Method in class java.lang.StringBuilder
Returns a new character sequence that is a subsequence of this sequence.
Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, E) - 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(E, boolean, E, boolean) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
SUBSIZED - Static variable in interface java.util.Spliterator
Characteristic value signifying that all Spliterators resulting from trySplit() will be both Spliterator.SIZED and Spliterator.SUBSIZED.
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 string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a 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 character sequence.
substring(int, int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this sequence.
substring(int) - Method in class java.lang.StringBuilder
Returns a new String that contains a subsequence of characters currently contained in this character sequence.
substring(int, int) - Method in class java.lang.StringBuilder
Returns a new String that contains a subsequence of characters currently contained in this sequence.
subtractExact(int, int) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows a long.
subtractExact(int, int) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows a long.
suffix() - Method in class java.util.HexFormat
Returns the suffix used for each hexadecimal value in formatted hexadecimal strings.
sum(double, double) - Static method in class java.lang.Double
Adds two double values together as per the + operator.
sum(float, float) - Static method in class java.lang.Float
Adds two float values together as per the + operator.
sum(int, int) - Static method in class java.lang.Integer
Adds two integers together as per the + operator.
sum(long, long) - Static method in class java.lang.Long
Adds two long values together as per the + operator.
SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese" Unicode character block.
SUNDANESE - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Sundanese".
SUNDANESE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese Supplement" Unicode character block.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Superscripts and Subscripts" Unicode character block.
SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-A" Unicode character block.
SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-B" Unicode character block.
SUPPLEMENTAL_ARROWS_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-C" Unicode character block.
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Mathematical Operators" Unicode character block.
SUPPLEMENTAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Punctuation" Unicode character block.
SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Symbols and Pictographs" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-A" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-B" Unicode character block.
supplyAsync(Supplier<U>) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() with the value obtained by calling the given Supplier.
supplyAsync(Supplier<U>, Executor) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor with the value obtained by calling the given Supplier.
supportsNormalTermination() - Method in class java.lang.Process
Returns true if the implementation of Process.destroy() is to normally terminate the process, Returns false if the implementation of destroy forcibly and immediately terminates the process.
supportsNormalTermination() - Method in interface java.lang.ProcessHandle
Returns true if the implementation of ProcessHandle.destroy() normally terminates the process.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
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
Deprecated. Instead of SURROGATES_AREA, use Character.UnicodeBlock.HIGH_SURROGATES, Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES.
suspend() - Method in class java.lang.Thread
Deprecated, for removal. This method has been deprecated, as it is inherently deadlock-prone.
suspend() - Method in class java.lang.ThreadGroup
Deprecated, for removal. This method is inherently deadlock-prone.
SUTTON_SIGNWRITING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sutton SignWriting" Unicode character block.
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.
SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syloti Nagri" Unicode character block.
SYLOTI_NAGRI - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Syloti_Nagri".
SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Symbols and Pictographs Extended-A" Unicode character block.
SYMBOLS_FOR_LEGACY_COMPUTING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Symbols for Legacy Computing" Unicode character block.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
SyncFailedException - Exception in java.io
Signals that a sync operation has failed.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
synchronizedNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
SynchronousQueue<E> - Class in java.util.concurrent
A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
SynchronousQueue() - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with nonfair access policy.
SynchronousQueue(boolean) - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with the specified fairness policy.
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac" Unicode character block.
SYRIAC - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Syriac".
SYRIAC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac Supplement" Unicode character block.
System - Class in java.lang
The System class contains several useful class fields and methods.
System.Logger - Interface in java.lang
System.Logger instances log messages that will be routed to the underlying logging framework the LoggerFinder uses.
System.Logger.Level - Enum in java.lang
System loggers levels.
System.LoggerFinder - Class in java.lang
The LoggerFinder service is responsible for creating, managing, and configuring loggers to the underlying framework it uses.

Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz