- E - Static variable in class java.lang.Math
-
The double
value that is closer than any other to
e, the base of the natural logarithms.
- E - Static variable in class java.lang.StrictMath
-
The double
value that is closer than any other to
e, the base of the natural logarithms.
- EGYPTIAN_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Egyptian Hieroglyphs" Unicode character block.
- ELEMENT_SEPERATOR_CHAR - Static variable in interface de.toem.pattern.element.ICell
-
- ELEMENT_SEPERATOR_REPLACEMENT - Static variable in interface de.toem.pattern.element.ICell
-
- elementAboutToBeModified(ElementModifierEvent) - Method in interface de.toem.pattern.element.IElementListener
-
- elementBound(IElement) - Method in interface de.toem.pattern.element.IElementListener
-
- elementLoaded(IElement, boolean) - Method in interface de.toem.pattern.element.IElementListener
-
- elementModified(ElementModifierEvent) - Method in interface de.toem.pattern.element.IElementListener
-
- elementResetted(IElement) - Method in interface de.toem.pattern.element.IElementListener
-
- Elements - Class in de.toem.pattern.element
-
- Elements() - Constructor for class de.toem.pattern.element.Elements
-
- elementUnbound(IElement, boolean) - Method in interface de.toem.pattern.element.IElementListener
-
- EMOTICONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Emoticons" Unicode character block.
- EMPTY - Static variable in class de.toem.pattern.element.Elements
-
- EMPTY - Static variable in interface de.toem.pattern.element.IElement
-
- EMPTY_LIST - Static variable in interface de.toem.pattern.element.ICell
-
- enable() - Static method in class java.lang.Compiler
-
Cause the Compiler to resume operation.
- enabled - Variable in class de.toem.impulse.cells.view.SearchConfiguration
-
- enabled - Variable in class de.toem.impulse.cells.view.SourceReference
-
- enabled - Variable in class de.toem.impulse.cells.view.ViewConfiguration
-
- enableNotifications(boolean) - Static method in class de.toem.pattern.element.Elements
-
- ENCLOSED_ALPHANUMERIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Enclosed Alphanumeric Supplement" Unicode character
block.
- ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Enclosed Alphanumerics" Unicode character block.
- ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Enclosed CJK Letters and Months" Unicode character block.
- ENCLOSED_IDEOGRAPHIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Enclosed Ideographic Supplement" Unicode character
block.
- ENCLOSING_MARK - Static variable in class java.lang.Character
-
General category "Me" in the Unicode specification.
- end - Variable in class de.toem.impulse.cells.record.Signal
-
- end - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- end - Variable in class de.toem.impulse.cells.view.ViewConfiguration
-
- END_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pe" in the Unicode specification.
- endsWith(String) - Method in class java.lang.String
-
Tests if this string ends with the specified suffix.
- ensureCapacity(int) - Method in class java.lang.StringBuffer
-
- ensureSettled(IProgress) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Ensure settlement of samples data.
- Enum<E extends Enum<E>> - Class in java.lang
-
This is the common base class of all Java language enumeration types.
- ENUM_ASSOC_DOMAINBASE - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_ASSOC_STYLE - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_ASSOC_TARGET - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_GLOBAL - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_LABEL_STYLE - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_MAX - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_MEMBER_0 - Static variable in interface de.toem.impulse.samples.ISample
-
- ENUM_MIN - Static variable in interface de.toem.impulse.samples.ISample
-
- EnumConstantNotPresentException - Exception in java.lang
-
Thrown when an application tries to access an enum constant by name
and the enum type contains no constant with the specified name.
- EnumConstantNotPresentException(Class<? extends Enum>, String) - Constructor for exception java.lang.EnumConstantNotPresentException
-
Constructs an EnumConstantNotPresentException for the
specified constant.
- enumerate(Thread[]) - Static method in class java.lang.Thread
-
Copies into the specified array every active thread in the current
thread's thread group and its subgroups.
- enumerate(Thread[]) - Method in class java.lang.ThreadGroup
-
Copies into the specified array every active thread in this
thread group and its subgroups.
- enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
-
Copies into the specified array every active thread in this
thread group.
- enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup
-
Copies into the specified array references to every active
subgroup in this thread group and its subgroups.
- enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
-
Copies into the specified array references to every active
subgroup in this thread group.
- Enumeration - Class in de.toem.impulse.values
-
- Enumeration(int, String, int) - Constructor for class de.toem.impulse.values.Enumeration
-
- Enumeration(int, int) - Constructor for class de.toem.impulse.values.Enumeration
-
- enumeration - Variable in class de.toem.impulse.values.Enumeration
-
- enumType() - Method in exception java.lang.EnumConstantNotPresentException
-
Returns the type of the missing enum constant.
- enumValue() - Method in interface de.toem.impulse.samples.IReadableSample
-
Return current sample as Enumeration value.
- enumValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
-
- enumValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns sample at index idx as Enumeration value.
- enumValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns value of member 'member' as Enumeration value.
- environment() - Method in class java.lang.ProcessBuilder
-
Returns a string map view of this process builder's environment.
- eof - Variable in exception java.io.OptionalDataException
-
True if there is no more data in the buffered part of the stream.
- EOFException - Exception in java.io
-
Signals that an end of file or end of stream has been reached
unexpectedly during input.
- EOFException() - Constructor for exception java.io.EOFException
-
Constructs an EOFException
with null
as its error detail message.
- EOFException(String) - Constructor for exception java.io.EOFException
-
Constructs an EOFException
with the specified detail
message.
- eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
-
Determines whether or not ends of line are treated as tokens.
- equals(Object) - Method in class de.toem.impulse.cells.record.SamplesExploit
-
- equals(Object) - Method in class de.toem.impulse.domain.DomainValue
-
- equals(Signal) - Method in enum de.toem.impulse.samples.ISamples.ProcessType
-
Returns true if signal has same process type.
- equals(ISamples.ProcessType, Signal) - Static method in enum de.toem.impulse.samples.ISamples.ProcessType
-
Returns true if signals process type is same as type.
- equals(Signal) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns true if signals signal descriptor equals to this.
- equals(ISamples.SignalDescriptor, Signal) - Static method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns true if signals signal descriptor equals to descr.
- equals(Object) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
- equals(Signal) - Method in enum de.toem.impulse.samples.ISamples.SignalType
-
Return true if signal has this signal type.
- equals(ISamples.SignalType, Signal) - Static method in enum de.toem.impulse.samples.ISamples.SignalType
-
Returns true if signals signal type is same as type.
- equals(Object) - Method in class de.toem.impulse.values.CompoundPack
-
- equals(Object) - Method in class de.toem.impulse.values.CompoundValue
-
- equals(Object) - Method in class de.toem.impulse.values.Logic
-
- equals(Object) - Method in class de.toem.impulse.values.MemberDescriptor
-
- equals(Object) - Method in class de.toem.impulse.values.StructMember
-
- equals(Object) - Method in class java.io.File
-
Tests this abstract pathname for equality with the given object.
- equals(Object) - Method in class java.io.FilePermission
-
Checks two FilePermission objects for equality.
- equals(Object) - Method in class java.lang.Boolean
-
Returns true
if and only if the argument is not
null
and is a Boolean
object that
represents the same boolean
value as this object.
- equals(Object) - Method in class java.lang.Byte
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Character
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Character.Subset
-
Compares two Subset
objects for equality.
- equals(Object) - Method in class java.lang.Double
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Enum
-
Returns true if the specified object is equal to this
enum constant.
- equals(Object) - Method in class java.lang.Float
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Integer
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Long
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Object
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class java.lang.ProcessBuilder.Redirect
-
Compares the specified object with this Redirect
for
equality.
- equals(Object) - Method in class java.lang.Short
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.StackTraceElement
-
Returns true if the specified object is another
StackTraceElement
instance representing the same execution
point as this instance.
- equals(Object) - Method in class java.lang.String
-
Compares this string to the specified object.
- equals(Object) - Method in class java.math.BigDecimal
-
Compares this BigDecimal
with the specified
Object
for equality.
- equals(Object) - Method in class java.math.BigInteger
-
Compares this BigInteger with the specified Object for equality.
- equals(Object) - Method in class java.math.MathContext
-
Compares this MathContext
with the specified
Object
for equality.
- equalsIgnoreCase(String) - Method in class java.lang.String
-
Compares this String
to another String
, ignoring case
considerations.
- equalValues(CompoundPack) - Method in class de.toem.impulse.values.CompoundPack
-
- equalValues(CompoundValue) - Method in class de.toem.impulse.values.CompoundValue
-
- err - Static variable in class java.io.FileDescriptor
-
A handle to the standard error stream.
- err - Static variable in class java.lang.System
-
The "standard" error output stream.
- Error - Error in java.lang
-
An Error
is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch.
- Error() - Constructor for error java.lang.Error
-
Constructs a new error with null
as its detail message.
- Error(String) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message.
- Error(String, Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message and
cause.
- Error(Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified cause and a detail
message of {@code (cause==null ?
- ETHIOPIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ethiopic" Unicode character block.
- ETHIOPIC_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ethiopic Extended" Unicode character block.
- ETHIOPIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ethiopic Extended-A" Unicode character block.
- ETHIOPIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ethiopic Supplement" Unicode character block.
- EVENT_CONTENT_GANTT - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Deprecated.
- EventGannt - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Deprecated.
- EventGantt - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
- Exception - Exception in java.lang
-
The class Exception
and its subclasses are a form of
Throwable
that indicates conditions that a reasonable
application might want to catch.
- Exception() - Constructor for exception java.lang.Exception
-
Constructs a new exception with null
as its detail message.
- Exception(String) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message.
- Exception(String, Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message and
cause.
- Exception(Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
- ExceptionInInitializerError - Error in java.lang
-
Signals that an unexpected exception has occurred in a static initializer.
- ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
-
Constructs an ExceptionInInitializerError
with
null
as its detail message string and with no saved
throwable object.
- ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
-
- ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
-
Constructs an ExceptionInInitializerError with the specified detail
message string.
- exec(String) - Method in class java.lang.Runtime
-
Executes the specified string command in a separate process.
- exec(String, String[]) - Method in class java.lang.Runtime
-
Executes the specified string command in a separate process with the
specified environment.
- exec(String, String[], File) - Method in class java.lang.Runtime
-
Executes the specified string command in a separate process with the
specified environment and working directory.
- exec(String[]) - Method in class java.lang.Runtime
-
Executes the specified command and arguments in a separate process.
- exec(String[], String[]) - Method in class java.lang.Runtime
-
Executes the specified command and arguments in a separate process
with the specified environment.
- exec(String[], String[], File) - Method in class java.lang.Runtime
-
Executes the specified command and arguments in a separate process with
the specified environment and working directory.
- exists() - Method in class java.io.File
-
Tests whether the file or directory denoted by this abstract pathname
exists.
- exit(int) - Method in class java.lang.Runtime
-
Terminates the currently running Java virtual machine by initiating its
shutdown sequence.
- exit(int) - Static method in class java.lang.System
-
Terminates the currently running Java Virtual Machine.
- exitValue() - Method in class java.lang.Process
-
Returns the exit value for the subprocess.
- exp(double) - Static method in class java.lang.Math
-
Returns Euler's number e raised to the power of a
double
value.
- exp(double) - Static method in class java.lang.StrictMath
-
Returns Euler's number e raised to the power of a
double
value.
- expand(int, int, byte[], int, int) - Static method in class de.toem.impulse.values.Logic
-
Internal method to expand internal representation to a logic value.
- exploits - Static variable in class de.toem.pattern.element.Elements
-
- expm1(double) - Static method in class java.lang.Math
-
Returns ex -1.
- expm1(double) - Static method in class java.lang.StrictMath
-
Returns ex -1.
- expression - Variable in class de.toem.impulse.cells.view.SearchConfiguration
-
- expressionLanguage - Variable in class de.toem.impulse.cells.view.SearchConfiguration
-
- EXTENDING - Static variable in interface de.toem.pattern.element.IElementModifier
-
- Externalizable - Interface in java.io
-
Only the identity of the class of an Externalizable instance is
written in the serialization stream and it is the responsibility
of the class to save and restore the contents of its instances.
- extract(int, int) - Method in class de.toem.impulse.values.Logic
-
Extract bits.
- extractBoundElements(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractCells(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractChapters(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractChild(ICell) - Method in interface de.toem.pattern.element.ICell
-
- extractContainer(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractContainerSet(Collection<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- extractDocuments(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractDocumentsAndChapters(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractDocumentsAndChapters(Collection<IElement>, Class<? extends ICell>) - Static method in class de.toem.pattern.element.Elements
-
- extractDocumentsAndChapters(Collection<IElement>, Class<? extends ICell>[]) - Static method in class de.toem.pattern.element.Elements
-
- extractResourceContainer(List<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractResourceElements(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- extractWithContainer(Collection<IElement>, IElement) - Static method in class de.toem.pattern.element.Elements
-