A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

abs(N) - Method in class ch.javasoft.math.AbstractNumberOps
 
abs(BigDecimal) - Method in class ch.javasoft.math.BigDecimalOperations
 
abs() - Method in class ch.javasoft.math.BigFraction
Returns a BigFraction whose value is the absolute value of this BigFraction.
abs(BigFraction) - Method in class ch.javasoft.math.BigFractionOperations
 
abs(BigInteger) - Method in class ch.javasoft.math.BigIntegerOperations
 
abs(Double) - Method in class ch.javasoft.math.DoubleOperations
 
abs(Integer) - Method in class ch.javasoft.math.IntegerOperations
 
abs(Long) - Method in class ch.javasoft.math.LongOperations
 
abs(N) - Method in interface ch.javasoft.math.NumberOperations
Returns the absolute value of the given number, i.e.
AbstractDataInput - Class in ch.javasoft.io
The AbstractDataInput class implements most methods of DataInput, leaving only the following methods for subclasses: AbstractDataInput.read() AbstractDataInput.peek() AbstractDataInput.read(byte[], int, int) AbstractDataInput.skipBytes(int)
AbstractDataInput() - Constructor for class ch.javasoft.io.AbstractDataInput
 
AbstractDataInput - Class in ch.javasoft.jbase.util
The AbstractDataInput class implements most methods of DataInput, leaving only the following methods for subclasses: AbstractDataInput.read() AbstractDataInput.peek() AbstractDataInput.read(byte[], int, int) AbstractDataInput.skipBytes(int)
AbstractDataInput() - Constructor for class ch.javasoft.jbase.util.AbstractDataInput
 
AbstractDataOutput - Class in ch.javasoft.io
The AbstractDataOutput class implements most methods of DataOutput, leaving only the following methods for subclasses: DataOutput.write(int) DataOutput.write(byte[], int, int)
AbstractDataOutput() - Constructor for class ch.javasoft.io.AbstractDataOutput
 
AbstractDataOutput - Class in ch.javasoft.jbase.util
The AbstractDataOutput class implements most methods of DataOutput, leaving only the following methods for subclasses: DataOutput.write(int) DataOutput.write(byte[], int, int)
AbstractDataOutput() - Constructor for class ch.javasoft.jbase.util.AbstractDataOutput
 
AbstractDoubleMatrix - Class in ch.javasoft.smx.impl
The AbstractDoubleMatrix contains methods which are typically common for DoubleMatrix implementations, or default implementations for some methods.
AbstractDoubleMatrix() - Constructor for class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
AbstractIntCollection - Class in ch.javasoft.util.intcoll
Abstract pre-implementation of IntCollection.
AbstractIntCollection() - Constructor for class ch.javasoft.util.intcoll.AbstractIntCollection
 
AbstractIntCollection(IntCollection) - Constructor for class ch.javasoft.util.intcoll.AbstractIntCollection
 
AbstractIntCollection(int[]) - Constructor for class ch.javasoft.util.intcoll.AbstractIntCollection
 
AbstractIntIntMap - Class in ch.javasoft.util.intcoll
AbstractIntIntMap is the superclass for usual maps from int to int.
AbstractIntIntMap() - Constructor for class ch.javasoft.util.intcoll.AbstractIntIntMap
 
AbstractIntIntMap.ImmutableIntIntEntry - Class in ch.javasoft.util.intcoll
 
AbstractIntIntMap.ImmutableIntIntEntry(int, int) - Constructor for class ch.javasoft.util.intcoll.AbstractIntIntMap.ImmutableIntIntEntry
 
AbstractIntIntMap.SimpleIntIntEntry - Class in ch.javasoft.util.intcoll
 
AbstractIntIntMap.SimpleIntIntEntry(int, int) - Constructor for class ch.javasoft.util.intcoll.AbstractIntIntMap.SimpleIntIntEntry
 
AbstractIntIterable - Class in ch.javasoft.util.intcoll
The AbstractIntIterable implements Iterable.iterator() by returning the IntIterator returned IntIterable.intIterator(), which remains unimplemented and is delegated to the subclass.
AbstractIntIterable() - Constructor for class ch.javasoft.util.intcoll.AbstractIntIterable
 
