- AbstractClassPathFileSource - Class in net.automatalib.commons.util.settings
-
- AbstractClassPathFileSource(String) - Constructor for class net.automatalib.commons.util.settings.AbstractClassPathFileSource
-
- AbstractMutableNumericID - Class in net.automatalib.commons.util.nid
-
- AbstractMutableNumericID() - Constructor for class net.automatalib.commons.util.nid.AbstractMutableNumericID
-
- AbstractPrintable - Class in net.automatalib.commons.util.strings
-
Abstract base class for printables.
- AbstractPrintable() - Constructor for class net.automatalib.commons.util.strings.AbstractPrintable
-
- AbstractSystemPropertiesSource - Class in net.automatalib.commons.util.settings
-
- AbstractSystemPropertiesSource() - Constructor for class net.automatalib.commons.util.settings.AbstractSystemPropertiesSource
-
- AbstractThreeLevelIterator<L1,L2,L3,O> - Class in net.automatalib.commons.util.collections
-
- AbstractThreeLevelIterator(Iterator<L1>) - Constructor for class net.automatalib.commons.util.collections.AbstractThreeLevelIterator
-
- AbstractTwoLevelIterator<L1,L2,O> - Class in net.automatalib.commons.util.collections
-
- AbstractTwoLevelIterator(Iterator<? extends L1>) - Constructor for class net.automatalib.commons.util.collections.AbstractTwoLevelIterator
-
- add(Character) - Method in class net.automatalib.commons.util.collections.CharRangeIterator
-
- add(String) - Method in class net.automatalib.commons.util.collections.CharStringRangeIterator
-
- add(Integer) - Method in class net.automatalib.commons.util.collections.IntRangeIterator
-
- add(T) - Method in class net.automatalib.commons.util.collections.UnmodifiableListIterator
-
- add(T) - Method in class net.automatalib.commons.util.nid.DynamicList
-
- add(T, int) - Method in class net.automatalib.commons.util.random.WeightedSupplier
-
Adds an object to be supplied with a given weight.
- add(Supplier<? extends T>, int) - Method in class net.automatalib.commons.util.random.WeightedSupplier
-
Adds a sub-supplier with a given weight.
- addListener(IDChangeListener<T>, boolean) - Method in class net.automatalib.commons.util.nid.IDChangeNotifier
-
- afterExecute(Runnable, Throwable) - Method in class net.automatalib.commons.util.concurrent.ScalingThreadPoolExecutor
-
- allTuples(Iterable<? extends T>, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
-
- allTuples(Iterable<? extends T>, int, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
-
Returns an iterator that iterates over all tuples of the given source domain whose length (dimension) is within
the specified range.
- appendArray(Appendable, Object[], String) - Static method in class net.automatalib.commons.util.strings.StringUtil
-
- appendArrayEnquoted(Appendable, Object[], String) - Static method in class net.automatalib.commons.util.strings.StringUtil
-
- appendIterable(Appendable, Iterable<?>, String) - Static method in class net.automatalib.commons.util.strings.StringUtil
-
- appendIterableEnquoted(Appendable, Iterable<?>, String) - Static method in class net.automatalib.commons.util.strings.StringUtil
-
- appendObject(Appendable, Object) - Static method in class net.automatalib.commons.util.strings.StringUtil
-
- apply(int, int) - Method in interface net.automatalib.commons.util.functions.BiIntFunction
-
Applies this function to the given arguments.
- apply(D) - Method in interface net.automatalib.commons.util.mappings.Mapping
-
Get the range object elem maps to.
- apply(Mapping<? super D, R>, Collection<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
-
Applies a mapping to a collection, resulting in a collection containing the result of applying the specified
mapping to each element in the collection.
- apply(Mapping<? super D, R>, Iterator<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
-
Applies a mapping to an iterator.
- apply(Mapping<? super D, R>, List<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
-
Applies a mapping to a list, resulting in a list containing the result of applying the specified mapping to each
element in the list.
- apply(Mapping<? super D, R>, Iterable<? extends D>) - Static method in class net.automatalib.commons.util.mappings.Mappings
-
Applies a mapping to an iterable.
- apply(Random) - Method in class net.automatalib.commons.util.random.WeightedSupplier
-
- ArrayMapping<K extends NumericID,V> - Class in net.automatalib.commons.util.mappings
-
- ArrayMapping() - Constructor for class net.automatalib.commons.util.mappings.ArrayMapping
-
- ArrayMapping(int) - Constructor for class net.automatalib.commons.util.mappings.ArrayMapping
-
- asBufferedInputStream(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
Ensures that the returned stream is a buffered version of the supplied input stream.
- asBufferedInputStream(File) - Static method in class net.automatalib.commons.util.IOUtil
-
Returns an input stream that reads the contents of the given file.
- asBufferedNonClosingOutputStream(OutputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
Returns a buffered output stream that does not propagate calls to
OutputStream.close() to the passed
os.
- asBufferedNonClosingUTF8Writer(OutputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
- asBufferedOutputStream(OutputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
Ensures that the returned stream is a buffered version of the supplied output stream.
- asBufferedOutputStream(File) - Static method in class net.automatalib.commons.util.IOUtil
-
Returns an output stream that writes the contents to the given file.
- asBufferedUTF8Reader(File) - Static method in class net.automatalib.commons.util.IOUtil
-
- asBufferedUTF8Reader(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
- asBufferedUTF8Writer(File) - Static method in class net.automatalib.commons.util.IOUtil
-
- asBufferedUTF8Writer(OutputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
- asUncompressedBufferedNonClosingInputStream(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
Returns a buffered input stream that de-compresses the contents of
is (in case the given input stream
contains gzip'ed content) and does not propagate calls to
InputStream.close() to the passed
is.
- asUncompressedBufferedNonClosingUTF8Reader(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
Returns a buffered reader that un-compresses the contents of
is (in case the given input stream contains
gzip'ed content), does not propagate calls to
Reader.close() to the passed
is and parses the
contents of the given input stream with
StandardCharsets.UTF_8 encoding.
- asUncompressedInputStream(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
Ensures that the returned stream is an uncompressed version of the supplied input stream.
- asUTF8Reader(InputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
- asUTF8Writer(OutputStream) - Static method in class net.automatalib.commons.util.IOUtil
-
- available() - Method in class net.automatalib.commons.util.io.NonClosingInputStream
-
- AWUtil - Class in net.automatalib.commons.util.array
-
Utility class for writing containers to arrays.
- id - Variable in class net.automatalib.commons.util.nid.AbstractMutableNumericID
-
- idChanged(K, int, int) - Method in class net.automatalib.commons.util.mappings.ArrayMapping
-
- idChanged(T, int, int) - Method in interface net.automatalib.commons.util.nid.IDChangeListener
-
- IDChangeListener<T extends NumericID> - Interface in net.automatalib.commons.util.nid
-
- IDChangeNotifier<T extends NumericID> - Class in net.automatalib.commons.util.nid
-
- IDChangeNotifier() - Constructor for class net.automatalib.commons.util.nid.IDChangeNotifier
-
- identity() - Static method in class net.automatalib.commons.util.mappings.Mappings
-
Retrieves the identity mapping, which maps each domain value to itself.
- idGet(Mapping<D, D>, D) - Static method in class net.automatalib.commons.util.mappings.Mappings
-
- indexOf(Object) - Method in class net.automatalib.commons.util.collections.CharRange
-
- indexOf(char) - Method in class net.automatalib.commons.util.collections.CharRange
-
- indexOf(Object) - Method in class net.automatalib.commons.util.collections.CharStringRange
-
- indexOf(String) - Method in class net.automatalib.commons.util.collections.CharStringRange
-
- indexToString() - Static method in class net.automatalib.commons.util.mappings.Mappings
-
- indexToString(long) - Static method in class net.automatalib.commons.util.mappings.StringIndexMapping
-
- IntDisjointSets - Interface in net.automatalib.commons.util
-
Interface for disjoint-set forest implementations that operate on a universe of contiguous integers.
- intRange(int, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
-
- intRange(int, int, int) - Static method in class net.automatalib.commons.util.collections.CollectionsUtil
-
- IntRangeIterator - Class in net.automatalib.commons.util.collections
-
- IntRangeIterator(int, int, int) - Constructor for class net.automatalib.commons.util.collections.IntRangeIterator
-
- IntRangeIterator(int, int, int, int) - Constructor for class net.automatalib.commons.util.collections.IntRangeIterator
-
- intValue(Integer) - Static method in class net.automatalib.commons.util.WrapperUtil
-
- intValue(Integer, int) - Static method in class net.automatalib.commons.util.WrapperUtil
-
- invokeProcess(String[]) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(List<String>) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(String[], Reader) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(List<String>, Reader) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(String[], Consumer<String>) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(List<String>, Consumer<String>) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(String[], Reader, Consumer<String>) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- invokeProcess(List<String>, Reader, Consumer<String>) - Static method in class net.automatalib.commons.util.process.ProcessUtil
-
Runs the given set of command line arguments as a system process and returns the exit value of the spawned
process.
- IOUtil - Class in net.automatalib.commons.util
-
Utility methods for operating with java.io.* classes.
- isEmpty() - Method in class net.automatalib.commons.util.nid.DynamicList
-
- iterator() - Method in class net.automatalib.commons.util.collections.CharRange
-
- iterator() - Method in class net.automatalib.commons.util.collections.CharStringRange
-
- iterator() - Method in class net.automatalib.commons.util.collections.ReusableIterator
-
- iterator() - Method in class net.automatalib.commons.util.nid.DynamicList
-