- BALINESE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Balinese" Unicode character block.
- BAMUM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Bamum" Unicode character block.
- BAMUM_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Bamum Supplement" Unicode character block.
- base - Variable in class de.toem.impulse.cells.view.SourceReference
-
- base - Variable in class de.toem.impulse.domain.DomainValue
-
- baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
-
First wire handle to be assigned.
- BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Basic Latin" Unicode character block.
- BATAK - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Batak" Unicode character block.
- BENGALI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Bengali" Unicode character block.
- bestFit(double) - Static method in enum de.toem.impulse.domain.AmpsBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.DateBase
-
- bestFit(Class<? extends IDomainBase>, double) - Static method in class de.toem.impulse.domain.DomainBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.FloatBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.FrequencyBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.IndexBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.PixelBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.TimeBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.UnknownBase
-
- bestFit(double) - Static method in enum de.toem.impulse.domain.VoltsBase
-
- BigDecimal - Class in java.math
-
Immutable, arbitrary-precision signed decimal numbers.
- BigDecimal(char[], int, int) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the
same sequence of characters as the
BigDecimal.BigDecimal(String)
constructor, while allowing a sub-array to be specified.
- BigDecimal(char[], int, int, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the
same sequence of characters as the
BigDecimal.BigDecimal(String)
constructor, while allowing a sub-array to be specified and
with rounding according to the context settings.
- BigDecimal(char[]) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the
same sequence of characters as the
BigDecimal.BigDecimal(String)
constructor.
- BigDecimal(char[], MathContext) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the
same sequence of characters as the
BigDecimal.BigDecimal(String)
constructor and with rounding according to the context
settings.
- BigDecimal(String) - Constructor for class java.math.BigDecimal
-
Translates the string representation of a BigDecimal
into a BigDecimal
.
- BigDecimal(String, MathContext) - Constructor for class java.math.BigDecimal
-
Translates the string representation of a
BigDecimal
into a
BigDecimal
, accepting the same strings as the
BigDecimal.BigDecimal(String)
constructor, with rounding
according to the context settings.
- BigDecimal(double) - Constructor for class java.math.BigDecimal
-
Translates a double
into a BigDecimal
which
is the exact decimal representation of the double
's
binary floating-point value.
- BigDecimal(double, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a double
into a BigDecimal
, with
rounding according to the context settings.
- BigDecimal(BigInteger) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
into a BigDecimal
.
- BigDecimal(BigInteger, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
into a BigDecimal
rounding according to the context settings.
- BigDecimal(BigInteger, int) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
unscaled value and an
int
scale into a BigDecimal
.
- BigDecimal(BigInteger, int, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
unscaled value and an
int
scale into a BigDecimal
, with rounding
according to the context settings.
- BigDecimal(int) - Constructor for class java.math.BigDecimal
-
Translates an int
into a BigDecimal
.
- BigDecimal(int, MathContext) - Constructor for class java.math.BigDecimal
-
Translates an int
into a BigDecimal
, with
rounding according to the context settings.
- BigDecimal(long) - Constructor for class java.math.BigDecimal
-
Translates a long
into a BigDecimal
.
- BigDecimal(long, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a long
into a BigDecimal
, with
rounding according to the context settings.
- bigDecimalValue() - Method in interface de.toem.impulse.samples.IReadableSample
-
Return current sample as BigDecimal value.
- bigDecimalValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
-
- bigDecimalValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns sample at index idx as BigDecimal value.
- bigDecimalValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns value of member 'member' as BigDecimal value.
- BigInteger - Class in java.math
-
Immutable arbitrary-precision integers.
- BigInteger(byte[]) - Constructor for class java.math.BigInteger
-
Translates a byte array containing the two's-complement binary
representation of a BigInteger into a BigInteger.
- BigInteger(int, byte[]) - Constructor for class java.math.BigInteger
-
Translates the sign-magnitude representation of a BigInteger into a
BigInteger.
- BigInteger(String, int) - Constructor for class java.math.BigInteger
-
Translates the String representation of a BigInteger in the
specified radix into a BigInteger.
- BigInteger(String) - Constructor for class java.math.BigInteger
-
Translates the decimal String representation of a BigInteger into a
BigInteger.
- BigInteger(int, Random) - Constructor for class java.math.BigInteger
-
Constructs a randomly generated BigInteger, uniformly distributed over
the range 0 to (2numBits
- 1), inclusive.
- BigInteger(int, int, Random) - Constructor for class java.math.BigInteger
-
Constructs a randomly generated positive BigInteger that is probably
prime, with the specified bitLength.
- bigIntValue() - Method in interface de.toem.impulse.samples.IReadableSample
-
Return current sample as BigInteger value.
- bigIntValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
-
- bigIntValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns sample at index idx as BigInteger value.
- bigIntValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns value of member 'member' as BigInteger value.
- BINARY_CONTENT_IMAGE - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Deprecated.
- bind(IElement) - Method in interface de.toem.pattern.element.ICell
-
- bind(ICover) - Method in interface de.toem.pattern.element.ICell
-
- bind(ICell) - Method in interface de.toem.pattern.element.ICell
-
- bind(IElement) - Method in interface de.toem.pattern.element.ICover
-
- bind(IElement) - Method in interface de.toem.pattern.element.IElement
-
- bind(IElement) - Method in interface de.toem.pattern.element.IElementProvider
-
- bitCount(int) - Static method in class java.lang.Integer
-
Returns the number of one-bits in the two's complement binary
representation of the specified int
value.
- bitCount(long) - Static method in class java.lang.Long
-
Returns the number of one-bits in the two's complement binary
representation of the specified long
value.
- bitCount() - Method in class java.math.BigInteger
-
Returns the number of bits in the two's complement representation
of this BigInteger that differ from its sign bit.
- bitLength() - Method in class java.math.BigInteger
-
Returns the number of bits in the minimal two's-complement
representation of this BigInteger, excluding a sign bit.
- BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Block Elements" Unicode character block.
- bModifier - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- Boolean - Class in java.lang
-
The Boolean class wraps a value of the primitive type
boolean
in an object.
- Boolean(boolean) - Constructor for class java.lang.Boolean
-
Allocates a Boolean
object representing the
value
argument.
- Boolean(String) - Constructor for class java.lang.Boolean
-
Allocates a Boolean
object representing the value
true
if the string argument is not null
and is equal, ignoring case, to the string "true"
.
- booleanValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
-
- booleanValue() - Method in class de.toem.impulse.values.Logic
-
- booleanValue() - Method in class java.lang.Boolean
-
Returns the value of this Boolean
object as a boolean
primitive.
- booleanValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns value of member 'member' as boolean value.
- BootstrapMethodError - Error in java.lang
-
Thrown to indicate that an invokedynamic
instruction has
failed to find its bootstrap method,
or the bootstrap method has failed to provide a
call site with a target
of the correct method type.
- BootstrapMethodError() - Constructor for error java.lang.BootstrapMethodError
-
Constructs a BootstrapMethodError
with no detail message.
- BootstrapMethodError(String) - Constructor for error java.lang.BootstrapMethodError
-
Constructs a BootstrapMethodError
with the specified
detail message.
- BootstrapMethodError(String, Throwable) - Constructor for error java.lang.BootstrapMethodError
-
Constructs a BootstrapMethodError
with the specified
detail message and cause.
- BootstrapMethodError(Throwable) - Constructor for error java.lang.BootstrapMethodError
-
Constructs a BootstrapMethodError
with the specified
cause.
- BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Bopomofo" Unicode character block.
- BOPOMOFO_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Bopomofo Extended" Unicode character block.
- bound - Static variable in interface de.toem.pattern.element.ICell
-
- bounds - Variable in class de.toem.impulse.paint.IPaint.CachedImage
-
- BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Box Drawing" Unicode character block.
- BRAHMI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Brahmi" Unicode character block.
- BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Braille Patterns" Unicode character block.
- BufferedInputStream - Class in java.io
-
A BufferedInputStream
adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark
and reset
methods.
- BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
-
Creates a BufferedInputStream
and saves its argument, the input stream
in
, for later use.
- BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
-
Creates a BufferedInputStream
with the specified buffer size,
and saves its argument, the input stream
in
, for later use.
- BufferedOutputStream - Class in java.io
-
The class implements a buffered output stream.
- BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
-
Creates a new buffered output stream to write data to the
specified underlying output stream.
- BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
-
Creates a new buffered output stream to write data to the
specified underlying output stream with the specified buffer
size.
- BufferedReader - Class in java.io
-
Reads text from a character-input stream, buffering characters so as to
provide for the efficient reading of characters, arrays, and lines.
- BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
-
Creates a buffering character-input stream that uses an input buffer of
the specified size.
- BufferedReader(Reader) - Constructor for class java.io.BufferedReader
-
Creates a buffering character-input stream that uses a default-sized
input buffer.
- BufferedWriter - Class in java.io
-
Writes text to a character-output stream, buffering characters so as to
provide for the efficient writing of single characters, arrays, and strings.
- BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
-
Creates a buffered character-output stream that uses a default-sized
output buffer.
- BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
-
Creates a new buffered character-output stream that uses an output
buffer of the given size.
- BUGINESE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Buginese" Unicode character block.
- BUHID - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Buhid" Unicode character block.
- bValueFormat - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- Byte - Class in java.lang
-
The Byte
class wraps a value of primitive type byte
in an object.
- Byte(byte) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte
object that
represents the specified byte
value.
- Byte(String) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte
object that
represents the byte
value indicated by the
String
parameter.
- ByteArrayInputStream - Class in java.io
-
A ByteArrayInputStream
contains
an internal buffer that contains bytes that
may be read from the stream.
- ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
-
Creates a ByteArrayInputStream
so that it uses buf
as its
buffer array.
- ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
-
Creates ByteArrayInputStream
that uses buf
as its
buffer array.
- ByteArrayOutputStream - Class in java.io
-
This class implements an output stream in which the data is
written into a byte array.
- ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
- bytesTransferred - Variable in exception java.io.InterruptedIOException
-
Reports how many bytes had been transferred as part of the I/O
operation before it was interrupted.
- bytesValue() - Method in interface de.toem.impulse.samples.IReadableSample
-
Return current sample as Logic value.
- bytesValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
-
- bytesValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns sample at index idx as byte[] value.
- bytesValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns value of member 'member' as byte[] value.
- byteValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a
byte
.
- byteValue() - Method in class java.lang.Double
-
Returns the value of this Double
as a byte
(by
casting to a byte
).
- byteValue() - Method in class java.lang.Float
-
Returns the value of this Float
as a byte
(by
casting to a byte
).
- byteValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a
byte
.
- byteValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a
byte
.
- byteValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a byte
.
- byteValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a
byte
.
- byteValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a byte
, checking
for lost information.
- BYZANTINE_MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Byzantine Musical Symbols" Unicode character block.