AbstractIntIterator - Class in ch.javasoft.util.intcoll
The AbstractIntIterator is an abstract default pre-implementation for those methods which are typically common for an IntIterator.
AbstractIntIterator() - Constructor for class ch.javasoft.util.intcoll.AbstractIntIterator
 
AbstractIntList - Class in ch.javasoft.util.intcoll
 
AbstractIntList() - Constructor for class ch.javasoft.util.intcoll.AbstractIntList
 
AbstractIntList(int[]) - Constructor for class ch.javasoft.util.intcoll.AbstractIntList
 
AbstractIntList(IntCollection) - Constructor for class ch.javasoft.util.intcoll.AbstractIntList
 
AbstractIntListIterator - Class in ch.javasoft.util.intcoll
 
AbstractIntListIterator() - Constructor for class ch.javasoft.util.intcoll.AbstractIntListIterator
 
AbstractJob<R> - Class in ch.javasoft.job
AbstractJob is an abstract base implementation for most jobs implementing both Job and Executable.
AbstractJob() - Constructor for class ch.javasoft.job.AbstractJob
 
AbstractJobProcessor<JR,R,J extends Job<? extends JR>> - Class in ch.javasoft.job
An abstract implementation of JobProcessor, mainly implementing JobTerminationHandler support.
AbstractJobProcessor() - Constructor for class ch.javasoft.job.AbstractJobProcessor
 
AbstractMultiValueMap<K,V> - Class in ch.javasoft.util.map
Abstract implementation for MultiValueMap for most common methods.
AbstractMultiValueMap() - Constructor for class ch.javasoft.util.map.AbstractMultiValueMap
Constructor for an empty mapping
AbstractMutableMultiValueMap<K,V> - Class in ch.javasoft.util.map
Abstract implementation for MultiValueMap for most common methods for subclasses
AbstractMutableMultiValueMap() - Constructor for class ch.javasoft.util.map.AbstractMutableMultiValueMap
Constructor for an empty mapping
AbstractMutableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - Constructor for class ch.javasoft.util.map.AbstractMutableMultiValueMap
Constructor for a mapping based on an existing mapping to copy
AbstractNumberOps<N extends Number> - Class in ch.javasoft.math
 
AbstractNumberOps() - Constructor for class ch.javasoft.math.AbstractNumberOps
 
AbstractSortedIntSet - Class in ch.javasoft.util.intcoll
Implementation of IntSet, also implementing SortedSet, but with support limited to positive integers.
AbstractSortedIntSet() - Constructor for class ch.javasoft.util.intcoll.AbstractSortedIntSet
 
AbstractSortedIntSet(IntCollection) - Constructor for class ch.javasoft.util.intcoll.AbstractSortedIntSet
 
AbstractSortedIntSet(int[]) - Constructor for class ch.javasoft.util.intcoll.AbstractSortedIntSet
 
AbstractStandardHandler - Class in ch.javasoft.util.logging
Standard err/out handlers, somewhat like ConsoleHandler, but for both streams.
AbstractStandardHandler(OutputStream) - Constructor for class ch.javasoft.util.logging.AbstractStandardHandler
Create a AbstractStandardHandler with the given output stream.
AbstractStandardHandler(AbstractStandardHandler.StandardStream) - Constructor for class ch.javasoft.util.logging.AbstractStandardHandler
Create a AbstractStandardHandler with the given standard stream.
AbstractStandardHandler(OutputStream, Formatter) - Constructor for class ch.javasoft.util.logging.AbstractStandardHandler
Create a AbstractStandardHandler with the given output stream and formatter
AbstractStandardHandler(AbstractStandardHandler.StandardStream, Formatter) - Constructor for class ch.javasoft.util.logging.AbstractStandardHandler
Create a AbstractStandardHandler with the given standard stream and formatter
AbstractStandardHandler.StandardStream - Class in ch.javasoft.util.logging
A print stream which never closes the underlying stream
AbstractStandardHandler.StandardStream(OutputStream) - Constructor for class ch.javasoft.util.logging.AbstractStandardHandler.StandardStream
 
