- object() - Method in interface de.toem.impulse.paint.ISelectItem
-
- Object - Class in java.lang
-
Class Object
is the root of the class hierarchy.
- Object() - Constructor for class java.lang.Object
-
- ObjectInput - Interface in java.io
-
ObjectInput extends the DataInput interface to include the reading of
objects.
- ObjectInputStream - Class in java.io
-
An ObjectInputStream deserializes primitive data and objects previously
written using an ObjectOutputStream.
- ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
-
Creates an ObjectInputStream that reads from the specified InputStream.
- ObjectInputStream.GetField - Class in java.io
-
Provide access to the persistent fields read from the input stream.
- ObjectInputValidation - Interface in java.io
-
Callback interface to allow validation of objects within a graph.
- ObjectOutput - Interface in java.io
-
ObjectOutput extends the DataOutput interface to include writing of objects.
- ObjectOutputStream - Class in java.io
-
An ObjectOutputStream writes primitive data types and graphs of Java objects
to an OutputStream.
- ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
-
Creates an ObjectOutputStream that writes to the specified OutputStream.
- ObjectOutputStream.PutField - Class in java.io
-
Provide programmatic access to the persistent fields to be written
to ObjectOutput.
- ObjectStreamClass - Class in java.io
-
Serialization's descriptor for classes.
- ObjectStreamConstants - Interface in java.io
-
Constants written into the Object Serialization Stream.
- ObjectStreamException - Exception in java.io
-
Superclass of all exceptions specific to Object Stream classes.
- ObjectStreamField - Class in java.io
-
A description of a Serializable field from a Serializable class.
- ObjectStreamField(String, Class<?>) - Constructor for class java.io.ObjectStreamField
-
Create a Serializable field with the specified type.
- ObjectStreamField(String, Class<?>, boolean) - Constructor for class java.io.ObjectStreamField
-
Creates an ObjectStreamField representing a serializable field with the
given name and type.
- of(char) - Static method in class java.lang.Character.UnicodeBlock
-
Returns the object representing the Unicode block containing the
given character, or null
if the character is not a
member of a defined block.
- of(int) - Static method in class java.lang.Character.UnicodeBlock
-
Returns the object representing the Unicode block
containing the given character (Unicode code point), or
null
if the character is not a member of a
defined block.
- of(int) - Static method in enum java.lang.Character.UnicodeScript
-
Returns the enum constant representing the Unicode script of which
the given character (Unicode code point) is assigned to.
- offsetByCodePoints(CharSequence, int, int) - Static method in class java.lang.Character
-
Returns the index within the given char sequence that is offset
from the given index
by codePointOffset
code points.
- offsetByCodePoints(char[], int, int, int, int) - Static method in class java.lang.Character
-
Returns the index within the given char
subarray
that is offset from the given index
by
codePointOffset
code points.
- offsetByCodePoints(int, int) - Method in class java.lang.String
-
Returns the index within this String
that is
offset from the given index
by
codePointOffset
code points.
- offsetByCodePoints(int, int) - Method in class java.lang.StringBuffer
-
- OGHAM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ogham" Unicode character block.
- OL_CHIKI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ol Chiki" Unicode character block.
- OLD_ITALIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Old Italic" Unicode character block.
- OLD_PERSIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Old Persian" Unicode character block.
- OLD_SOUTH_ARABIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Old South Arabian" Unicode character block.
- OLD_TURKIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Old Turkic" Unicode character block.
- ONE - Static variable in class java.math.BigDecimal
-
The value 1, with a scale of 0.
- ONE - Static variable in class java.math.BigInteger
-
The BigInteger constant one.
- onlyC(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- onlyCells(List<IElement>, Class<? extends ICell>) - Static method in class de.toem.pattern.element.Elements
-
- onlyCells(List<IElement>, Class<? extends ICell>[]) - Static method in class de.toem.pattern.element.Elements
-
- onlyDC(List<IElement>, Class<? extends ICell>) - Static method in class de.toem.pattern.element.Elements
-
- onlyDC(List<IElement>, Class<? extends ICell>[]) - Static method in class de.toem.pattern.element.Elements
-
- onlyDocumentsAndChapters(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- onlyFd(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- onlyOpen(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- onlyP(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- onlyResourceElements(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- onlyValidResources(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- open(long) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Open the writer, starting at position 'units'.
- open(long, Pageable<byte[]>) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Open the writer, starting at position 'units' , using 'samples' to store
the data.
- open(long, int, int, Pageable<byte[]>) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Open the writer, starting at position 'units' with mode (mode/limitation)
using 'samples' to store the data.
- open(long, long, int, int, Pageable<byte[]>) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Open the writer, starting at position 'units' and rate 'rate' (continuous
process) and mode (mode/limitation) using 'samples' to store the data.
- open(long, long, long, int, int, Pageable<byte[]>) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Open the writer, starting at position 'units' and rate 'rate' (continuous
process) and mode (mode/limitation) using 'samples' to store the data.
- open(long) - Method in interface de.toem.impulse.samples.ISingleDomainRecordGenerator
-
Open all writers at position 'units' (discrete process mode)).
- open(long, long) - Method in interface de.toem.impulse.samples.ISingleDomainRecordGenerator
-
Open all writers at position 'units' and rate (continuous process mode)).
- open(long, long, int, int) - Method in interface de.toem.impulse.samples.ISingleDomainRecordGenerator
-
Internal use only !
- OPERATOR_AND - Static variable in interface de.toem.impulse.values.ILogicOperation
-
- OPERATOR_NOT - Static variable in interface de.toem.impulse.values.ILogicOperation
-
- OPERATOR_OR - Static variable in interface de.toem.impulse.values.ILogicOperation
-
- OPERATOR_RESOLUITION - Static variable in interface de.toem.impulse.values.ILogicOperation
-
- OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Optical Character Recognition" Unicode character block.
- OptionalDataException - Exception in java.io
-
Exception indicating the failure of an object read operation due to
unread primitive data, or the end of data belonging to a serialized
object in the stream.
- or(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this | val)
.
- orderAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Return group order (sample order in one group) id for sample idx or 0 for no group.
- ordinal() - Method in interface de.toem.impulse.domain.IDomainBase
-
- ordinal() - Method in class java.lang.Enum
-
Returns the ordinal of this enumeration constant (its position
in its enum declaration, where the initial constant is assigned
an ordinal of zero).
- ordinaryChar(int) - Method in class java.io.StreamTokenizer
-
Specifies that the character argument is "ordinary"
in this tokenizer.
- ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
-
Specifies that all characters c in the range
low <= c <= high
are "ordinary" in this tokenizer.
- ORIYA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Oriya" Unicode character block.
- OSMANYA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Osmanya" Unicode character block.
- OTHER_LETTER - Static variable in class java.lang.Character
-
General category "Lo" in the Unicode specification.
- OTHER_NUMBER - Static variable in class java.lang.Character
-
General category "No" in the Unicode specification.
- OTHER_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Po" in the Unicode specification.
- OTHER_SYMBOL - Static variable in class java.lang.Character
-
General category "So" in the Unicode specification.
- out - Static variable in class java.io.FileDescriptor
-
A handle to the standard output stream.
- out - Static variable in class java.lang.System
-
The "standard" output stream.
- OutOfMemoryError - Error in java.lang
-
Thrown when the Java Virtual Machine cannot allocate an object
because it is out of memory, and no more memory could be made
available by the garbage collector.
- OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
-
Constructs an OutOfMemoryError
with no detail message.
- OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
-
Constructs an OutOfMemoryError
with the specified
detail message.
- OutputStream - Class in java.io
-
This abstract class is the superclass of all classes representing
an output stream of bytes.
- OutputStream() - Constructor for class java.io.OutputStream
-
- OutputStreamWriter - Class in java.io
-
An OutputStreamWriter is a bridge from character streams to byte streams:
Characters written to it are encoded into bytes using a specified charset
.
- OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
-
Creates an OutputStreamWriter that uses the named charset.
- OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
-
Creates an OutputStreamWriter that uses the default character encoding.
- OutputStreamWriter(OutputStream, Charset) - Constructor for class java.io.OutputStreamWriter
-
Creates an OutputStreamWriter that uses the given charset.
- OutputStreamWriter(OutputStream, CharsetEncoder) - Constructor for class java.io.OutputStreamWriter
-
Creates an OutputStreamWriter that uses the given charset encoder.
- overideMinimumSampleSize(int, int) - Method in interface de.toem.impulse.paint.ITheme
-
- Override - Annotation Type in java.lang
-
Indicates that a method declaration is intended to override a
method declaration in a supertype.