Splits this string around matches of the given
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.
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
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution
point.
start - Variable in class de.toem.impulse.cells.record.Signal
start - Variable in class de.toem.impulse.cells.view.PlotConfiguration
start - Variable in class de.toem.impulse.cells.view.ViewConfiguration
start(RootDoc) - Static method in class de.toem.impulse.javadoc.Doclet
Deprecated.
This function does it
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_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
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.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
STATE_0_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_1_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_D_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_H_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_J_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_K_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_L_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_LC_DIGITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_LEVEL_16 - Static variable in interface de.toem.impulse.samples.ISample
STATE_LEVEL_2 - Static variable in interface de.toem.impulse.samples.ISample
STATE_LEVEL_4 - Static variable in interface de.toem.impulse.samples.ISample
STATE_LEVEL_NONE - Static variable in interface de.toem.impulse.samples.ISample
STATE_M_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_N_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_O_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_P_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_U_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_UC_DIGITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_UNKNOWN_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_W_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_X_BITS - Static variable in interface de.toem.impulse.samples.ISample
STATE_Z_BITS - Static variable in interface de.toem.impulse.samples.ISample
stop() - Method in class java.lang.Thread
stop(Throwable) - Method in class java.lang.Thread
stop() - Method in class java.lang.ThreadGroup
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.
StreamCorruptedException - Exception in java.io
Thrown when control information that was read from an object stream
violates internal consistency checks.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
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
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(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.
String(byte[], int, int, int) - Constructor for class java.lang.String
String(byte[], int) - Constructor for class java.lang.String
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, Charset) - Constructor for class java.lang.String
Constructs a new String
by decoding the specified subarray of
bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String
by decoding the specified array of bytes
using the specified charset.
String(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String
by decoding the specified array of
bytes using the specified charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String
by decoding the specified subarray of
bytes using the platform's default charset.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String
by decoding the specified array of bytes
using the platform's default charset.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters
currently contained in the string buffer argument.
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.
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(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and
the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the
specified string.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters
as the specified CharSequence
.
StringBufferInputStream - Class in java.io
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated.
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(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.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the
specified string.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters
as the specified CharSequence
.
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.
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.
stringValue() - Method in interface de.toem.impulse.samples.IReadableSample
Return current sample as String value.
stringValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
stringValue(Object, boolean) - Method in interface de.toem.impulse.samples.ISampleConverter
stringValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
Returns sample at index idx as String value.
stringValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
Returns value of member 'member' as String value.
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.
stripTrailingZeros() - Method in class java.math.BigDecimal
Returns a BigDecimal
which is numerically equal to
this one but with any trailing zeros removed from the
representation.
Struct - Class in de.toem.impulse.values
This class contains the value of struct signals.
Struct(byte[], int, int, ISamplesLegend) - Constructor for class de.toem.impulse.values.Struct
Creates a new struct event.
Struct(StructMember...) - Constructor for class de.toem.impulse.values.Struct
STRUCT_CONTENT_CHART - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_CONTENT_GANTT - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_CONTENT_LOG - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_CONTENT_TRANSACTION - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_MASK_TYPE - Static variable in interface de.toem.impulse.samples.ISample
STRUCT_MOD_HIDDEN - Static variable in interface de.toem.impulse.samples.ISample
STRUCT_MOD_VALID_UNTIL_CHANGE - Static variable in interface de.toem.impulse.samples.ISample
STRUCT_TYPE_BINARY - Static variable in interface de.toem.impulse.samples.ISample
Binary struct member type.
STRUCT_TYPE_BOOLEAN - Static variable in interface de.toem.impulse.samples.ISample
Boolean struct member type.
STRUCT_TYPE_ENUM - Static variable in interface de.toem.impulse.samples.ISample
Global enumeration struct member type.
STRUCT_TYPE_FLOAT - Static variable in interface de.toem.impulse.samples.ISample
Float struct member type.
STRUCT_TYPE_INTEGER - Static variable in interface de.toem.impulse.samples.ISample
Integer struct member type.
STRUCT_TYPE_LOCAL_ENUM - Static variable in interface de.toem.impulse.samples.ISample
Local enumeration struct member type.
STRUCT_TYPE_MAX - Static variable in interface de.toem.impulse.samples.ISample
STRUCT_TYPE_MERGE_ENUM - Static variable in interface de.toem.impulse.samples.ISample
Merging enumeration struct member type.
STRUCT_TYPE_STRUCT - Static variable in interface de.toem.impulse.samples.ISample
Inner struct member type.
STRUCT_TYPE_TEXT - Static variable in interface de.toem.impulse.samples.ISample
Text struct member type.
STRUCT_TYPE_UNKNOWN - Static variable in interface de.toem.impulse.samples.ISample
StructGannt - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
StructGantt - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
StructLog - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
StructMember - Class in de.toem.impulse.values
A struct member is mainly a tuple of name, type and value.
StructMember(String, int, String, int) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member.
StructMember(String, int, String, int, Object) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member.
StructMember(int, int, Object) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member.
StructMember(ISamplesLegend, byte[], int) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member from packed data.
StructTransaction - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
structValue() - Method in interface de.toem.impulse.samples.IReadableSample
Return current sample as Struct value.
structValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
structValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
Returns sample at index idx as Struct value.
style - Variable in class de.toem.impulse.cells.view.PlotConfiguration
style - Variable in class de.toem.impulse.values.AbstractAttachment
STYLE_ACTIVE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_ALLOW_0_WITHOUT_UNITS - Static variable in interface de.toem.impulse.domain.IDomainBase
STYLE_AREA - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_AUTO_UNIT - Static variable in interface de.toem.impulse.domain.IDomainBase
STYLE_BASE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_CHART - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_DEFAULT - Static variable in interface de.toem.impulse.domain.IDomainBase
STYLE_DELTA - Static variable in interface de.toem.impulse.domain.IDomainBase
STYLE_DIFF - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_DIR_DOWN - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_DIR_UP - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_DROP_AFTER - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_DROP_BEFORE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_DROP_ON - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_EVENT - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_FOCUS - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_GANT - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_HIDDEN - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_HOVER - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_IMAGE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_IMAGES - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_LABELS - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_LINE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_LOG - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_LOGIC - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_LOOSE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MASK_DIR - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MEASURE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MEASURE_NORMAL - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MEASURE_SHARED - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MEASURE_SHARED_TO_LEFT - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MEASURE_SHARED_TO_RIGHT - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE_LEFT - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE_LEFT_BOOST - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE_LEFT_FAST - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE_RIGHT - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE_RIGHT_BOOST - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MOVE_RIGHT_FAST - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_MULTI - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_NOAXIS - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_NONE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_NONE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_PREFFERED_UNIT - Static variable in interface de.toem.impulse.domain.IDomainBase
STYLE_QUICK_MEASURE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_REMOVE_TRAILING_ZEROS - Static variable in interface de.toem.impulse.domain.IDomainBase
STYLE_RESIZE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_SELECTED - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_SHOW_ICONS - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_SHOW_NAMES_RIGHTALLIGNED - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_SHOW_VALUE_COLUMN - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_TAG_TO_LEFT - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_TRANSACTION - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_VECTOR - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
STYLE_XSTYLE - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_ZOOM_IN - Static variable in interface de.toem.impulse.paint.ITheme
STYLE_ZOOM_OUT - Static variable in interface de.toem.impulse.paint.ITheme
styleDescriptor - Variable in class de.toem.impulse.cells.view.PlotConfiguration
styleParameters - Variable in class de.toem.impulse.cells.view.PlotConfiguration
styles - Variable in class de.toem.impulse.values.AbstractAttachment
sub(DomainValue) - Method in class de.toem.impulse.domain.DomainValue
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new CharSequence
that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during
serialization/deserialization.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
substring(int, int) - Method in class java.lang.StringBuffer
subtract(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal
whose value is (this -
subtrahend)
, and whose scale is max(this.scale(),
subtrahend.scale())
.
subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal
whose value is (this - subtrahend)
,
with rounding according to the context settings.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val)
.
SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese" Unicode character block.
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_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.
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.
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
suspend() - Method in class java.lang.Thread
suspend() - Method in class java.lang.ThreadGroup
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() - Method in class de.toem.impulse.values.Logic
Swap the bits of the value.
SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syloti Nagri" Unicode character block.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying
device.
SYNC_NONE - Static variable in class de.toem.impulse.cells.record.PortScope
SYNC_SYNCED - Static variable in class de.toem.impulse.cells.record.PortScope
SYNC_UNSYNCED - Static variable in class de.toem.impulse.cells.record.PortScope
synced - Variable in class de.toem.impulse.cells.record.PortScope
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.
syncResource() - Method in interface de.toem.pattern.element.IElement
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac" Unicode character block.
System - Class in java.lang
The System
class contains several useful class fields
and methods.
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