AbstractVector<N extends Number> - Class in ch.javasoft.smx.impl
Abstract superclass with default implementations which might be common for most vector classes for specific data types.
AbstractVector(boolean) - Constructor for class ch.javasoft.smx.impl.AbstractVector
 
accept(File) - Method in class ch.javasoft.io.FileEndingFileFilter
 
add(E) - Method in class ch.javasoft.jbase.concurrent.ConcurrentTable
 
add(E) - Method in class ch.javasoft.jbase.concurrent.MultiplexedAppendTable
Adds an entry, initially to the cache.
add(E) - Method in class ch.javasoft.jbase.FixedWidthTable
 
add(E) - Method in class ch.javasoft.jbase.MemoryTable
 
add(E) - Method in interface ch.javasoft.jbase.Table
Adds a new entity to the table.
add(E) - Method in class ch.javasoft.jbase.util.CachedTableSoftReference
 
add(E) - Method in class ch.javasoft.jbase.util.CachedTableWeakReference
 
add(E) - Method in class ch.javasoft.jbase.util.TableList
 
add(int, E) - Method in class ch.javasoft.jbase.util.TableList
 
add(E) - Method in class ch.javasoft.jbase.VariableWidthTable
 
add(BigDecimal, BigDecimal) - Method in class ch.javasoft.math.BigDecimalOperations
 
add(BigFraction) - Method in class ch.javasoft.math.BigFraction
Returns a BigFraction whose value is (this + val).
add(BigFraction, BigFraction) - Method in class ch.javasoft.math.BigFractionOperations
 
add(BigInteger, BigInteger) - Method in class ch.javasoft.math.BigIntegerOperations
 
add(Double, Double) - Method in class ch.javasoft.math.DoubleOperations
 
add(Integer, Integer) - Method in class ch.javasoft.math.IntegerOperations
 
add(Long, Long) - Method in class ch.javasoft.math.LongOperations
 
add(N, N) - Method in interface ch.javasoft.math.NumberOperations
Returns the sum of the two values, i.e.
add(int, int, BigInteger) - Method in interface ch.javasoft.smx.iface.WritableBigIntegerMatrix
 
add(int, int, BigInteger, BigInteger) - Method in interface ch.javasoft.smx.iface.WritableBigIntegerRationalMatrix
 
add(int, int, double) - Method in interface ch.javasoft.smx.iface.WritableDoubleMatrix
 
add(int, int, int) - Method in interface ch.javasoft.smx.iface.WritableIntMatrix
 
add(int, int, int, int) - Method in interface ch.javasoft.smx.iface.WritableIntRationalMatrix
 
add(int, int, long) - Method in interface ch.javasoft.smx.iface.WritableLongMatrix
 
add(int, int, long, long) - Method in interface ch.javasoft.smx.iface.WritableLongRationalMatrix
 
add(int, int, double) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, BigInteger) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, long) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, int) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, int, int) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, long, long) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, BigInteger, BigInteger) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
add(int, int, BigInteger) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerMatrix
 
add(int, int, int) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerMatrix
 
add(int, int, long) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerMatrix
 
