Skip navigation links
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 

N

NAME - Static variable in interface de.toem.pattern.element.IElementModifier
 
name() - Method in class java.lang.Enum
Returns the name of this enum constant, exactly as declared in its enum declaration.
nameOf(int) - Method in interface de.toem.impulse.samples.IReadableMembers
Returns the name of member at index 'memberIndex'
nameOf(int) - Method in class de.toem.impulse.values.CompoundValue
 
nameOf(int) - Method in class de.toem.impulse.values.Struct
 
nameOf(int) - Method in class de.toem.impulse.values.Transaction
 
namePattern - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
nameRegular - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
A constant holding a Not-a-Number (NaN) value of type float.
nanoTime() - Static method in class java.lang.System
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
negate() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (-this), and whose scale is this.scale().
negate(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (-this), with rounding according to the context settings.
negate() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (-this).
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NEW_TAI_LUE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "New Tai Lue" Unicode character block.
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newLine() - Method in class java.io.BufferedWriter
Writes a line separator.
newPermissionCollection() - Method in class java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
next() - Method in interface de.toem.impulse.samples.ISamplesIterator
Goto next sample.
next(ISamplePointer) - Method in interface de.toem.impulse.samples.ISamplesIterator
Goto next sample of 'samples'.
NEXT_UNITS - Static variable in interface de.toem.impulse.samples.ISamplesWriter
 
nextAfter(double, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(double, double) - Static method in class java.lang.StrictMath
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.StrictMath
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextEdge(ISamplePointer, int) - Method in interface de.toem.impulse.samples.ISamplesIterator
Goto next edge.
nextEdge(ISamplePointer, int, ILogicDetector) - Method in interface de.toem.impulse.samples.ISamplesIterator
 
nextProbablePrime() - Method in class java.math.BigInteger
Returns the first integer greater than this BigInteger that is probably prime.
nextToken() - Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextUp(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of positive infinity.
nextUp(double) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to f in the direction of positive infinity.
NKO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "NKo" Unicode character block.
NO_FIELDS - Static variable in class java.io.ObjectStreamClass
serialPersistentFields value indicating no serializable fields
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NON_SPACING_MARK - Static variable in class java.lang.Character
General category "Mn" in the Unicode specification.
NONE - Static variable in class de.toem.impulse.domain.DomainValue
 
NONE - Static variable in interface de.toem.pattern.element.IElement
 
noOfEvents() - Method in interface de.toem.impulse.samples.IReadableGroup
Returns the number of events.
noOfEvents() - Method in class de.toem.impulse.values.GroupedValue
Returns the number of events.
noOfMembers() - Method in interface de.toem.impulse.samples.IReadableMembers
Returns the number of members.
noOfMembers() - Method in class de.toem.impulse.values.CompoundValue
 
noOfMembers() - Method in class de.toem.impulse.values.Struct
 
noOfMembers() - Method in class de.toem.impulse.values.Transaction
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoSuchFieldError - Error in java.lang
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with no detail message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with the specified detail message.
NoSuchFieldException - Exception in java.lang
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - Error in java.lang
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
not() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (~this).
NotActiveException - Exception in java.io
Thrown when serialization or deserialization is not active.
NotActiveException(String) - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
NotActiveException() - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException without a reason.
notifier - Static variable in class de.toem.pattern.element.Elements
 
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
NotSerializableException - Exception in java.io
Thrown when an instance is required to have a Serializable interface.
NotSerializableException(String) - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object with message string.
NotSerializableException() - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object.
noWs(List<IElement>) - Static method in class de.toem.pattern.element.Elements
 
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
Number - Class in java.lang
The abstract class Number is the superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short.
Number() - Constructor for class java.lang.Number
 
NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Number Forms" Unicode character block.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numberOfLeadingZeros(int) - Static method in class java.lang.Integer
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified int value.
numberOfLeadingZeros(long) - Static method in class java.lang.Long
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified long value.
numberOfTrailingZeros(int) - Static method in class java.lang.Integer
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified int value.
numberOfTrailingZeros(long) - Static method in class java.lang.Long
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified long value.
numberValue() - Method in interface de.toem.impulse.samples.IReadableSample
Return current sample as Number value.
numberValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
 
numberValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
Returns sample at index idx as Number value.
numberValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
Returns value of member 'member' as Number value.
nval - Variable in class java.io.StreamTokenizer
If the current token is a number, this field contains the value of that number.
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 
Skip navigation links