add(int, int, BigInteger, BigInteger) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
add(int, int, long, long) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
add(int, int, long) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
add(int, int, int) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
add(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
add(int, int, BigInteger) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
add(int, int, int) - Method in class ch.javasoft.smx.impl.DefaultIntMatrix
 
add(int, int, int) - Method in class ch.javasoft.smx.impl.DefaultIntRationalMatrix
 
add(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultIntRationalMatrix
 
add(int, int, int) - Method in class ch.javasoft.smx.impl.DefaultLongMatrix
 
add(int, int, long) - Method in class ch.javasoft.smx.impl.DefaultLongMatrix
 
Add - Class in ch.javasoft.smx.ops
The Add class contains static methods to add one matrix to another matrix, supporting different matrix types.
add(ReadableDoubleMatrix, ReadableDoubleMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableDoubleMatrix, ReadableDoubleMatrix, WritableDoubleMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableIntMatrix, ReadableIntMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableIntMatrix, ReadableIntMatrix, WritableIntMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableLongMatrix, ReadableLongMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableLongMatrix, ReadableLongMatrix, WritableLongMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableIntRationalMatrix, ReadableIntRationalMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableIntRationalMatrix, ReadableIntRationalMatrix, WritableIntRationalMatrix) - Static method in class ch.javasoft.smx.ops.Add
 
add(ReadableMatrix<BigInteger>, BigInteger) - Method in class ch.javasoft.smx.ops.matrix.BigIntegerMatrixOperations
 
add(ReadableMatrix<BigInteger>, ReadableMatrix<BigInteger>) - Method in class ch.javasoft.smx.ops.matrix.BigIntegerMatrixOperations
 
add(ReadableMatrix<BigFraction>, BigFraction) - Method in class ch.javasoft.smx.ops.matrix.BigIntegerRationalMatrixOperations
 
add(ReadableMatrix<BigFraction>, ReadableMatrix<BigFraction>) - Method in class ch.javasoft.smx.ops.matrix.BigIntegerRationalMatrixOperations
 
add(ReadableMatrix<Double>, Double) - Method in class ch.javasoft.smx.ops.matrix.DoubleMatrixOperations
 
add(ReadableMatrix<Double>, ReadableMatrix<Double>) - Method in class ch.javasoft.smx.ops.matrix.DoubleMatrixOperations
 
add(ReadableMatrix<Integer>, Integer) - Method in class ch.javasoft.smx.ops.matrix.IntMatrixOperations
 
add(ReadableMatrix<Integer>, ReadableMatrix<Integer>) - Method in class ch.javasoft.smx.ops.matrix.IntMatrixOperations
 
add(ReadableMatrix<Long>, Long) - Method in class ch.javasoft.smx.ops.matrix.LongMatrixOperations
 
add(ReadableMatrix<Long>, ReadableMatrix<Long>) - Method in class ch.javasoft.smx.ops.matrix.LongMatrixOperations
 
add(ReadableMatrix<N>, N) - Method in interface ch.javasoft.smx.ops.MatrixOperations
 
add(ReadableMatrix<N>, ReadableMatrix<N>) - Method in interface ch.javasoft.smx.ops.MatrixOperations
 
add(ReadableDoubleMatrix, double) - Static method in class ch.javasoft.smx.ops.ScalarOps
 
add(ReadableIntMatrix, int) - Static method in class ch.javasoft.smx.ops.ScalarOps
 
add(ReadableLongMatrix, long) - Static method in class ch.javasoft.smx.ops.ScalarOps
 
add(int, int, int, int, WritableIntRationalMatrix, int, int) - Static method in class ch.javasoft.smx.util.SmxIntegerUtil
 
add(StretchGridLayout.LinearFunction) - Method in class ch.javasoft.swing.StretchGridLayout.StueckLinFunction
 
add(double) - Method in class ch.javasoft.util.DoubleArray
Adds the specified value to the end of this double array
add(int, double) - Method in class ch.javasoft.util.DoubleArray
Adds the specified value at the given position of the array.
add(int) - Method in class ch.javasoft.util.IntArray
Adds the specified value to the end of this int array
add(int, int) - Method in class ch.javasoft.util.IntArray
Adds the specified value at the given position of the array.
add(Integer) - Method in class ch.javasoft.util.intcoll.AbstractIntCollection
 
add(int, Integer) - Method in class ch.javasoft.util.intcoll.AbstractIntList
 
add(Integer) - Method in class ch.javasoft.util.intcoll.AbstractIntListIterator
 
add(long) - Method in class ch.javasoft.util.LongArray
Adds the specified value to the end of this long array
add(int, long) - Method in class ch.javasoft.util.LongArray
Adds the specified value at the given position of the array.
add(K, V) - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Always throws an UnsupportedOperationException
add(Integer, Integer) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
Adds the given value to the multi value map
add(int, int) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
add(K, V) - Method in class ch.javasoft.util.map.DefaultMultiValueMap
Adds the given value to the multi value map
add(int, int) - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Adds the given value to the key collection
add(K, V) - Method in interface ch.javasoft.util.map.MultiValueMap
Adds the given value to the multi value map
addAll(Collection<? extends E>) - Method in class ch.javasoft.jbase.util.TableList
 
addAll(int, Collection<? extends E>) - Method in class ch.javasoft.jbase.util.TableList
 
addAll(Iterable<? extends E>, Table<E>) - Static method in class ch.javasoft.jbase.util.Tables
 
addAll(Table<? extends E>, Table<E>) - Static method in class ch.javasoft.jbase.util.Tables
 
addAll(DoubleArray) - Method in class ch.javasoft.util.DoubleArray
Adds the values from array to the end of this double array
addAll(int, int, DoubleArray) - Method in class ch.javasoft.util.DoubleArray
Adds the values from array to the end of this int array
addAll(double...) - Method in class ch.javasoft.util.DoubleArray
Adds the specified values to the end of this double array
addAll(int, int, double...) - Method in class ch.javasoft.util.DoubleArray
Adds the specified values to the end of this double array
addAll(IntArray) - Method in class ch.javasoft.util.IntArray
Adds the values from array to the end of this int array
addAll(int, int, IntArray) - Method in class ch.javasoft.util.IntArray
Adds the values from array to the end of this int array
addAll(int...) - Method in class ch.javasoft.util.IntArray
Adds the specified values to the end of this int array
addAll(int, int, int...) - Method in class ch.javasoft.util.IntArray
Adds the specified values to the end of this int array, from index from (inclusive) to to (exclusive).
addAll(Collection<? extends Integer>) - Method in class ch.javasoft.util.intcoll.AbstractIntCollection
 
addAll(IntCollection) - Method in class ch.javasoft.util.intcoll.AbstractIntCollection
 
addAll(int...) - Method in class ch.javasoft.util.intcoll.AbstractIntCollection
 
addAll(int, Collection<? extends Integer>) - Method in class ch.javasoft.util.intcoll.AbstractIntList
 
addAll(IntCollection) - Method in class ch.javasoft.util.intcoll.DefaultIntList
 
addAll(int...) - Method in class ch.javasoft.util.intcoll.DefaultIntList
 
addAll(Collection<? extends Integer>) - Method in class ch.javasoft.util.intcoll.DefaultIntSet
 
addAll(IntCollection) - Method in class ch.javasoft.util.intcoll.DefaultIntSet
 
addAll(int...) - Method in class ch.javasoft.util.intcoll.DefaultIntSet
 
addAll(IntCollection) - Method in interface ch.javasoft.util.intcoll.IntCollection
 
addAll(int...) - Method in interface ch.javasoft.util.intcoll.IntCollection
 
addAll(LongArray) - Method in class ch.javasoft.util.LongArray
Adds the values from array to the end of this long array
addAll(int, int, LongArray) - Method in class ch.javasoft.util.LongArray
Adds the values from array to the end of this int array
addAll(long...) - Method in class ch.javasoft.util.LongArray
Adds the specified values to the end of this long array
addAll(int, int, long...) - Method in class ch.javasoft.util.LongArray
Adds the specified values to the end of this long array
addAll(K, Collection<? extends V>) - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Always throws an UnsupportedOperationException
addAll(K, V...) - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Always throws an UnsupportedOperationException
addAll(Map<? extends K, ? extends V>) - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Always throws an UnsupportedOperationException
addAll(MultiValueMap<? extends K, ? extends V>) - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Always throws an UnsupportedOperationException
addAll(K, V...) - Method in class ch.javasoft.util.map.AbstractMutableMultiValueMap
Adds the given values to the key collection
addAll(K, Collection<? extends V>) - Method in class ch.javasoft.util.map.AbstractMutableMultiValueMap
Adds the given values to the key collection
addAll(Map<? extends K, ? extends V>) - Method in class ch.javasoft.util.map.AbstractMutableMultiValueMap
Adds the key/value map entries of the given map to this key collection
addAll(MultiValueMap<? extends K, ? extends V>) - Method in class ch.javasoft.util.map.AbstractMutableMultiValueMap
Adds the key/value-collection entries of the given mapping to this key collection
addAll(int, IntCollection) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
addAll(Integer, Collection<? extends Integer>) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
addAll(int, int...) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
addAll(IntMap<? extends Integer>) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
addAll(IntIntMultiValueMap) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
addAll(K, Collection<? extends V>) - Method in class ch.javasoft.util.map.DefaultMultiValueMap
 
addAll(int, int...) - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Adds the given values to the key collection
addAll(IntMap<? extends Integer>) - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Adds the key/value map entries of the given map to this key collection
addAll(int, IntCollection) - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Adds the given values to the key collection
addAll(IntIntMultiValueMap) - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Adds the key/value-collection entries of the given mapping to this key collection
addAll(K, V...) - Method in interface ch.javasoft.util.map.MultiValueMap
Adds the given values to the multi value map
addAll(Map<? extends K, ? extends V>) - Method in interface ch.javasoft.util.map.MultiValueMap
Adds the key/value map entries of the given map to this multi value map
addAll(K, Collection<? extends V>) - Method in interface ch.javasoft.util.map.MultiValueMap
Adds the given values to the multi value map
addAll(MultiValueMap<? extends K, ? extends V>) - Method in interface ch.javasoft.util.map.MultiValueMap
Adds the key/value-collection entries of the given mapping to this key collection
addAllNested(Map<? extends K, ? extends Collection<? extends V>>) - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Always throws an UnsupportedOperationException
addAllNested(Map<? extends K, ? extends Collection<? extends V>>) - Method in class ch.javasoft.util.map.AbstractMutableMultiValueMap
Adds the key/value-collection entries of the given map to this key collection
addAllNested(IntMap<? extends IntCollection>) - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
 
addAllNested(IntMap<? extends IntCollection>) - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Adds the key/value-collection entries of the given map to this key collection
addAllNested(Map<? extends K, ? extends Collection<? extends V>>) - Method in interface ch.javasoft.util.map.MultiValueMap
Adds the key/value-collection entries of the given map to this key collection
addArrayName(String) - Method in class com.jmatio.io.MatFileFilter
Add array name to the filter.
addColumn() - Method in class ch.javasoft.smx.impl.DynamicDoubleMatrix.DynamicColumns
 
addColumn(double[]) - Method in class ch.javasoft.smx.impl.DynamicDoubleMatrix.DynamicColumns
 
addComponent(JComponent) - Method in class ch.javasoft.swing.JComponentGroup
Adds the specified component to this component group.
addComponentNoStretching(JComponent) - Method in class ch.javasoft.swing.JComponentGroup
Adds the component in a panel, such that the component itself is not stretched.
addComponentNoStretching(JComponent, int) - Method in class ch.javasoft.swing.JComponentGroup
Adds the component in a panel, such that the component itself is not stretched.
addGeneric(ReadableMatrix<N>, ReadableMatrix<N>) - Static method in class ch.javasoft.smx.ops.Add
 
addGeneric(ReadableMatrix<N>, N) - Static method in class ch.javasoft.smx.ops.ScalarOps
 
addInt(int) - Method in class ch.javasoft.util.intcoll.AbstractIntCollection
 
addInt(int, int) - Method in class ch.javasoft.util.intcoll.AbstractIntList
 
addInt(int) - Method in class ch.javasoft.util.intcoll.AbstractIntList
 
addInt(int) - Method in class ch.javasoft.util.intcoll.AbstractIntListIterator
 
addInt(int) - Method in class ch.javasoft.util.intcoll.BitSetIntSet
 
addInt(int) - Method in class ch.javasoft.util.intcoll.DefaultIntList
 
addInt(int, int) - Method in class ch.javasoft.util.intcoll.DefaultIntList
 
addInt(int) - Method in class ch.javasoft.util.intcoll.DefaultIntListIterator
 
addInt(int) - Method in class ch.javasoft.util.intcoll.DefaultIntSet
 
addInt(int) - Method in interface ch.javasoft.util.intcoll.IntCollection
 
addInt(int, int) - Method in interface ch.javasoft.util.intcoll.IntList
 
addInt(int) - Method in interface ch.javasoft.util.intcoll.IntListIterator
 
addInt(int) - Method in class ch.javasoft.util.intcoll.RangeIntSet
 
addIntToSorted(int) - Method in class ch.javasoft.util.intcoll.DefaultIntList
Adds the given value at the position where the value fits according to DefaultIntList.binarySearchInt(int).
addJobTerminatedHandler(JobTerminationHandler<R>) - Method in class ch.javasoft.job.AbstractJobProcessor
 
addJobTerminatedHandler(JobTerminationHandler<R>) - Method in interface ch.javasoft.job.JobProcessor
Add a job termination handler, being notified after successful or exceptional job termination
addLayoutComponent(Component, Object) - Method in class ch.javasoft.swing.StretchGridLayout
If mode is MODE_FIXED_COLUMNS, then the components are filled in row by row.
If mode is MODE_FIXED_ROWS, then the components are filled in column by column.
addLayoutComponent(String, Component) - Method in class ch.javasoft.swing.StretchGridLayout
Adds a component with resize constraints StretchGridLayout.Constraint.STRETCH_BOTH
addRow() - Method in class ch.javasoft.smx.impl.DynamicDoubleMatrix.DynamicRows
 
addRow(double[]) - Method in class ch.javasoft.smx.impl.DynamicDoubleMatrix.DynamicRows
 
addRowToOtherRow(int, BigInteger, int, BigInteger) - Method in interface ch.javasoft.smx.iface.WritableBigIntegerMatrix
 
addRowToOtherRow(int, BigInteger, BigInteger, int, BigInteger, BigInteger) - Method in interface ch.javasoft.smx.iface.WritableBigIntegerRationalMatrix
 
addRowToOtherRow(int, double, int, double) - Method in interface ch.javasoft.smx.iface.WritableDoubleMatrix
 
addRowToOtherRow(int, int, int, int) - Method in interface ch.javasoft.smx.iface.WritableIntMatrix
 
addRowToOtherRow(int, int, int, int, int, int) - Method in interface ch.javasoft.smx.iface.WritableIntRationalMatrix
 
addRowToOtherRow(int, long, int, long) - Method in interface ch.javasoft.smx.iface.WritableLongMatrix
 
addRowToOtherRow(int, long, long, int, long, long) - Method in interface ch.javasoft.smx.iface.WritableLongRationalMatrix
 
addRowToOtherRow(int, BigInteger, int, BigInteger) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, double, int, double) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, long, int, long) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, int, int, int) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, BigInteger, BigInteger, int, BigInteger, BigInteger) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, long, long, int, long, long) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, int, int, int, int, int) - Method in class ch.javasoft.smx.impl.AbstractDoubleMatrix
 
addRowToOtherRow(int, long, int, long) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerMatrix
 
addRowToOtherRow(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerMatrix
 
addRowToOtherRow(int, BigInteger, int, BigInteger) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerMatrix
 
addRowToOtherRow(int, BigInteger, BigInteger, int, BigInteger, BigInteger) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
addRowToOtherRow(int, long, long, int, long, long) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
addRowToOtherRow(int, long, int, long) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
addRowToOtherRow(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
addRowToOtherRow(int, int, int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
addRowToOtherRow(int, BigInteger, int, BigInteger) - Method in class ch.javasoft.smx.impl.DefaultBigIntegerRationalMatrix
 
addRowToOtherRow(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultIntMatrix
 
addRowToOtherRow(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultIntRationalMatrix
 
addRowToOtherRow(int, int, int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultIntRationalMatrix
 
addRowToOtherRow(int, int, int, int) - Method in class ch.javasoft.smx.impl.DefaultLongMatrix
 
addRowToOtherRow(int, long, int, long) - Method in class ch.javasoft.smx.impl.DefaultLongMatrix
 
addRowToOtherRow(int, double, int, double) - Method in class ch.javasoft.smx.impl.SubDoubleMatrix
 
addToSorted(double) - Method in class ch.javasoft.util.DoubleArray
Adds the given value at the position where the value fits according to DoubleArray.binarySearch(double).
addToSorted(int) - Method in class ch.javasoft.util.IntArray
Adds the given value at the position where the value fits according to IntArray.binarySearch(int).
addToSorted(long) - Method in class ch.javasoft.util.LongArray
Adds the given value at the position where the value fits according to LongArray.binarySearch(long).
allocateBuffer() - Method in class ch.javasoft.io.ReaderInputStream
Returns a default buffer of size 1024.
and(ConcurrentBitSet) - Method in class ch.javasoft.util.concurrent.ConcurrentBitSet
 
andNot(ConcurrentBitSet) - Method in class ch.javasoft.util.concurrent.ConcurrentBitSet
This set becomes this & not with
append(A) - Method in class ch.javasoft.jsmat.ReservedMatrixWriter
Append data to the reserved variable.
append(String, String) - Method in class ch.javasoft.util.Env
 
append(String) - Method in class ch.javasoft.util.logging.LogFragmenter
Append the given message to the log, usually printed on the same log line
appendData(DataOutput, A) - Method in class ch.javasoft.jsmat.variable.MatReservedMatrix
 
ARG - Static variable in exception ch.javasoft.xml.config.XmlArgException
 
Array - Class in ch.javasoft.lang.reflect
The Array class contains static methods to instantiate arrays for generic types.
Arrays - Class in ch.javasoft.util
The Arrays class contains static helper methods arround arrays, similar to Arrays, but adding missing stuff.
asArray(Table<?>) - Static method in class ch.javasoft.jbase.util.Tables
 
asArray(Table<E>, A[]) - Static method in class ch.javasoft.jbase.util.Tables
 
asCollectionMap() - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Implementation returns a linked hash map containing ArrayList instances.
asCollectionMap() - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
Implementation returns an IntHashMap containing DefaultIntList instances.
asCollectionMap() - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Returns a map with keys and collections of values.
asCollectionMap() - Method in interface ch.javasoft.util.map.MultiValueMap
Returns a map with keys and collections of values.
asList(Table<E>) - Static method in class ch.javasoft.jbase.util.Tables
 
asSet(T...) - Static method in class ch.javasoft.util.Arrays
Returns a modifiable LinkedHashSet containing the submitted elements.
asSingleValueMap() - Method in class ch.javasoft.util.map.AbstractMultiValueMap
Implementation returns a linked hash map containing the single values.
asSingleValueMap() - Method in class ch.javasoft.util.map.DefaultIntIntMultiValueMap
Implementation returns an IntHashMap containing the single values.
asSingleValueMap() - Method in interface ch.javasoft.util.map.IntIntMultiValueMap
Returns a map with keys and the first value associated with that key
asSingleValueMap() - Method in interface ch.javasoft.util.map.MultiValueMap
Returns a map with keys and the first value associated with that key.
asSingleValueMap() - Method in class ch.javasoft.util.map.SingleValueMap
Implementation returns the underlying map.
attributes - Variable in class com.jmatio.types.MLArray
 
AutoFlushStreamHandler - Class in ch.javasoft.util.logging
The AutoFlushStreamHandler adds a flush to every call to AutoFlushStreamHandler.publish(LogRecord).
AutoFlushStreamHandler() - Constructor for class ch.javasoft.util.logging.AutoFlushStreamHandler
Create a AutoFlushStreamHandler, with no current output stream.
AutoFlushStreamHandler(OutputStream, Formatter) - Constructor for class ch.javasoft.util.logging.AutoFlushStreamHandler
Create a AutoFlushStreamHandler with a given Formatter and output stream.
autoflushTable(Table<E>) - Static method in class ch.javasoft.jbase.util.Tables
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z